library("tidyverse") #Requiring "readr" function from the package
## -- Attaching packages --------------------------------------- tidyverse 1.3.1 --
## v ggplot2 3.3.5 v purrr 0.3.4
## v tibble 3.1.4 v dplyr 1.0.7
## v tidyr 1.1.4 v stringr 1.4.0
## v readr 2.0.2 v forcats 0.5.1
## -- Conflicts ------------------------------------------ tidyverse_conflicts() --
## x dplyr::filter() masks stats::filter()
## x dplyr::lag() masks stats::lag()
library("here") #Need to enable the "here" function
## here() starts at C:/Users/lokhv/OneDrive - Loughborough University/Documents/Coursework for Introduction to Data Science
library("lubridate") #Enable function relating to dates
##
## Attaching package: 'lubridate'
## The following objects are masked from 'package:base':
##
## date, intersect, setdiff, union
read_lines(here("data","nasa_global_temperature.txt"), n_max = 10) #Review delim type
## [1] "Land-Ocean Temperature Index (C)" "--------------------------------"
## [3] "" "Year No_Smoothing Lowess(5)"
## [5] "----------------------------" "1880 -0.16 -0.09"
## [7] "1881 -0.08 -0.12" "1882 -0.10 -0.16"
## [9] "1883 -0.17 -0.20" "1884 -0.28 -0.23"
nasa_temp_raw <- read_table(here("data","nasa_global_temperature.txt"), skip = 3)#Save data into name for extract and "skip" cuts out unnecessary data
##
## -- Column specification --------------------------------------------------------
## cols(
## Year = col_character(),
## No_Smoothing = col_double(),
## `Lowess(5)` = col_double()
## )
## Warning: 1 parsing failure.
## row col expected actual file
## 1 -- 3 columns 1 columns 'C:/Users/lokhv/OneDrive - Loughborough University/Documents/Coursework for Introduction to Data Science/data/nasa_global_temperature.txt'
nasa_temp <- nasa_temp_raw %>% #Tidy up data and save name as requested
select("Year", "No_Smoothing") %>% #Selecting column
mutate(Year = parse_date(Year, format = "%Y")) %>% #Converting char type to date type
slice(2:142) %>% #Get rid of first line of useless data
rename(date = Year, temp = No_Smoothing) #Rename column as requested
## Warning: 1 parsing failure.
## row col expected actual
## 1 -- date like %Y ----------------------------
nasa_temp %>% #apply pipe function to saved data set
ggplot(mapping = aes(x = date, y = temp)) + #Defining graph aesthetics
geom_line() +#Choosing graph and visualizing data
labs( #Define titles
title = "Average temperature across global land and ocean surfaces against year", #Graph title
x = "Year", #Visual title for x-axis
y = "Average tempature arcross global surfaces in °C" #Visual title for y-axis
)
## 1 Part b.
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
read_lines(here("data", "nasa_arctic_sea_ice.csv"), n_max = 10) #Review delim type
## [1] "year; mo; data-type; region; extent; area"
## [2] "1979; 9; Goddard; N; 7,05; 4,58"
## [3] "1980; 9; Goddard; N; 7,67; 4,87"
## [4] "1981; 9; Goddard; N; 7,14; 4,44"
## [5] "1982; 9; Goddard; N; 7,30; 4,43"
## [6] "1983; 9; Goddard; N; 7,39; 4,70"
## [7] "1984; 9; Goddard; N; 6,81; 4,11"
## [8] "1985; 9; Goddard; N; 6,70; 4,23"
## [9] "1986; 9; Goddard; N; 7,41; 4,72"
## [10] "1987; 9; Goddard; N; 7,28; 5,64"
nasa_ice_raw <- read_csv2(here("data", "nasa_arctic_sea_ice.csv")) #Save data into name for extract
## i Using "','" as decimal and "'.'" as grouping mark. Use `read_delim()` for more control.
## Rows: 42 Columns: 6
## -- Column specification --------------------------------------------------------
## Delimiter: ";"
## chr (2): data-type, region
## dbl (4): year, mo, extent, area
##
## i Use `spec()` to retrieve the full column specification for this data.
## i Specify the column types or set `show_col_types = FALSE` to quiet this message.
nasa_ice_untidy <- tibble(nasa_ice_raw) #Transfer data set to tibble
nasa_ice <- nasa_ice_untidy %>% #apply pipe function to saved data set
select("year", "extent") %>%#Select relevant column as requested
rename(date = year, ice = extent) %>% #rename column
mutate(date = as.character(date)) %>% #Covert to char in-order to parse to date
mutate(date = parse_date(date, format = "%Y")) #can't parse unless is char
nasa_ice %>% #apply pipe function to saved data set
ggplot(mapping = aes(x = date, y = ice)) + #Defining graph aesthetics
geom_line() + #Choosing graph and visualizing data
labs( #Define titles
title = "Changes in minium artic sea ice extent since 1978", #Graph title
x = "Year", #Visual title for x-axis
y = "Minimum arctic sea ice extent in million square km" #Visual title for y-axis
)
## 1 part c.
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
read_lines(here("data", "nasa_sea_level.csv"), n_max = 50) #Review delim type and check how many to skip
## [1] "HDR Global Mean Sea Level Data"
## [2] "HDR"
## [3] "HDR This file contains Global Mean Sea Level (GMSL) variations computed at the NASA Goddard Space Flight Center under the "
## [4] "HDR auspices of the NASA Sea Level Change program. The GMSL was generated using the Integrated Multi-Mission Ocean Altimeter Data for "
## [5] "HDR Climate Research (http://podaac.jpl.nasa.gov/dataset/MERGED_TP_J1_OSTM_OST_ALL_V5). It combines Sea Surface Heights from "
## [6] "HDR TOPEX/Poseidon, Jason-1, OSTM/Jason-2, and Jason-3 to a common terrestrial reference frame with all inter-mission biases, range and "
## [7] "HDR geophysical corrections applied and placed onto a georeferenced orbit. This creates a consistent data record throughout "
## [8] "HDR time, regardless of the instrument used."
## [9] "HDR"
## [10] "HDR The data can be found below. A separate figure file, Global_Sea_Level_Graph, was generated using the GMSL data (listed in "
## [11] "HDR column 12 below) with the 60-day Gaussian type filter and having the Global Isostatic Adjustment (GIA) applied, with annual "
## [12] "HDR and semi-annual signals removed."
## [13] "HDR"
## [14] "HDR If you use these data please cite:"
## [15] "HDR GSFC. 2020. Global Mean Sea Level Trend from Integrated Multi-Mission Ocean Altimeters TOPEX/Poseidon, Jason-1, OSTM/Jason-2, and Jason-3 Version 5.0 Ver. 5.0 PO.DAAC, CA, USA. Dataset accessed [YYYY-MM-DD] at http://dx.doi.org/10.5067/GMSLM-TJ150."
## [16] "HDR"
## [17] "HDR For information on how the data were generate please refer to: "
## [18] "HDR Beckley, B. D., Callahan, P. S., Hancock, D. W., Mitchum, G. T., & Ray, R. D. (2017). On the 'cal-mode'"
## [19] "HDR correction to TOPEX satellite altimetry and its effect on the global mean sea level time series."
## [20] "HDR Journal of Geophysical Research: Oceans, 122. https://doi.org/10.1002/2017JC013090"
## [21] "HDR"
## [22] "HDR Beckley, B.D., N. P. Zelensky, S. A. Holmes, F. G. Lemoine, R. D. Ray, G. T. Mitchum, S. D. Desai & S. T. Brown, Assessment "
## [23] "HDR of the Jason-2 Extension to the TOPEX/Poseidon, Jason-1 Sea-Surface Height Time Series for Global Mean Sea Level "
## [24] "HDR Monitoring, Marine Geodesy, Vol 33, Suppl 1, 2010. DOI:10.1080/01490419.2010.491029"
## [25] "HDR"
## [26] "HDR ===================="
## [27] "HDR"
## [28] "HDR Global Mean Sea Level (GMSL) variations from TPJAOS v5.0"
## [29] "HDR"
## [30] "HDR column description "
## [31] "HDR 1 altimeter type 0=dual-frequency 999=single frequency (ie Poseidon-1) "
## [32] "HDR 2 merged file cycle # "
## [33] "HDR 3 year+fraction of year (mid-cycle) "
## [34] "HDR 4 number of observations "
## [35] "HDR 5 number of weighted observations "
## [36] "HDR 6 GMSL (Global Isostatic Adjustment (GIA) not applied) variation (mm) with respect to 20-year TOPEX/Jason collinear mean reference "
## [37] "HDR 7 standard deviation of GMSL (GIA not applied) variation estimate (mm)"
## [38] "HDR 8 smoothed (60-day Gaussian type filter) GMSL (GIA not applied) variation (mm) "
## [39] "HDR 9 GMSL (Global Isostatic Adjustment (GIA) applied) variation (mm) with respect to 20-year TOPEX/Jason collinear mean reference "
## [40] "HDR 10 standard deviation of GMSL (GIA applied) variation estimate (mm)"
## [41] "HDR 11 smoothed (60-day Gaussian type filter) GMSL (GIA applied) variation (mm)"
## [42] "HDR 12 smoothed (60-day Gaussian type filter) GMSL (GIA applied) variation (mm); annual and semi-annual signal removed"
## [43] "HDR"
## [44] "HDR Missing or bad value flag: 99900.000 "
## [45] "HDR "
## [46] "HDR TOPEX/Jason 1996-2016 collinear mean reference derived from cycles 121 to 858. "
## [47] "HDR "
## [48] "HDR Header_End---------------------------------------"
## [49] " 0 11 1993.0115260 452600 327401.31 -38.59 89.86 -38.76 -38.59 89.86 -38.75 -38.57"
## [50] " 0 12 1993.0386920 447591 324498.41 -41.97 90.86 -39.78 -41.97 90.86 -39.77 -39.11"
nasa_sea_raw <- read_table(here("data", "nasa_sea_level.csv"), skip = 48, col_names = FALSE) #read data, no column name, hence "col_names" = FALSE
##
## -- Column specification --------------------------------------------------------
## cols(
## X1 = col_double(),
## X2 = col_double(),
## X3 = col_double(),
## X4 = col_double(),
## X5 = col_double(),
## X6 = col_double(),
## X7 = col_double(),
## X8 = col_double(),
## X9 = col_double(),
## X10 = col_double(),
## X11 = col_double(),
## X12 = col_double()
## )
nasa_sea_untidy <- tibble(nasa_sea_raw) # transfer data into tibble
nasa_sea <- nasa_sea_untidy %>% #Save as requested in question
select(X3, X12) %>% #Select relevant roles
rename(sea = X12, date = X3) %>% #Name as requested by question
mutate(date = date_decimal(date, tz = "UTC")) %>% #Converting decimal year "UTC" into datetime
mutate(date = date(date)) #Converting date decimals into date as requested
nasa_sea %>% #Apply pipe function for visualization
ggplot(mapping = aes( x = date, y = sea)) + #Defining graph aesthetics
geom_line() + #Choosing graph and visualizing data
labs( #Define graph titles
title = "Change in sea level compared to a reference year in mm", #Graph title
x = "Reference year", #Visual title for x-axis
y = "Change in sea level in mm" #Visual title for y-axis
)
## 1 part d.
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
read_lines(here("data", "nasa_carbon_dioxide.txt"), n_max = 55) #Review delim type and check how many to skip
## [1] "# --------------------------------------------------------------------"
## [2] "# USE OF NOAA GML DATA"
## [3] "# "
## [4] "# These data are made freely available to the public and the"
## [5] "# scientific community in the belief that their wide dissemination"
## [6] "# will lead to greater understanding and new scientific insights."
## [7] "# The availability of these data does not constitute publication"
## [8] "# of the data. NOAA relies on the ethics and integrity of the user to"
## [9] "# ensure that GML receives fair credit for their work. If the data "
## [10] "# are obtained for potential use in a publication or presentation, "
## [11] "# GML should be informed at the outset of the nature of this work. "
## [12] "# If the GML data are essential to the work, or if an important "
## [13] "# result or conclusion depends on the GML data, co-authorship"
## [14] "# may be appropriate. This should be discussed at an early stage in"
## [15] "# the work. Manuscripts using the GML data should be sent to GML"
## [16] "# for review before they are submitted for publication so we can"
## [17] "# ensure that the quality and limitations of the data are accurately"
## [18] "# represented."
## [19] "# "
## [20] "# Contact: Pieter Tans (303 497 6678; pieter.tans@noaa.gov)"
## [21] "# "
## [22] "# File Creation: Tue Sep 7 11:58:43 2021"
## [23] "# "
## [24] "# RECIPROCITY"
## [25] "# "
## [26] "# Use of these data implies an agreement to reciprocate."
## [27] "# Laboratories making similar measurements agree to make their"
## [28] "# own data available to the general public and to the scientific"
## [29] "# community in an equally complete and easily accessible form."
## [30] "# Modelers are encouraged to make available to the community,"
## [31] "# upon request, their own tools used in the interpretation"
## [32] "# of the GML data, namely well documented model code, transport"
## [33] "# fields, and additional information necessary for other"
## [34] "# scientists to repeat the work and to run modified versions."
## [35] "# Model availability includes collaborative support for new"
## [36] "# users of the models."
## [37] "# --------------------------------------------------------------------"
## [38] "# "
## [39] "# "
## [40] "# See www.esrl.noaa.gov/gmd/ccgg/trends/ for additional details."
## [41] "# "
## [42] "# Data from March 1958 through April 1974 have been obtained by C. David Keeling"
## [43] "# of the Scripps Institution of Oceanography (SIO) and were obtained from the"
## [44] "# Scripps website (scrippsco2.ucsd.edu)."
## [45] "# Monthly mean CO2 constructed from daily mean values"
## [46] "# Scripps data downloaded from http://scrippsco2.ucsd.edu/data/atmospheric_co2"
## [47] "# Monthly values are corrected to center of month based on average seasonal"
## [48] "# cycle. Missing days can be asymmetric which would produce a high or low bias."
## [49] "# Missing months have been interpolated, for NOAA data indicated by negative stdev"
## [50] "# and uncertainty. We have no information for SIO data about Ndays, stdv, unc"
## [51] "# so that they are also indicated by negative numbers"
## [52] "# decimal monthly de-season #days st.dev unc. of"
## [53] "# date average alized of days mon mean"
## [54] " 1958 3 1958.2027 315.70 314.43 -1 -9.99 -0.99"
## [55] " 1958 4 1958.2877 317.45 315.16 -1 -9.99 -0.99"
nasa_co2 <- read_table(here("data", "nasa_carbon_dioxide.txt"), skip = 52) %>% #read data as per type
select(average, alized) %>% #Select relevant roles
rename(date = average, co2 = alized) %>% #Name as requested by question
mutate(date = date_decimal(date, tz = "UTC")) %>% #Converting decimal year "UTC" into datetime
mutate(date = as_date(date)) %>% #Converting a datetime to date
mutate(date = floor_date(date, unit = "month")) %>%
filter(!co2 < 1) #Get rid of outliers
##
## -- Column specification --------------------------------------------------------
## cols(
## `#` = col_double(),
## date = col_double(),
## average = col_double(),
## alized = col_double(),
## of = col_double(),
## days = col_double(),
## mon = col_double(),
## mean = col_double()
## )
nasa_co2 # To check table
#alternative for getting rid of outliers is mutate(co2 = ifelse(co2 < 1 , NA, co2)) but now it is the same as clean data
nasa_co2 %>% #Apply pipe function for visualization
ggplot(mapping = aes( x = date, y = co2)) + #Defining graph aesthetics
geom_point(size = 0.9) + #Choosing graph and visualizing data
labs( #Define graph titles
title = "Average global CO2 level VS year",#Graph title
x = "Year", #Visual title for x-axis
y = "Average global CO2 level in parts per million (ppm)" #Visual title for y-axis
)
## 1 part e.
library("tidyverse") #Requiring "readr" & "dplyr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
nasa <- nasa_temp %>% #first merge, total = 3 merge as 4 files
full_join(nasa_ice, #Merge with nasa_ice, full join retains all info
by = c("date" = "date"), #Select column to match contents
keep = FALSE) %>% #Second merge
full_join(nasa_sea, #nasa temp+ice now merge with sea
by = c("date" = "date"), #Select column to match contents
keep = FALSE) %>% #Last merge
full_join(nasa_co2, #nasa temp+ice+sea now merge with co2
by = c("date" = "date"), #Select column to match contents
keep = FALSE)
nasa #Run code to check table
library("tidyverse") #Requiring "readr" function from the package
library("lubridate") #Enable function relating to dates
library("ggrepel") # Adds improved labeling compared to standard ggplot2
library("RColorBrewer") # Load this color package
nasa %>% #Data for visualization
select(date, temp, co2) %>% #Select relevant variables
filter(date >= "1960-01-01" & date <= "2020-01-01") %>% #Select appropriate dates
ggplot(mapping = aes(x = co2, y = temp, colour = date)) + #Define graph aesthetics
geom_point(size = 2) + #Graph uses points and make size to 2
labs( #Define graph titles
x = "Average global CO2 level in parts per million (ppm)", # Naming x-axis as request
y = "Average tempature across global surfaces in °C", # Naming y-axis as request
title = "Global surface tempature VS Global CO2 levels in year 1960-2020", # Set title of graph
colour = "Year") + #sequential color spectrum displaying difference years
theme(axis.title.x = element_text(face = "bold"), #Bold title
axis.title.y = element_text(face = "bold")) #Bold axis titles
## Warning: Removed 1622 rows containing missing values (geom_point).
# Question 2 ## 2 part a.
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
historic_co2 <- read_table(here("data", "luthi_carbon_dioxide.txt"), skip = 773) %>% #Read table, skip by prompt from question
rename(co2 = `CO2(ppmv)`) %>% #Rename column as requested
rename(yrbp = `Age(yrBP)`) #Rename column as requested
##
## -- Column specification --------------------------------------------------------
## cols(
## `Age(yrBP)` = col_double(),
## `CO2(ppmv)` = col_double()
## )
historic_co2 #To check table
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
yrbp_new <- historic_co2 %>% # New data set preparing for the join function later
mutate(yrbp = yrbp + 13) #Update column names and vales to yrbp, present year =2021
combined_co2 <- nasa_co2 %>% #Save variable as requested
mutate(yrbp = year(date)) %>% #Covert date to year only
mutate(yrbp = 2021 - yrbp) %>% #Calculate year before present
select(co2, yrbp) %>% #Select relevant columns
group_by(yrbp) %>% #Gather yrbp to correctly summaries average co2 for same years
summarise(avg_co2 = mean(co2, na.rm = TRUE)) %>% #Function to calculate mean
rename(co2 = avg_co2) %>% #Rename column to prepare for join
full_join(yrbp_new, by = c("yrbp" = "yrbp", "co2" = "co2"), #Merging data set
keep = FALSE)
combined_co2 #Review data
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
p <- combined_co2 %>% #Save data to ggplot variable to avoid long code chunk
ggplot(mapping = aes(x = desc(yrbp), y = co2)) + #Define graph aesthetics
geom_line(size = 1.05) + #Select to display line and size of 1.1
labs( #Define graph titles
x = "Years before present", #Visual title for x-axis
y = "Carbon dioxide [ppm]" #Visual title for y-axis
) +
theme_classic() + #Select background of graph
scale_x_continuous( #Adjust scale x which is continuous variable
breaks = c(-800000, -600000, -400000, -200000, 0), #Set breaks points to link to display relevant labels
labels = c("800,000", "600,000", "400,000", "200,000", "0") #Define label correspond to breaks
)
point_coords <- c(combined_co2$yrbp[1], combined_co2$co2[1]) #Define point curds for visual later
label_coords <- point_coords + c(-80000, -25) #Define another point for relevant graphics
p + annotate( #Function to use visual tools
geom = "curve", #Selected curve to display
x = label_coords[1], #X coord of label_coords
y = label_coords[2], #Y coord of label_coords
xend = point_coords[1], #X coord of point_coords
yend = point_coords[2], #Y coord of point_coords
curvature = -0.3, #Curvature of curve
arrow = arrow(length = unit(3, "mm")), #Size of head
alpha = 0.8, #Curve transparency
colour = "#F8766D", #Curve color
size = 1.2 #Curve size
) +
annotate( #Function to use visual tools
geom = "text", #Add text
x = label_coords[1] -160000, #define x coord, relavent point according to question
y = label_coords[2] -20, #define y coord, relavent point according to question
label = "2021 average:
417 ppm", #Text contents
hjust = -0.1, vjust = -0.1, #Height & Vertical adjustments
lineheight = 0.8,
colour = "#F8766D" #Define text colour
) +
theme(axis.title.x = element_text(face = "bold"), #Bold title
axis.title.y = element_text(face = "bold")) #Bold axis titles
# Question 3 ## 3 part a.
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
library("readxl") #Enable function to read xlsx files
library("janitor") #Enable clean_names()
##
## Attaching package: 'janitor'
## The following objects are masked from 'package:stats':
##
## chisq.test, fisher.test
sea_ice_1 <- read_xlsx(here("data", "nsidc_sea_ice_daily_extent.xlsx")) %>% #function to read xlsx file
select(!47:49) %>% #cut out irrelevant column
rename(month =
...1, day = ...2) %>% #Rename for easier manipulation
tidyr::fill(month, .direction = "down") %>% #Fill up empty rows with last missing values
pivot_longer(cols = 3:46, names_to = c("year"), values_to = "extent") %>% #Put relevant column names into a column called "year", values to "extent"
mutate(year = parse_date(year, format = "%Y")) %>% #Covert char to date
mutate(year = year(year)) %>% #Covert date to year number only
mutate(year = as.integer(year)) %>% #Covert column to integer
mutate(day = as.integer(day)) %>% #Convert column to integer
mutate(month = case_when( #For the lines below, months are bin into numbers
month == "January" ~ 1L, #i.e. value of January will be changed to 1L, others are similar
month == "February" ~ 2L,
month == "March" ~ 3L,
month == "April" ~ 4L,
month == "May" ~ 5L,
month == "June" ~ 6L,
month == "July" ~ 7L,
month == "August" ~ 8L,
month == "September" ~ 9L,
month == "October" ~ 10L,
month == "November" ~ 11L,
month == "December" ~ 12L,
)
)
## New names:
## * `` -> ...1
## * `` -> ...2
## * `` -> ...47
sea_ice_1 #Review table
#OR Alternatively
sea_ice_1 <- read_xlsx(here("data", "nsidc_sea_ice_daily_extent.xlsx")) %>% #function to read xlsx file
select(!47:49) %>% #cut out irrelevant column
rename(month =
...1, day = ...2) %>% #Rename for easier manipulation
tidyr::fill(month, .direction = "down") %>% #Fill up empty rows with last missing values
pivot_longer(cols = 3:46, names_to = c("year"), values_to = "extent") %>% #Put relevant column names into a column called "year", values to "extent"
mutate(year = parse_date(year, format = "%Y")) %>% #Covert column year of char type to date type
mutate(year = year(year)) %>% #Covert date to year number only
mutate(year = as.integer(year)) %>% #Covert year to integer
mutate(day = as.integer(day)) %>% #Convert column to integer
mutate(month = match(month, month.name))
## New names:
## * `` -> ...1
## * `` -> ...2
## * `` -> ...47
sea_ice_1
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
spec_baseline_extent <- sea_ice_1 %>% #Save data to join later
group_by(month, year) %>% #Use for calculating monthly average extent for each year
summarise(monthly_avg_extent = mean(extent, na.rm = TRUE)) %>% #Function to calculate mean
filter(year == 1979) %>% #Select relevant year
mutate(spec_baseline_ext = monthly_avg_extent) %>% #rename to better understands it
select(month, spec_baseline_ext) #Select only useful column to prepare for merging
## `summarise()` has grouped output by 'month'. You can override using the `.groups` argument.
sea_ice_2 <- sea_ice_1 %>% #Save data as requested
group_by(month, year) %>% #Use for calculating monthly average extent for each year
summarise(monthly_avg_extent = mean(extent, na.rm = TRUE)) %>% #Function to calculate mean
left_join(spec_baseline_extent, by = c("month" = "month" )) %>% #Merging data to allow the spec_baseline_ext i.e. 1979's baslines to insert
mutate(proportion_baseline_extent = monthly_avg_extent / spec_baseline_ext) %>% #Calculating relative extent
select(year, month, proportion_baseline_extent) #Select relevant columns for easier manipulation
## `summarise()` has grouped output by 'month'. You can override using the `.groups` argument.
sea_ice_2 #Review table
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
library("RColorBrewer") #Enable function to use the color packs
sea_ice_2 %>%
ggplot(mapping = aes(x = year, y = month, fill = proportion_baseline_extent)) + #Define graph aesthetics
geom_tile() + #Select heat graph
scale_x_continuous(expand = expansion(add = c(-1, -1))) + #Spacing from x-axis
scale_y_continuous( #Define visuals on y-axis
expand = expansion(add = c(0, 0)), #Spacing for y-axis
breaks = c(1:12), #Define breaks numbers
labels = c(month.name)) + #Define output labels for breaks
labs( #Define graph titles
title = "Sea ice (northern hemispher)", #Set title
x = "Year", #Define title for x-axis
y = "Month", #Define title for y-axis
fill = "Proportion of 1979 extent" #Title for fill
) +
theme_classic() + #Background
scale_fill_distiller(palette = "RdPu", breaks = c(0.6,0.7,0.8,0.9, 1.0), limits = c(0.5,1.1)) + #Select colour from RcolorBrewer & set distiler scale breaks
theme(plot.title = element_text( #Adjust title functuin
hjust = 0.5, #Adjust height
size = rel(1.5) #Adjust size
)
) +
theme(axis.title.x = element_text(face = "bold"), #Bold title
axis.title.y = element_text(face = "bold")) #Bold axis titles
library("tidyverse") #Requiring "readr" function from the package
library("here") #Need to enable the "here" function
library("lubridate") #Enable function relating to dates
library("janitor") #Enable clean_names()
read_lines(here("data", "stop_and_search.csv")) #Read line to define readr function
## [1] "\"Measure\",\"Time\",\"Time_type\",\"Ethnicity\",\"Ethnicity_type\",\"Legislation_type\",\"Geography\",\"Geography_type\",\"Number of stop and searches\",\"Total number of stop and search carried out in this year in this area (excluding cases where the ethnicity was unreported)\",\"Population by ethnicity\",\"Rate per 1,000 population by ethnicity\",\"Proportion of total stop and searches of this ethnicity in the financial year (excludes unreported)\",\"\""
## [2] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,037,735\",\"932,065\",\"56,075,912\",\"18.51\",\"N/A\",\"\""
## [3] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,214,693\",\"1,125,647\",\"56,075,912\",\"21.66\",\"N/A\",\"\""
## [4] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,495,379\",\"1,409,802\",\"56,075,912\",\"26.67\",\"N/A\",\"\""
## [5] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,345,334\",\"1,284,197\",\"56,075,912\",\"23.99\",\"N/A\",\"\""
## [6] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"1,169,012\",\"1,284,197\",\"56,075,912\",\"20.85\",\"N/A\",\"\""
## [7] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"85,310\",\"1,284,197\",\"56,075,912\",\"1.83\",\"N/A\",\"\""
## [8] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"119,639\",\"1,284,197\",\"56,075,912\",\"2.13\",\"N/A\",\"\""
## [9] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,272,799\",\"1,220,198\",\"56,075,912\",\"22.7\",\"N/A\",\"\""
## [10] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"1,220,248\",\"1,220,198\",\"56,075,912\",\"21.76\",\"N/A\",\"\""
## [11] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"8,929\",\"1,220,198\",\"56,075,912\",\"0.17\",\"N/A\",\"\""
## [12] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"62,344\",\"1,220,198\",\"56,075,912\",\"1.11\",\"N/A\",\"\""
## [13] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,171,052\",\"1,121,123\",\"56,075,912\",\"20.88\",\"N/A\",\"\""
## [14] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"1,136,117\",\"1,121,123\",\"56,075,912\",\"20.26\",\"N/A\",\"\""
## [15] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [16] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"46,882\",\"1,121,123\",\"56,075,912\",\"0.84\",\"N/A\",\"\""
## [17] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"999,457\",\"954,314\",\"56,075,912\",\"17.82\",\"N/A\",\"\""
## [18] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"1,004,757\",\"954,314\",\"56,075,912\",\"17.92\",\"N/A\",\"\""
## [19] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [20] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"5,340\",\"954,314\",\"56,075,912\",\"0.1\",\"N/A\",\"\""
## [21] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"883,808\",\"841,399\",\"56,075,912\",\"15.76\",\"N/A\",\"\""
## [22] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"893,267\",\"841,399\",\"56,075,912\",\"15.93\",\"N/A\",\"\""
## [23] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [24] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"3,896\",\"841,399\",\"56,075,912\",\"0.07\",\"N/A\",\"\""
## [25] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"528,847\",\"498,721\",\"56,075,912\",\"9.43\",\"N/A\",\"\""
## [26] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"534,614\",\"498,721\",\"56,075,912\",\"9.53\",\"N/A\",\"\""
## [27] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [28] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,055\",\"498,721\",\"56,075,912\",\"0.02\",\"N/A\",\"\""
## [29] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"374,651\",\"342,086\",\"56,075,912\",\"6.68\",\"N/A\",\"\""
## [30] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"380,940\",\"342,086\",\"56,075,912\",\"6.79\",\"N/A\",\"\""
## [31] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [32] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"965\",\"342,086\",\"56,075,912\",\"0.02\",\"N/A\",\"\""
## [33] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"296,555\",\"266,308\",\"56,075,912\",\"5.29\",\"N/A\",\"\""
## [34] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"298,600\",\"266,308\",\"56,075,912\",\"5.32\",\"N/A\",\"\""
## [35] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"56,075,912\",\"-\",\"N/A\",\"\""
## [36] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"628\",\"266,308\",\"56,075,912\",\"0.01\",\"N/A\",\"\""
## [37] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"274,594\",\"243,589\",\"56,075,912\",\"4.9\",\"N/A\",\"\""
## [38] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"274,754\",\"243,589\",\"56,075,912\",\"4.9\",\"N/A\",\"\""
## [39] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"4\",\"243,589\",\"56,075,912\",\"0\",\"N/A\",\"\""
## [40] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,496\",\"243,589\",\"56,075,912\",\"0.04\",\"N/A\",\"\""
## [41] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"370801\",\"316353\",\"56075912\",\"6.61\",\"N/A\",\"\""
## [42] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"357020\",\"305196\",\"56075912\",\"6.37\",\"N/A\",\"\""
## [43] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"56,075,912\",\"0\",\"N/A\",\"\""
## [44] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"12,258\",\"305196\",\"56,075,912\",\"N/A\",\"N/A\",\"\""
## [45] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"557085\",\"461837\",\"56075912\",\"9.93\",\"N/A\",\"\""
## [46] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"537442\",\"461837\",\"56075912\",\"9.58\",\"N/A\",\"\""
## [47] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"56075912\",\"0\",\"N/A\",\"\""
## [48] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17,040\",\"461837\",\"56075912\",\"N/A\",\"N/A\",\"\""
## [49] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"991644\",\"886657\",\"53,393,384\",\"18.57\",\"N/A\",\"\""
## [50] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1163999\",\"1075609\",\"53,393,384\",\"21.8\",\"N/A\",\"\""
## [51] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1442348\",\"1357473\",\"53,393,384\",\"27.01\",\"N/A\",\"\""
## [52] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1302807\",\"1242635\",\"53,393,384\",\"24.4\",\"N/A\",\"\""
## [53] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1222264\",\"1171286\",\"53,393,384\",\"22.89\",\"N/A\",\"\""
## [54] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1118621\",\"1070599\",\"53,393,384\",\"20.95\",\"N/A\",\"\""
## [55] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"965680\",\"921346\",\"53,393,384\",\"18.09\",\"N/A\",\"\""
## [56] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"856133\",\"814587\",\"53,393,384\",\"16.03\",\"N/A\",\"\""
## [57] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"514909\",\"485097\",\"53,393,384\",\"9.64\",\"N/A\",\"\""
## [58] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"369683\",\"337325\",\"53,393,384\",\"6.92\",\"N/A\",\"\""
## [59] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"293822\",\"263806\",\"53,393,384\",\"5.5\",\"N/A\",\"\""
## [60] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"272091\",\"241285\",\"53,393,384\",\"5.1\",\"N/A\",\"\""
## [61] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"366186\",\"312139\",\"53,393,384\",\"6.86\",\"N/A\",\"\""
## [62] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"554482\",\"459468\",\"53393384\",\"10.38\",\"N/A\",\"\""
## [63] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,391,079\",\"1,323,681\",\"56,075,912\",\"24.81\",\"N/A\",\"\""
## [64] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,292,314\",\"1,237,719\",\"56,075,912\",\"23.05\",\"N/A\",\"\""
## [65] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,182,999\",\"1,131,675\",\"56,075,912\",\"21.1\",\"N/A\",\"\""
## [66] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,010,097\",\"963,449\",\"56,075,912\",\"18.01\",\"N/A\",\"\""
## [67] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"897,163\",\"852,465\",\"56,075,912\",\"16\",\"N/A\",\"\""
## [68] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"535,669\",\"504,446\",\"56,075,912\",\"9.55\",\"N/A\",\"\""
## [69] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"378,367\",\"345,087\",\"56,075,912\",\"6.75\",\"N/A\",\"\""
## [70] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"299,228\",\"268,447\",\"56,075,912\",\"5.34\",\"N/A\",\"\""
## [71] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"277,508\",\"245,749\",\"56,075,912\",\"4.95\",\"N/A\",\"\""
## [72] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"377111\",\"320808\",\"56075912\",\"6.73\",\"N/A\",\"\""
## [73] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP\",\"Police Force Area\",\"566440\",\"468431\",\"56075912\",\"10.1\",\"N/A\",\"\""
## [74] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [75] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [76] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [77] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,348,552\",\"1282119\",\"53393384\",\"25.26\",\"N/A\",\"\""
## [78] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,241,779\",\"1188807\",\"53393384\",\"23.26\",\"N/A\",\"\""
## [79] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,130,568\",\"1081151\",\"53393384\",\"21.17\",\"N/A\",\"\""
## [80] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"976,320\",\"930481\",\"53393384\",\"18.29\",\"N/A\",\"\""
## [81] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"869,488\",\"825653\",\"53393384\",\"16.28\",\"N/A\",\"\""
## [82] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"521,731\",\"490822\",\"53393384\",\"9.77\",\"N/A\",\"\""
## [83] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"373,399\",\"340326\",\"53393384\",\"6.99\",\"N/A\",\"\""
## [84] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"296,495\",\"265945\",\"53393384\",\"5.55\",\"N/A\",\"\""
## [85] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"275,005\",\"243445\",\"53393384\",\"5.15\",\"N/A\",\"\""
## [86] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"372,496\",\"316594\",\"53393384\",\"6.98\",\"N/A\",\"\""
## [87] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"563837\",\"466062\",\"53393384\",\"10.56\",\"N/A\",\"\""
## [88] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"15,018\",\"9,050\",\"1,599,555\",\"9.39\",\"N/A\",\"\""
## [89] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"11,806\",\"8,722\",\"1,599,555\",\"7.38\",\"N/A\",\"\""
## [90] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"18,306\",\"12,772\",\"1,599,555\",\"11.44\",\"N/A\",\"\""
## [91] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"16,624\",\"12,983\",\"1,599,555\",\"10.39\",\"N/A\",\"\""
## [92] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"19,304\",\"14,940\",\"1,599,555\",\"12.07\",\"N/A\",\"\""
## [93] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"24,329\",\"20,911\",\"1,599,555\",\"15.21\",\"N/A\",\"\""
## [94] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"32,672\",\"29,588\",\"1,599,555\",\"20.43\",\"N/A\",\"\""
## [95] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"24,672\",\"23,728\",\"1,599,555\",\"15.42\",\"N/A\",\"\""
## [96] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10,399\",\"9,973\",\"1,599,555\",\"6.5\",\"N/A\",\"\""
## [97] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,598\",\"4,929\",\"1,599,555\",\"3.5\",\"N/A\",\"\""
## [98] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6,305\",\"4,723\",\"1,599,555\",\"3.94\",\"N/A\",\"\""
## [99] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,676\",\"4,734\",\"1,599,555\",\"3.55\",\"N/A\",\"\""
## [100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6026\",\"4589\",\"1599555\",\"3.77\",\"N/A\",\"\""
## [101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"8327\",\"6013\",\"1599555\",\"5.21\",\"N/A\",\"\""
## [102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,768\",\"4,279\",\"615,061\",\"7.75\",\"N/A\",\"\""
## [103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5,025\",\"4,614\",\"615,061\",\"8.17\",\"N/A\",\"\""
## [104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8,465\",\"8,076\",\"615,061\",\"13.76\",\"N/A\",\"\""
## [105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"7,295\",\"6,908\",\"615,061\",\"11.86\",\"N/A\",\"\""
## [106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"9,523\",\"8,856\",\"615,061\",\"15.48\",\"N/A\",\"\""
## [107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"7,621\",\"6,886\",\"615,061\",\"12.39\",\"N/A\",\"\""
## [108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8,382\",\"7,365\",\"615,061\",\"13.63\",\"N/A\",\"\""
## [109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"6,453\",\"5,515\",\"615,061\",\"10.49\",\"N/A\",\"\""
## [110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2,972\",\"2,476\",\"615,061\",\"4.83\",\"N/A\",\"\""
## [111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2,208\",\"1,891\",\"615,061\",\"3.59\",\"N/A\",\"\""
## [112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,583\",\"1,373\",\"615,061\",\"2.57\",\"N/A\",\"\""
## [113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,395\",\"1,244\",\"615,061\",\"2.27\",\"N/A\",\"\""
## [114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2217\",\"1631\",\"615061\",\"3.6\",\"N/A\",\"\""
## [115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"3345\",\"2564\",\"615061\",\"5.44\",\"N/A\",\"\""
## [116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"45,745\",\"39,484\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"19,515\",\"17,521\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"11,947\",\"10,552\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"10,640\",\"9,135\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"13,355\",\"11,066\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6,822\",\"5,725\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3,716\",\"3,001\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,673\",\"2,139\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,914\",\"2,160\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6310\",\"4455\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"British Transport Police\",\"Police Force Area\",\"9355\",\"6594\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8,773\",\"8,582\",\"804,841\",\"10.9\",\"N/A\",\"\""
## [128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"10,053\",\"9,811\",\"804,841\",\"12.49\",\"N/A\",\"\""
## [129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"5,437\",\"5,286\",\"804,841\",\"6.76\",\"N/A\",\"\""
## [130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"6,293\",\"6,070\",\"804,841\",\"7.82\",\"N/A\",\"\""
## [131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"13,574\",\"13,145\",\"804,841\",\"16.87\",\"N/A\",\"\""
## [132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"17,420\",\"16,900\",\"804,841\",\"21.64\",\"N/A\",\"\""
## [133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"16,878\",\"16,169\",\"804,841\",\"20.97\",\"N/A\",\"\""
## [134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"12,948\",\"12,292\",\"804,841\",\"16.09\",\"N/A\",\"\""
## [135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"6,024\",\"5,715\",\"804,841\",\"7.48\",\"N/A\",\"\""
## [136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"3,098\",\"2,836\",\"804,841\",\"3.85\",\"N/A\",\"\""
## [137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1,256\",\"1,084\",\"804,841\",\"1.56\",\"N/A\",\"\""
## [138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"940\",\"775\",\"804,841\",\"1.17\",\"N/A\",\"\""
## [139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1668\",\"1363\",\"804841\",\"2.07\",\"N/A\",\"\""
## [140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2425\",\"2018\",\"804841\",\"3.01\",\"N/A\",\"\""
## [141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,472\",\"6,390\",\"1,027,709\",\"6.3\",\"N/A\",\"\""
## [142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,623\",\"5,547\",\"1,027,709\",\"5.47\",\"N/A\",\"\""
## [143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,046\",\"4,976\",\"1,027,709\",\"4.91\",\"N/A\",\"\""
## [144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,279\",\"5,193\",\"1,027,709\",\"5.14\",\"N/A\",\"\""
## [145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,068\",\"6,002\",\"1,027,709\",\"5.9\",\"N/A\",\"\""
## [146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"7,914\",\"7,787\",\"1,027,709\",\"7.7\",\"N/A\",\"\""
## [147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,016\",\"4,934\",\"1,027,709\",\"4.88\",\"N/A\",\"\""
## [148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,668\",\"6,541\",\"1,027,709\",\"6.49\",\"N/A\",\"\""
## [149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"9,368\",\"9,203\",\"1,027,709\",\"9.12\",\"N/A\",\"\""
## [150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,865\",\"3,839\",\"1,027,709\",\"5.71\",\"N/A\",\"\""
## [151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"2,665\",\"2,004\",\"1,027,709\",\"2.59\",\"N/A\",\"\""
## [152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"2,202\",\"1,889\",\"1,027,709\",\"2.14\",\"N/A\",\"\""
## [153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"2320\",\"2104\",\"1027709\",\"2.26\",\"N/A\",\"\""
## [154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Cheshire\",\"Police Force Area\",\"4018\",\"3352\",\"1027709\",\"3.91\",\"N/A\",\"\""
## [155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"12,137\",\"11,453\",\"557,227\",\"21.78\",\"N/A\",\"\""
## [156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"15,822\",\"15,573\",\"557,227\",\"28.39\",\"N/A\",\"\""
## [157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"17,576\",\"17,357\",\"557,227\",\"31.54\",\"N/A\",\"\""
## [158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"24,489\",\"24,197\",\"557,227\",\"43.95\",\"N/A\",\"\""
## [159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"30,327\",\"29,911\",\"557,227\",\"54.42\",\"N/A\",\"\""
## [160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"30,621\",\"30,424\",\"557,227\",\"54.95\",\"N/A\",\"\""
## [161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"31,384\",\"31,104\",\"557,227\",\"56.32\",\"N/A\",\"\""
## [162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"24,704\",\"24,616\",\"557,227\",\"44.33\",\"N/A\",\"\""
## [163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"9,318\",\"9,281\",\"557,227\",\"16.72\",\"N/A\",\"\""
## [164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"2,746\",\"2,717\",\"557,227\",\"4.93\",\"N/A\",\"\""
## [165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"992\",\"943\",\"557,227\",\"1.78\",\"N/A\",\"\""
## [166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"839\",\"804\",\"557,227\",\"1.51\",\"N/A\",\"\""
## [167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"833\",\"794\",\"557227\",\"1.49\",\"N/A\",\"\""
## [168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Cleveland\",\"Police Force Area\",\"1895\",\"1729\",\"557227\",\"3.4\",\"N/A\",\"\""
## [169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,221\",\"8,071\",\"499,858\",\"16.45\",\"N/A\",\"\""
## [170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,972\",\"8,849\",\"499,858\",\"17.95\",\"N/A\",\"\""
## [171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,813\",\"8,588\",\"499,858\",\"17.63\",\"N/A\",\"\""
## [172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,603\",\"10,365\",\"499,858\",\"21.21\",\"N/A\",\"\""
## [173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,508\",\"10,183\",\"499,858\",\"21.02\",\"N/A\",\"\""
## [174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"14,102\",\"13,685\",\"499,858\",\"28.21\",\"N/A\",\"\""
## [175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"12,863\",\"12,251\",\"499,858\",\"25.73\",\"N/A\",\"\""
## [176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,462\",\"9,616\",\"499,858\",\"20.93\",\"N/A\",\"\""
## [177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"6,154\",\"5,622\",\"499,858\",\"12.31\",\"N/A\",\"\""
## [178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"3,600\",\"3,490\",\"499,858\",\"7.2\",\"N/A\",\"\""
## [179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,845\",\"1,755\",\"499,858\",\"3.69\",\"N/A\",\"\""
## [180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,392\",\"1,366\",\"499,858\",\"2.78\",\"N/A\",\"\""
## [181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"1618\",\"1558\",\"499858\",\"3.24\",\"N/A\",\"\""
## [182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Cumbria\",\"Police Force Area\",\"1942\",\"1867\",\"499858\",\"3.89\",\"N/A\",\"\""
## [183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8,535\",\"8,368\",\"1,018,438\",\"8.38\",\"N/A\",\"\""
## [184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8,293\",\"7,999\",\"1,018,438\",\"8.14\",\"N/A\",\"\""
## [185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,822\",\"7,695\",\"1,018,438\",\"7.68\",\"N/A\",\"\""
## [186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8,523\",\"8,411\",\"1,018,438\",\"8.37\",\"N/A\",\"\""
## [187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11,508\",\"11,336\",\"1,018,438\",\"11.3\",\"N/A\",\"\""
## [188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15,142\",\"14,875\",\"1,018,438\",\"14.87\",\"N/A\",\"\""
## [189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12,688\",\"12,377\",\"1,018,438\",\"12.46\",\"N/A\",\"\""
## [190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6,332\",\"6,211\",\"1,018,438\",\"6.22\",\"N/A\",\"\""
## [191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"5,476\",\"5,291\",\"1,018,438\",\"5.38\",\"N/A\",\"\""
## [192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"3,635\",\"3,534\",\"1,018,438\",\"3.57\",\"N/A\",\"\""
## [193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1,884\",\"1,724\",\"1,018,438\",\"1.85\",\"N/A\",\"\""
## [194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1,184\",\"1,084\",\"1,018,438\",\"1.16\",\"N/A\",\"\""
## [195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1639\",\"1431\",\"1018438\",\"1.61\",\"N/A\",\"\""
## [196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1698\",\"1517\",\"1018438\",\"1.67\",\"N/A\",\"\""
## [197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"26,176\",\"24,411\",\"1,668,218\",\"15.69\",\"N/A\",\"\""
## [198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"22,032\",\"20,731\",\"1,668,218\",\"13.21\",\"N/A\",\"\""
## [199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"22,963\",\"21,875\",\"1,668,218\",\"13.76\",\"N/A\",\"\""
## [200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"24,042\",\"22,967\",\"1,668,218\",\"14.41\",\"N/A\",\"\""
## [201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"20,360\",\"19,460\",\"1,668,218\",\"12.2\",\"N/A\",\"\""
## [202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17,797\",\"16,876\",\"1,668,218\",\"10.67\",\"N/A\",\"\""
## [203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13,883\",\"13,107\",\"1,668,218\",\"8.32\",\"N/A\",\"\""
## [204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13,737\",\"13,125\",\"1,668,218\",\"8.23\",\"N/A\",\"\""
## [205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"8,506\",\"8,010\",\"1,668,218\",\"5.1\",\"N/A\",\"\""
## [206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6,153\",\"5,802\",\"1,668,218\",\"3.69\",\"N/A\",\"\""
## [207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5,092\",\"4,744\",\"1,668,218\",\"3.05\",\"N/A\",\"\""
## [208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4,906\",\"4,445\",\"1,668,218\",\"2.94\",\"N/A\",\"\""
## [209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4660\",\"4088\",\"1668218\",\"2.79\",\"N/A\",\"\""
## [210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5603\",\"4396\",\"1668218\",\"3.36\",\"N/A\",\"\""
## [211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"6,653\",\"6,543\",\"744,041\",\"8.94\",\"N/A\",\"\""
## [212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"7,910\",\"7,786\",\"744,041\",\"10.63\",\"N/A\",\"\""
## [213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"6,489\",\"6,426\",\"744,041\",\"8.72\",\"N/A\",\"\""
## [214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"6,571\",\"6,561\",\"744,041\",\"8.83\",\"N/A\",\"\""
## [215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"6,800\",\"6,728\",\"744,041\",\"9.14\",\"N/A\",\"\""
## [216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"6,985\",\"6,924\",\"744,041\",\"9.39\",\"N/A\",\"\""
## [217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"7,582\",\"7,549\",\"744,041\",\"10.19\",\"N/A\",\"\""
## [218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"8,503\",\"8,329\",\"744,041\",\"11.43\",\"N/A\",\"\""
## [219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"7,186\",\"6,985\",\"744,041\",\"9.66\",\"N/A\",\"\""
## [220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"4,979\",\"4,278\",\"744,041\",\"6.69\",\"N/A\",\"\""
## [221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"3,271\",\"2,895\",\"744,041\",\"4.4\",\"N/A\",\"\""
## [222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"2,411\",\"2,117\",\"744,041\",\"3.24\",\"N/A\",\"\""
## [223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"2368\",\"2071\",\"744041\",\"3.18\",\"N/A\",\"\""
## [224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Dorset\",\"Police Force Area\",\"2116\",\"1770\",\"744041\",\"2.84\",\"N/A\",\"\""
## [225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"8,320\",\"8,302\",\"618,806\",\"13.45\",\"N/A\",\"\""
## [226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"7,957\",\"7,950\",\"618,806\",\"12.86\",\"N/A\",\"\""
## [227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"5,294\",\"5,249\",\"618,806\",\"8.56\",\"N/A\",\"\""
## [228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"5,911\",\"5,835\",\"618,806\",\"9.55\",\"N/A\",\"\""
## [229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"4,957\",\"4,902\",\"618,806\",\"8.01\",\"N/A\",\"\""
## [230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"5,304\",\"5,272\",\"618,806\",\"8.57\",\"N/A\",\"\""
## [231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"8,560\",\"8,528\",\"618,806\",\"13.83\",\"N/A\",\"\""
## [232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"12,084\",\"12,058\",\"618,806\",\"19.53\",\"N/A\",\"\""
## [233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"8,206\",\"8,189\",\"618,806\",\"13.26\",\"N/A\",\"\""
## [234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"4,449\",\"4,433\",\"618,806\",\"7.19\",\"N/A\",\"\""
## [235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"1,732\",\"1,705\",\"618,806\",\"2.8\",\"N/A\",\"\""
## [236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"1,467\",\"1,455\",\"618,806\",\"2.37\",\"N/A\",\"\""
## [237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"1745\",\"1711\",\"618806\",\"2.82\",\"N/A\",\"\""
## [238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Durham\",\"Police Force Area\",\"2000\",\"1955\",\"618806\",\"3.23\",\"N/A\",\"\""
## [239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8,430\",\"8,384\",\"515,114\",\"16.37\",\"N/A\",\"\""
## [240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7,106\",\"7,049\",\"515,114\",\"13.8\",\"N/A\",\"\""
## [241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10,403\",\"10,141\",\"515,114\",\"20.2\",\"N/A\",\"\""
## [242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12,298\",\"12,048\",\"515,114\",\"23.87\",\"N/A\",\"\""
## [243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14,574\",\"14,203\",\"515,114\",\"28.29\",\"N/A\",\"\""
## [244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13,306\",\"12,957\",\"515,114\",\"25.83\",\"N/A\",\"\""
## [245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13,580\",\"13,125\",\"515,114\",\"26.36\",\"N/A\",\"\""
## [246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9,260\",\"8,988\",\"515,114\",\"17.98\",\"N/A\",\"\""
## [247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5,201\",\"5,156\",\"515,114\",\"10.1\",\"N/A\",\"\""
## [248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3,810\",\"3,632\",\"515,114\",\"7.4\",\"N/A\",\"\""
## [249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2,426\",\"2,292\",\"515,114\",\"4.71\",\"N/A\",\"\""
## [250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2,149\",\"2,007\",\"515,114\",\"4.17\",\"N/A\",\"\""
## [251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2790\",\"2648\",\"515114\",\"5.42\",\"N/A\",\"\""
## [252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3119\",\"2929\",\"515114\",\"6.05\",\"N/A\",\"\""
## [253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"9,764\",\"9,604\",\"1,724,950\",\"5.66\",\"N/A\",\"\""
## [254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"13,802\",\"13,588\",\"1,724,950\",\"8\",\"N/A\",\"\""
## [255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"12,806\",\"12,318\",\"1,724,950\",\"7.42\",\"N/A\",\"\""
## [256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"9,692\",\"9,359\",\"1,724,950\",\"5.62\",\"N/A\",\"\""
## [257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"6,016\",\"5,803\",\"1,724,950\",\"3.49\",\"N/A\",\"\""
## [258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"3,749\",\"3,629\",\"1,724,950\",\"2.17\",\"N/A\",\"\""
## [259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"4,494\",\"4,326\",\"1,724,950\",\"2.61\",\"N/A\",\"\""
## [260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"9,043\",\"8,726\",\"1,724,950\",\"5.24\",\"N/A\",\"\""
## [261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"5,318\",\"4,835\",\"1,724,950\",\"3.08\",\"N/A\",\"\""
## [262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"2,418\",\"2,200\",\"1,724,950\",\"1.4\",\"N/A\",\"\""
## [263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"3,321\",\"3,148\",\"1,724,950\",\"1.93\",\"N/A\",\"\""
## [264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"3,242\",\"3,004\",\"1,724,950\",\"1.88\",\"N/A\",\"\""
## [265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"8423\",\"7452\",\"1724950\",\"4.88\",\"N/A\",\"\""
## [266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Essex\",\"Police Force Area\",\"20028\",\"17256\",\"1724950\",\"11.61\",\"N/A\",\"\""
## [267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,890\",\"4,837\",\"596,984\",\"8.19\",\"N/A\",\"\""
## [268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,582\",\"5,554\",\"596,984\",\"9.35\",\"N/A\",\"\""
## [269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6,277\",\"6,227\",\"596,984\",\"10.51\",\"N/A\",\"\""
## [270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,510\",\"5,464\",\"596,984\",\"9.23\",\"N/A\",\"\""
## [271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,482\",\"4,447\",\"596,984\",\"7.51\",\"N/A\",\"\""
## [272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,093\",\"5,062\",\"596,984\",\"8.53\",\"N/A\",\"\""
## [273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,741\",\"4,701\",\"596,984\",\"7.94\",\"N/A\",\"\""
## [274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,539\",\"4,445\",\"596,984\",\"7.6\",\"N/A\",\"\""
## [275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2,707\",\"2,667\",\"596,984\",\"4.53\",\"N/A\",\"\""
## [276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2,044\",\"2,018\",\"596,984\",\"3.42\",\"N/A\",\"\""
## [277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,766\",\"1,720\",\"596,984\",\"2.96\",\"N/A\",\"\""
## [278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,718\",\"1,659\",\"596,984\",\"2.88\",\"N/A\",\"\""
## [279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1827\",\"1765\",\"596984\",\"3.06\",\"N/A\",\"\""
## [280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2213\",\"2101\",\"596984\",\"3.71\",\"N/A\",\"\""
## [281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"46,091\",\"45,408\",\"2,682,528\",\"17.18\",\"N/A\",\"\""
## [282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"50,694\",\"50,038\",\"2,682,528\",\"18.9\",\"N/A\",\"\""
## [283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"53,031\",\"52,329\",\"2,682,528\",\"19.77\",\"N/A\",\"\""
## [284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"42,527\",\"41,562\",\"2,682,528\",\"15.85\",\"N/A\",\"\""
## [285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"50,535\",\"48,912\",\"2,682,528\",\"18.84\",\"N/A\",\"\""
## [286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"52,431\",\"50,524\",\"2,682,528\",\"19.55\",\"N/A\",\"\""
## [287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"33,777\",\"32,968\",\"2,682,528\",\"12.59\",\"N/A\",\"\""
## [288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"27,675\",\"26,812\",\"2,682,528\",\"10.32\",\"N/A\",\"\""
## [289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"13,938\",\"13,624\",\"2,682,528\",\"5.2\",\"N/A\",\"\""
## [290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,968\",\"4,761\",\"2,682,528\",\"1.85\",\"N/A\",\"\""
## [291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,733\",\"2,502\",\"2,682,528\",\"1.02\",\"N/A\",\"\""
## [292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,503\",\"2,304\",\"2,682,528\",\"0.93\",\"N/A\",\"\""
## [293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4615\",\"4214\",\"2682528\",\"1.72\",\"N/A\",\"\""
## [294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2603\",\"2369\",\"2682528\",\"0.97\",\"N/A\",\"\""
## [295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"5,714\",\"5,627\",\"576,754\",\"9.91\",\"N/A\",\"\""
## [296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"7,362\",\"7,275\",\"576,754\",\"12.76\",\"N/A\",\"\""
## [297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"6,943\",\"6,859\",\"576,754\",\"12.04\",\"N/A\",\"\""
## [298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"9,122\",\"9,022\",\"576,754\",\"15.82\",\"N/A\",\"\""
## [299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"8,088\",\"8,018\",\"576,754\",\"14.02\",\"N/A\",\"\""
## [300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"7,303\",\"7,188\",\"576,754\",\"12.66\",\"N/A\",\"\""
## [301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"9,067\",\"8,875\",\"576,754\",\"15.72\",\"N/A\",\"\""
## [302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"4,127\",\"3,947\",\"576,754\",\"7.16\",\"N/A\",\"\""
## [303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"2,172\",\"2,086\",\"576,754\",\"3.77\",\"N/A\",\"\""
## [304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"1,143\",\"1,092\",\"576,754\",\"1.98\",\"N/A\",\"\""
## [305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"1,376\",\"1,310\",\"576,754\",\"2.39\",\"N/A\",\"\""
## [306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"910\",\"667\",\"576,754\",\"1.58\",\"N/A\",\"\""
## [307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"2123\",\"1850\",\"576754\",\"3.68\",\"N/A\",\"\""
## [308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Gwent\",\"Police Force Area\",\"3141\",\"2592\",\"576754\",\"5.45\",\"N/A\",\"\""
## [309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"23,691\",\"23,137\",\"1,897,991\",\"12.48\",\"N/A\",\"\""
## [310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"25,098\",\"24,400\",\"1,897,991\",\"13.22\",\"N/A\",\"\""
## [311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"26,484\",\"25,589\",\"1,897,991\",\"13.95\",\"N/A\",\"\""
## [312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"21,920\",\"21,096\",\"1,897,991\",\"11.55\",\"N/A\",\"\""
## [313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"27,116\",\"26,013\",\"1,897,991\",\"14.29\",\"N/A\",\"\""
## [314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"32,667\",\"31,212\",\"1,897,991\",\"17.21\",\"N/A\",\"\""
## [315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"32,124\",\"30,422\",\"1,897,991\",\"16.93\",\"N/A\",\"\""
## [316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"29,700\",\"27,917\",\"1,897,991\",\"15.65\",\"N/A\",\"\""
## [317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"18,570\",\"17,375\",\"1,897,991\",\"9.78\",\"N/A\",\"\""
## [318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"11,108\",\"10,238\",\"1,897,991\",\"5.85\",\"N/A\",\"\""
## [319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"8,619\",\"7,762\",\"1,897,991\",\"4.54\",\"N/A\",\"\""
## [320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"8,028\",\"7,207\",\"1,897,991\",\"4.23\",\"N/A\",\"\""
## [321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"8113\",\"7072\",\"1897991\",\"4.27\",\"N/A\",\"\""
## [322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Hampshire\",\"Police Force Area\",\"9208\",\"7952\",\"1897991\",\"4.85\",\"N/A\",\"\""
## [323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"10,715\",\"10,276\",\"1,116,062\",\"9.6\",\"N/A\",\"\""
## [324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"11,962\",\"11,788\",\"1,116,062\",\"10.72\",\"N/A\",\"\""
## [325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"19,164\",\"18,796\",\"1,116,062\",\"17.17\",\"N/A\",\"\""
## [326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"13,142\",\"12,847\",\"1,116,062\",\"11.78\",\"N/A\",\"\""
## [327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"10,769\",\"10,450\",\"1,116,062\",\"9.65\",\"N/A\",\"\""
## [328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"9,857\",\"9,329\",\"1,116,062\",\"8.83\",\"N/A\",\"\""
## [329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"15,842\",\"14,876\",\"1,116,062\",\"14.19\",\"N/A\",\"\""
## [330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"25,068\",\"22,302\",\"1,116,062\",\"22.46\",\"N/A\",\"\""
## [331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"11,377\",\"10,429\",\"1,116,062\",\"10.19\",\"N/A\",\"\""
## [332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,028\",\"7,162\",\"1,116,062\",\"7.19\",\"N/A\",\"\""
## [333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"7,271\",\"6,420\",\"1,116,062\",\"6.51\",\"N/A\",\"\""
## [334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"6,545\",\"5,755\",\"1,116,062\",\"5.86\",\"N/A\",\"\""
## [335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"6830\",\"5601\",\"1116062\",\"6.12\",\"N/A\",\"\""
## [336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"7641\",\"6359\",\"1116062\",\"6.85\",\"N/A\",\"\""
## [337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"10,027\",\"9,856\",\"917,647\",\"10.93\",\"N/A\",\"\""
## [338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"11,819\",\"11,689\",\"917,647\",\"12.88\",\"N/A\",\"\""
## [339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"11,322\",\"11,077\",\"917,647\",\"12.34\",\"N/A\",\"\""
## [340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"9,624\",\"9,485\",\"917,647\",\"10.49\",\"N/A\",\"\""
## [341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"9,084\",\"8,907\",\"917,647\",\"9.9\",\"N/A\",\"\""
## [342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"10,547\",\"10,363\",\"917,647\",\"11.49\",\"N/A\",\"\""
## [343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"10,507\",\"10,317\",\"917,647\",\"11.45\",\"N/A\",\"\""
## [344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"6,647\",\"6,512\",\"917,647\",\"7.24\",\"N/A\",\"\""
## [345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"4,411\",\"3,154\",\"917,647\",\"4.81\",\"N/A\",\"\""
## [346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"1,142\",\"739\",\"917,647\",\"1.24\",\"N/A\",\"\""
## [347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"1,031\",\"716\",\"917,647\",\"1.12\",\"N/A\",\"\""
## [348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"1,171\",\"1,011\",\"917,647\",\"1.28\",\"N/A\",\"\""
## [349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"1475\",\"1278\",\"917647\",\"1.61\",\"N/A\",\"\""
## [350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Humberside\",\"Police Force Area\",\"3048\",\"2548\",\"917647\",\"3.32\",\"N/A\",\"\""
## [351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"14,186\",\"13,888\",\"1,727,665\",\"8.21\",\"N/A\",\"\""
## [352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"15,784\",\"15,487\",\"1,727,665\",\"9.14\",\"N/A\",\"\""
## [353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"17,710\",\"17,225\",\"1,727,665\",\"10.25\",\"N/A\",\"\""
## [354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"14,981\",\"14,764\",\"1,727,665\",\"8.67\",\"N/A\",\"\""
## [355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"11,850\",\"11,595\",\"1,727,665\",\"6.86\",\"N/A\",\"\""
## [356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"8,248\",\"8,144\",\"1,727,665\",\"4.77\",\"N/A\",\"\""
## [357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"8,052\",\"7,996\",\"1,727,665\",\"4.66\",\"N/A\",\"\""
## [358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"9,018\",\"8,969\",\"1,727,665\",\"5.22\",\"N/A\",\"\""
## [359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"9,373\",\"8,989\",\"1,727,665\",\"5.43\",\"N/A\",\"\""
## [360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"7,966\",\"6,845\",\"1,727,665\",\"4.61\",\"N/A\",\"\""
## [361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"7,565\",\"6,328\",\"1,727,665\",\"4.38\",\"N/A\",\"\""
## [362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"6,033\",\"5,830\",\"1,727,665\",\"3.49\",\"N/A\",\"\""
## [363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"6201\",\"5404\",\"1727665\",\"3.59\",\"N/A\",\"\""
## [364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Kent\",\"Police Force Area\",\"10190\",\"8789\",\"1727665\",\"5.9\",\"N/A\",\"\""
## [365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"17,957\",\"17,874\",\"1,460,893\",\"12.29\",\"N/A\",\"\""
## [366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"22,996\",\"22,878\",\"1,460,893\",\"15.74\",\"N/A\",\"\""
## [367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"23,044\",\"22,899\",\"1,460,893\",\"15.77\",\"N/A\",\"\""
## [368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"26,687\",\"26,384\",\"1,460,893\",\"18.27\",\"N/A\",\"\""
## [369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"26,693\",\"26,255\",\"1,460,893\",\"18.27\",\"N/A\",\"\""
## [370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"21,261\",\"20,851\",\"1,460,893\",\"14.55\",\"N/A\",\"\""
## [371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"18,608\",\"18,152\",\"1,460,893\",\"12.74\",\"N/A\",\"\""
## [372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"16,024\",\"15,748\",\"1,460,893\",\"10.97\",\"N/A\",\"\""
## [373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"8,015\",\"7,723\",\"1,460,893\",\"5.49\",\"N/A\",\"\""
## [374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"5,596\",\"5,472\",\"1,460,893\",\"3.83\",\"N/A\",\"\""
## [375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"3,276\",\"3,074\",\"1,460,893\",\"2.24\",\"N/A\",\"\""
## [376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"3,053\",\"2,807\",\"1,460,893\",\"2.09\",\"N/A\",\"\""
## [377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"4334\",\"3825\",\"1460893\",\"2.97\",\"N/A\",\"\""
## [378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Lancashire\",\"Police Force Area\",\"8476\",\"7163\",\"1460893\",\"5.8\",\"N/A\",\"\""
## [379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"20,368\",\"19,364\",\"1,017,697\",\"20.01\",\"N/A\",\"\""
## [380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"21,851\",\"20,890\",\"1,017,697\",\"21.47\",\"N/A\",\"\""
## [381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"20,273\",\"19,250\",\"1,017,697\",\"19.92\",\"N/A\",\"\""
## [382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"24,384\",\"23,349\",\"1,017,697\",\"23.96\",\"N/A\",\"\""
## [383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"23,146\",\"22,386\",\"1,017,697\",\"22.74\",\"N/A\",\"\""
## [384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10,652\",\"10,091\",\"1,017,697\",\"10.47\",\"N/A\",\"\""
## [385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6,142\",\"5,831\",\"1,017,697\",\"6.04\",\"N/A\",\"\""
## [386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4,623\",\"4,376\",\"1,017,697\",\"4.54\",\"N/A\",\"\""
## [387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,379\",\"3,129\",\"1,017,697\",\"3.32\",\"N/A\",\"\""
## [388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,836\",\"1,719\",\"1,017,697\",\"1.8\",\"N/A\",\"\""
## [389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,492\",\"1,342\",\"1,017,697\",\"1.47\",\"N/A\",\"\""
## [390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,675\",\"1,465\",\"1,017,697\",\"1.65\",\"N/A\",\"\""
## [391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3172\",\"2685\",\"1017697\",\"3.12\",\"N/A\",\"\""
## [392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4284\",\"3384\",\"1017697\",\"4.21\",\"N/A\",\"\""
## [393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,696\",\"8,609\",\"713,653\",\"12.19\",\"N/A\",\"\""
## [394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11,945\",\"11,818\",\"713,653\",\"16.74\",\"N/A\",\"\""
## [395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13,427\",\"13,353\",\"713,653\",\"18.81\",\"N/A\",\"\""
## [396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10,562\",\"10,521\",\"713,653\",\"14.8\",\"N/A\",\"\""
## [397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9,704\",\"9,651\",\"713,653\",\"13.6\",\"N/A\",\"\""
## [398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6,477\",\"6,343\",\"713,653\",\"9.08\",\"N/A\",\"\""
## [399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7,122\",\"6,999\",\"713,653\",\"9.98\",\"N/A\",\"\""
## [400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9,030\",\"8,942\",\"713,653\",\"12.65\",\"N/A\",\"\""
## [401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5,919\",\"5,881\",\"713,653\",\"8.29\",\"N/A\",\"\""
## [402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3,991\",\"3,812\",\"713,653\",\"5.59\",\"N/A\",\"\""
## [403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2,597\",\"2,186\",\"713,653\",\"3.64\",\"N/A\",\"\""
## [404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2,108\",\"2,048\",\"713,653\",\"2.95\",\"N/A\",\"\""
## [405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2704\",\"2546\",\"713653\",\"3.79\",\"N/A\",\"\""
## [406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2952\",\"2692\",\"713653\",\"4.14\",\"N/A\",\"\""
## [407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"7,882\",\"6,912\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"8,418\",\"7,581\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"8,030\",\"7,300\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"6,086\",\"5,420\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"4,609\",\"4,078\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"3,811\",\"3,251\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"3,133\",\"2,645\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"2,640\",\"2,231\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"1,875\",\"1,539\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"1,574\",\"1,322\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"1,311\",\"1,122\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"1,223\",\"1,004\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"1511\",\"1111\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"London, City of\",\"Police Force Area\",\"2942\",\"1930\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"48,427\",\"47,870\",\"1,381,189\",\"35.06\",\"N/A\",\"\""
## [422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"65,408\",\"64,607\",\"1,381,189\",\"47.36\",\"N/A\",\"\""
## [423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"69,656\",\"68,915\",\"1,381,189\",\"50.43\",\"N/A\",\"\""
## [424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"60,182\",\"59,659\",\"1,381,189\",\"43.57\",\"N/A\",\"\""
## [425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"44,391\",\"43,877\",\"1,381,189\",\"32.14\",\"N/A\",\"\""
## [426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"26,019\",\"25,691\",\"1,381,189\",\"18.84\",\"N/A\",\"\""
## [427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"29,534\",\"29,117\",\"1,381,189\",\"21.38\",\"N/A\",\"\""
## [428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"36,360\",\"35,855\",\"1,381,189\",\"26.33\",\"N/A\",\"\""
## [429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"25,007\",\"24,523\",\"1,381,189\",\"18.11\",\"N/A\",\"\""
## [430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"9,932\",\"6,450\",\"1,381,189\",\"7.19\",\"N/A\",\"\""
## [431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"7,937\",\"6,650\",\"1,381,189\",\"5.75\",\"N/A\",\"\""
## [432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"10,138\",\"9,257\",\"1,381,189\",\"7.34\",\"N/A\",\"\""
## [433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"20092\",\"17576\",\"1381189\",\"14.55\",\"N/A\",\"\""
## [434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Merseyside\",\"Police Force Area\",\"34019\",\"29408\",\"1381189\",\"24.63\",\"N/A\",\"\""
## [435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"365,068\",\"294,467\",\"8,166,566\",\"44.7\",\"N/A\",\"\""
## [436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"513,234\",\"448,957\",\"8,166,566\",\"62.85\",\"N/A\",\"\""
## [437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"781,097\",\"721,451\",\"8,166,566\",\"95.65\",\"N/A\",\"\""
## [438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"661,989\",\"624,009\",\"8,166,566\",\"81.06\",\"N/A\",\"\""
## [439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"588,551\",\"560,544\",\"8,166,566\",\"72.07\",\"N/A\",\"\""
## [440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"507,680\",\"480,702\",\"8,166,566\",\"62.17\",\"N/A\",\"\""
## [441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"359,805\",\"338,973\",\"8,166,566\",\"44.06\",\"N/A\",\"\""
## [442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"288,642\",\"270,086\",\"8,166,566\",\"35.34\",\"N/A\",\"\""
## [443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"170,133\",\"157,738\",\"8,166,566\",\"20.83\",\"N/A\",\"\""
## [444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"154,064\",\"140,198\",\"8,166,566\",\"18.87\",\"N/A\",\"\""
## [445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"136,050\",\"121,607\",\"8,166,566\",\"16.66\",\"N/A\",\"\""
## [446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"133,161\",\"116,385\",\"8,166,566\",\"16.31\",\"N/A\",\"\""
## [447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"179476\",\"149592\",\"8166566\",\"21.98\",\"N/A\",\"\""
## [448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"275571\",\"219569\",\"8166566\",\"33.74\",\"N/A\",\"\""
## [449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"8,509\",\"8,298\",\"857,888\",\"9.92\",\"N/A\",\"\""
## [450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"8,721\",\"8,541\",\"857,888\",\"10.17\",\"N/A\",\"\""
## [451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"11,717\",\"11,467\",\"857,888\",\"13.66\",\"N/A\",\"\""
## [452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"13,350\",\"13,075\",\"857,888\",\"15.56\",\"N/A\",\"\""
## [453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"15,643\",\"15,350\",\"857,888\",\"18.23\",\"N/A\",\"\""
## [454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"16,326\",\"16,047\",\"857,888\",\"19.03\",\"N/A\",\"\""
## [455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"14,528\",\"14,297\",\"857,888\",\"16.93\",\"N/A\",\"\""
## [456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"13,275\",\"13,070\",\"857,888\",\"15.47\",\"N/A\",\"\""
## [457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"9,428\",\"9,226\",\"857,888\",\"10.99\",\"N/A\",\"\""
## [458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"5,404\",\"5,277\",\"857,888\",\"6.3\",\"N/A\",\"\""
## [459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"3,824\",\"3,682\",\"857,888\",\"4.46\",\"N/A\",\"\""
## [460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"2,197\",\"2,075\",\"857,888\",\"2.56\",\"N/A\",\"\""
## [461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"3043\",\"2707\",\"857888\",\"3.55\",\"N/A\",\"\""
## [462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Norfolk\",\"Police Force Area\",\"4835\",\"4229\",\"857888\",\"5.64\",\"N/A\",\"\""
## [463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"14,625\",\"14,537\",\"687,937\",\"21.26\",\"N/A\",\"\""
## [464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"12,039\",\"11,940\",\"687,937\",\"17.5\",\"N/A\",\"\""
## [465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"8,298\",\"8,229\",\"687,937\",\"12.06\",\"N/A\",\"\""
## [466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"6,276\",\"6,212\",\"687,937\",\"9.12\",\"N/A\",\"\""
## [467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"6,262\",\"6,169\",\"687,937\",\"9.1\",\"N/A\",\"\""
## [468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"3,704\",\"3,661\",\"687,937\",\"5.38\",\"N/A\",\"\""
## [469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"4,804\",\"4,750\",\"687,937\",\"6.98\",\"N/A\",\"\""
## [470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"5,227\",\"5,097\",\"687,937\",\"7.6\",\"N/A\",\"\""
## [471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"2,511\",\"2,419\",\"687,937\",\"3.65\",\"N/A\",\"\""
## [472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"1,610\",\"1,521\",\"687,937\",\"2.34\",\"N/A\",\"\""
## [473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"1,704\",\"1,622\",\"687,937\",\"2.48\",\"N/A\",\"\""
## [474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"1,584\",\"1,527\",\"687,937\",\"2.3\",\"N/A\",\"\""
## [475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"1830\",\"1734\",\"687937\",\"2.66\",\"N/A\",\"\""
## [476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"North Wales\",\"Police Force Area\",\"4960\",\"4684\",\"687937\",\"7.21\",\"N/A\",\"\""
## [477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10,710\",\"9,415\",\"796,427\",\"13.45\",\"N/A\",\"\""
## [478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9,942\",\"9,429\",\"796,427\",\"12.48\",\"N/A\",\"\""
## [479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9,588\",\"9,086\",\"796,427\",\"12.04\",\"N/A\",\"\""
## [480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,583\",\"6,260\",\"796,427\",\"8.27\",\"N/A\",\"\""
## [481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,141\",\"5,649\",\"796,427\",\"7.71\",\"N/A\",\"\""
## [482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,919\",\"7,379\",\"796,427\",\"9.94\",\"N/A\",\"\""
## [483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,388\",\"7,032\",\"796,427\",\"9.28\",\"N/A\",\"\""
## [484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,921\",\"7,685\",\"796,427\",\"9.95\",\"N/A\",\"\""
## [485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,617\",\"6,310\",\"796,427\",\"8.31\",\"N/A\",\"\""
## [486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4,426\",\"4,214\",\"796,427\",\"5.56\",\"N/A\",\"\""
## [487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2,638\",\"2,465\",\"796,427\",\"3.31\",\"N/A\",\"\""
## [488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1,788\",\"1,671\",\"796,427\",\"2.25\",\"N/A\",\"\""
## [489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1976\",\"1753\",\"796427\",\"2.48\",\"N/A\",\"\""
## [490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2456\",\"2220\",\"796427\",\"3.08\",\"N/A\",\"\""
## [491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"13,607\",\"13,176\",\"691,952\",\"19.66\",\"N/A\",\"\""
## [492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"14,212\",\"14,036\",\"691,952\",\"20.54\",\"N/A\",\"\""
## [493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11,675\",\"11,542\",\"691,952\",\"16.87\",\"N/A\",\"\""
## [494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11,839\",\"11,737\",\"691,952\",\"17.11\",\"N/A\",\"\""
## [495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12,848\",\"12,681\",\"691,952\",\"18.57\",\"N/A\",\"\""
## [496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8,621\",\"8,453\",\"691,952\",\"12.46\",\"N/A\",\"\""
## [497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9,208\",\"9,030\",\"691,952\",\"13.31\",\"N/A\",\"\""
## [498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8,674\",\"8,427\",\"691,952\",\"12.54\",\"N/A\",\"\""
## [499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"4,563\",\"4,404\",\"691,952\",\"6.59\",\"N/A\",\"\""
## [500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,850\",\"1,752\",\"691,952\",\"2.67\",\"N/A\",\"\""
## [501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,285\",\"1,136\",\"691,952\",\"1.86\",\"N/A\",\"\""
## [502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,321\",\"1,090\",\"691,952\",\"1.91\",\"N/A\",\"\""
## [503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2294\",\"1960\",\"691952\",\"3.32\",\"N/A\",\"\""
## [504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2191\",\"2121\",\"691952\",\"3.17\",\"N/A\",\"\""
## [505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"33,867\",\"33,759\",\"1,420,853\",\"23.84\",\"N/A\",\"\""
## [506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"29,125\",\"28,937\",\"1,420,853\",\"20.5\",\"N/A\",\"\""
## [507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"32,397\",\"32,281\",\"1,420,853\",\"22.8\",\"N/A\",\"\""
## [508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"39,504\",\"39,383\",\"1,420,853\",\"27.8\",\"N/A\",\"\""
## [509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"43,553\",\"43,441\",\"1,420,853\",\"30.65\",\"N/A\",\"\""
## [510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"40,738\",\"40,654\",\"1,420,853\",\"28.67\",\"N/A\",\"\""
## [511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"31,841\",\"31,759\",\"1,420,853\",\"22.41\",\"N/A\",\"\""
## [512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"37,977\",\"37,843\",\"1,420,853\",\"26.73\",\"N/A\",\"\""
## [513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"17,303\",\"17,223\",\"1,420,853\",\"12.18\",\"N/A\",\"\""
## [514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"7,097\",\"7,055\",\"1,420,853\",\"4.99\",\"N/A\",\"\""
## [515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"3,718\",\"3,695\",\"1,420,853\",\"2.62\",\"N/A\",\"\""
## [516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"2,893\",\"2,857\",\"1,420,853\",\"2.04\",\"N/A\",\"\""
## [517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"2891\",\"2831\",\"1420853\",\"2.03\",\"N/A\",\"\""
## [518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Northumbria\",\"Police Force Area\",\"5306\",\"5210\",\"1420853\",\"3.73\",\"N/A\",\"\""
## [519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"9,946\",\"8,640\",\"1,091,482\",\"9.11\",\"N/A\",\"\""
## [520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6,387\",\"5,848\",\"1,091,482\",\"5.85\",\"N/A\",\"\""
## [521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,969\",\"4,556\",\"1,091,482\",\"4.55\",\"N/A\",\"\""
## [522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6,162\",\"5,451\",\"1,091,482\",\"5.65\",\"N/A\",\"\""
## [523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5,033\",\"4,528\",\"1,091,482\",\"4.61\",\"N/A\",\"\""
## [524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,629\",\"3,320\",\"1,091,482\",\"3.32\",\"N/A\",\"\""
## [525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,612\",\"3,384\",\"1,091,482\",\"3.31\",\"N/A\",\"\""
## [526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5,476\",\"5,166\",\"1,091,482\",\"5.02\",\"N/A\",\"\""
## [527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,938\",\"3,762\",\"1,091,482\",\"3.61\",\"N/A\",\"\""
## [528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,575\",\"2,417\",\"1,091,482\",\"2.36\",\"N/A\",\"\""
## [529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,827\",\"1,573\",\"1,091,482\",\"1.67\",\"N/A\",\"\""
## [530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,805\",\"1,449\",\"1,091,482\",\"1.65\",\"N/A\",\"\""
## [531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2951\",\"2231\",\"1091482\",\"2.7\",\"N/A\",\"\""
## [532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5256\",\"3910\",\"1091482\",\"4.82\",\"N/A\",\"\""
## [533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"18,318\",\"18,023\",\"1,283,651\",\"14.27\",\"N/A\",\"\""
## [534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"19,173\",\"18,952\",\"1,283,651\",\"14.94\",\"N/A\",\"\""
## [535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"18,776\",\"18,463\",\"1,283,651\",\"14.63\",\"N/A\",\"\""
## [536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"15,977\",\"15,846\",\"1,283,651\",\"12.45\",\"N/A\",\"\""
## [537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"14,064\",\"13,847\",\"1,283,651\",\"10.96\",\"N/A\",\"\""
## [538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"14,276\",\"13,948\",\"1,283,651\",\"11.12\",\"N/A\",\"\""
## [539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"11,943\",\"10,083\",\"1,283,651\",\"9.3\",\"N/A\",\"\""
## [540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"16,194\",\"12,879\",\"1,283,651\",\"12.62\",\"N/A\",\"\""
## [541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"10,502\",\"7,782\",\"1,283,651\",\"8.18\",\"N/A\",\"\""
## [542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"7,188\",\"6,058\",\"1,283,651\",\"5.6\",\"N/A\",\"\""
## [543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"5,252\",\"4,851\",\"1,283,651\",\"4.09\",\"N/A\",\"\""
## [544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"6,671\",\"5,868\",\"1,283,651\",\"5.2\",\"N/A\",\"\""
## [545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"10555\",\"9436\",\"1283651\",\"8.22\",\"N/A\",\"\""
## [546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"South Wales\",\"Police Force Area\",\"12952\",\"11295\",\"1283651\",\"10.09\",\"N/A\",\"\""
## [547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"20,034\",\"19,042\",\"1,343,601\",\"14.91\",\"N/A\",\"\""
## [548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21,319\",\"20,530\",\"1,343,601\",\"15.87\",\"N/A\",\"\""
## [549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"27,850\",\"26,816\",\"1,343,601\",\"20.73\",\"N/A\",\"\""
## [550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"28,638\",\"27,555\",\"1,343,601\",\"21.31\",\"N/A\",\"\""
## [551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"24,013\",\"23,106\",\"1,343,601\",\"17.87\",\"N/A\",\"\""
## [552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"18,342\",\"17,674\",\"1,343,601\",\"13.65\",\"N/A\",\"\""
## [553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21,777\",\"20,487\",\"1,343,601\",\"16.21\",\"N/A\",\"\""
## [554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21,843\",\"21,218\",\"1,343,601\",\"16.26\",\"N/A\",\"\""
## [555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"8,525\",\"8,175\",\"1,343,601\",\"6.34\",\"N/A\",\"\""
## [556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3,742\",\"3,521\",\"1,343,601\",\"2.79\",\"N/A\",\"\""
## [557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2,242\",\"2,025\",\"1,343,601\",\"1.67\",\"N/A\",\"\""
## [558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,878\",\"1,529\",\"1,343,601\",\"1.4\",\"N/A\",\"\""
## [559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"5714\",\"4681\",\"1343601\",\"4.25\",\"N/A\",\"\""
## [560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"14814\",\"12403\",\"1343601\",\"11.03\",\"N/A\",\"\""
## [561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"19,272\",\"19,146\",\"1,097,497\",\"17.56\",\"N/A\",\"\""
## [562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"17,303\",\"17,186\",\"1,097,497\",\"15.77\",\"N/A\",\"\""
## [563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10,369\",\"10,309\",\"1,097,497\",\"9.45\",\"N/A\",\"\""
## [564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"7,711\",\"7,655\",\"1,097,497\",\"7.03\",\"N/A\",\"\""
## [565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"11,253\",\"11,170\",\"1,097,497\",\"10.25\",\"N/A\",\"\""
## [566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18,971\",\"18,903\",\"1,097,497\",\"17.29\",\"N/A\",\"\""
## [567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"19,140\",\"18,950\",\"1,097,497\",\"17.44\",\"N/A\",\"\""
## [568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14,782\",\"14,538\",\"1,097,497\",\"13.47\",\"N/A\",\"\""
## [569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6,118\",\"6,012\",\"1,097,497\",\"5.57\",\"N/A\",\"\""
## [570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4,130\",\"3,847\",\"1,097,497\",\"3.76\",\"N/A\",\"\""
## [571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4,319\",\"3,563\",\"1,097,497\",\"3.94\",\"N/A\",\"\""
## [572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"3,588\",\"2,601\",\"1,097,497\",\"3.27\",\"N/A\",\"\""
## [573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4073\",\"3280\",\"1097497\",\"3.71\",\"N/A\",\"\""
## [574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Staffordshire\",\"Police Force Area\",\"5947\",\"5348\",\"1097497\",\"5.42\",\"N/A\",\"\""
## [575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,192\",\"4,059\",\"728,163\",\"5.76\",\"N/A\",\"\""
## [576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"5,526\",\"5,373\",\"728,163\",\"7.59\",\"N/A\",\"\""
## [577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"6,103\",\"5,978\",\"728,163\",\"8.38\",\"N/A\",\"\""
## [578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,539\",\"4,262\",\"728,163\",\"6.23\",\"N/A\",\"\""
## [579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,525\",\"3,356\",\"728,163\",\"4.84\",\"N/A\",\"\""
## [580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,436\",\"3,310\",\"728,163\",\"4.72\",\"N/A\",\"\""
## [581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,718\",\"3,570\",\"728,163\",\"5.11\",\"N/A\",\"\""
## [582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"5,301\",\"5,049\",\"728,163\",\"7.28\",\"N/A\",\"\""
## [583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,788\",\"4,628\",\"728,163\",\"6.58\",\"N/A\",\"\""
## [584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"2,597\",\"2,530\",\"728,163\",\"3.57\",\"N/A\",\"\""
## [585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"1,972\",\"1,894\",\"728,163\",\"2.71\",\"N/A\",\"\""
## [586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"1,252\",\"1,175\",\"728,163\",\"1.72\",\"N/A\",\"\""
## [587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"1934\",\"1735\",\"728163\",\"2.66\",\"N/A\",\"\""
## [588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Suffolk\",\"Police Force Area\",\"3520\",\"2899\",\"728163\",\"4.83\",\"N/A\",\"\""
## [589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"15,337\",\"13,970\",\"1,132,390\",\"13.54\",\"N/A\",\"\""
## [590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"19,110\",\"18,016\",\"1,132,390\",\"16.88\",\"N/A\",\"\""
## [591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"17,678\",\"17,079\",\"1,132,390\",\"15.61\",\"N/A\",\"\""
## [592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"13,992\",\"13,672\",\"1,132,390\",\"12.36\",\"N/A\",\"\""
## [593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"13,828\",\"13,478\",\"1,132,390\",\"12.21\",\"N/A\",\"\""
## [594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"16,459\",\"15,863\",\"1,132,390\",\"14.53\",\"N/A\",\"\""
## [595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"18,718\",\"18,140\",\"1,132,390\",\"16.53\",\"N/A\",\"\""
## [596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"15,251\",\"14,399\",\"1,132,390\",\"13.47\",\"N/A\",\"\""
## [597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"11,081\",\"10,029\",\"1,132,390\",\"9.79\",\"N/A\",\"\""
## [598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"6,231\",\"5,738\",\"1,132,390\",\"5.5\",\"N/A\",\"\""
## [599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"4,423\",\"3,980\",\"1,132,390\",\"3.91\",\"N/A\",\"\""
## [600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"5,215\",\"4,561\",\"1,132,390\",\"4.61\",\"N/A\",\"\""
## [601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"6018\",\"5221\",\"1132390\",\"5.31\",\"N/A\",\"\""
## [602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Surrey\",\"Police Force Area\",\"5892\",\"5086\",\"1132390\",\"5.2\",\"N/A\",\"\""
## [603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"15,898\",\"14,988\",\"1,606,932\",\"9.89\",\"N/A\",\"\""
## [604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"27,198\",\"25,703\",\"1,606,932\",\"16.93\",\"N/A\",\"\""
## [605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"19,584\",\"18,311\",\"1,606,932\",\"12.19\",\"N/A\",\"\""
## [606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"19,959\",\"18,289\",\"1,606,932\",\"12.42\",\"N/A\",\"\""
## [607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"21,818\",\"20,745\",\"1,606,932\",\"13.58\",\"N/A\",\"\""
## [608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"26,831\",\"26,625\",\"1,606,932\",\"16.7\",\"N/A\",\"\""
## [609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"23,577\",\"23,451\",\"1,606,932\",\"14.67\",\"N/A\",\"\""
## [610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"16,579\",\"16,444\",\"1,606,932\",\"10.32\",\"N/A\",\"\""
## [611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"11,612\",\"11,396\",\"1,606,932\",\"7.23\",\"N/A\",\"\""
## [612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"7,825\",\"7,660\",\"1,606,932\",\"4.87\",\"N/A\",\"\""
## [613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"6,209\",\"6,059\",\"1,606,932\",\"3.86\",\"N/A\",\"\""
## [614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"5,019\",\"4,856\",\"1,606,932\",\"3.12\",\"N/A\",\"\""
## [615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"6233\",\"5765\",\"1606932\",\"3.88\",\"N/A\",\"\""
## [616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Sussex\",\"Police Force Area\",\"8203\",\"7282\",\"1606932\",\"5.1\",\"N/A\",\"\""
## [617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"29,004\",\"25,880\",\"2,269,772\",\"12.78\",\"N/A\",\"\""
## [618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"27,860\",\"25,330\",\"2,269,772\",\"12.27\",\"N/A\",\"\""
## [619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"29,882\",\"27,330\",\"2,269,772\",\"13.17\",\"N/A\",\"\""
## [620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"43,036\",\"39,733\",\"2,269,772\",\"18.96\",\"N/A\",\"\""
## [621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"43,777\",\"40,215\",\"2,269,772\",\"19.29\",\"N/A\",\"\""
## [622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"25,670\",\"23,604\",\"2,269,772\",\"11.31\",\"N/A\",\"\""
## [623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"23,193\",\"21,472\",\"2,269,772\",\"10.22\",\"N/A\",\"\""
## [624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"22,114\",\"20,760\",\"2,269,772\",\"9.74\",\"N/A\",\"\""
## [625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"17,805\",\"16,476\",\"2,269,772\",\"7.84\",\"N/A\",\"\""
## [626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"11,613\",\"10,464\",\"2,269,772\",\"5.12\",\"N/A\",\"\""
## [627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"9,511\",\"8,208\",\"2,269,772\",\"4.19\",\"N/A\",\"\""
## [628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"6,527\",\"5,466\",\"2,269,772\",\"2.88\",\"N/A\",\"\""
## [629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"8371\",\"6577\",\"2269772\",\"3.69\",\"N/A\",\"\""
## [630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Thames Valley\",\"Police Force Area\",\"12851\",\"10092\",\"2269772\",\"5.66\",\"N/A\",\"\""
## [631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5,088\",\"5,020\",\"545,474\",\"9.33\",\"N/A\",\"\""
## [632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,893\",\"3,821\",\"545,474\",\"7.14\",\"N/A\",\"\""
## [633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5,674\",\"5,586\",\"545,474\",\"10.4\",\"N/A\",\"\""
## [634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"8,114\",\"7,974\",\"545,474\",\"14.88\",\"N/A\",\"\""
## [635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5,169\",\"5,086\",\"545,474\",\"9.48\",\"N/A\",\"\""
## [636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,132\",\"4,063\",\"545,474\",\"7.58\",\"N/A\",\"\""
## [637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5,742\",\"5,639\",\"545,474\",\"10.53\",\"N/A\",\"\""
## [638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,876\",\"4,783\",\"545,474\",\"8.94\",\"N/A\",\"\""
## [639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,084\",\"3,054\",\"545,474\",\"5.65\",\"N/A\",\"\""
## [640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,265\",\"3,235\",\"545,474\",\"5.99\",\"N/A\",\"\""
## [641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2,000\",\"1,908\",\"545,474\",\"3.67\",\"N/A\",\"\""
## [642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1,809\",\"1,725\",\"545,474\",\"3.32\",\"N/A\",\"\""
## [643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1829\",\"1685\",\"545474\",\"3.35\",\"N/A\",\"\""
## [644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1735\",\"1530\",\"545474\",\"3.18\",\"N/A\",\"\""
## [645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"12,125\",\"11,652\",\"1,222,416\",\"9.92\",\"N/A\",\"\""
## [646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,764\",\"10,428\",\"1,222,416\",\"8.81\",\"N/A\",\"\""
## [647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"12,361\",\"12,043\",\"1,222,416\",\"10.11\",\"N/A\",\"\""
## [648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"12,107\",\"11,775\",\"1,222,416\",\"9.9\",\"N/A\",\"\""
## [649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,938\",\"10,609\",\"1,222,416\",\"8.95\",\"N/A\",\"\""
## [650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,666\",\"10,340\",\"1,222,416\",\"8.73\",\"N/A\",\"\""
## [651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"13,795\",\"13,578\",\"1,222,416\",\"11.29\",\"N/A\",\"\""
## [652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"14,233\",\"14,121\",\"1,222,416\",\"11.64\",\"N/A\",\"\""
## [653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,849\",\"9,753\",\"1,222,416\",\"8.06\",\"N/A\",\"\""
## [654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"8,447\",\"8,357\",\"1,222,416\",\"6.91\",\"N/A\",\"\""
## [655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"4,968\",\"4,829\",\"1,222,416\",\"4.06\",\"N/A\",\"\""
## [656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"4,373\",\"4,239\",\"1,222,416\",\"3.58\",\"N/A\",\"\""
## [657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"4025\",\"3727\",\"1222416\",\"3.29\",\"N/A\",\"\""
## [658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"West Mercia\",\"Police Force Area\",\"4661\",\"4245\",\"1222416\",\"3.81\",\"N/A\",\"\""
## [659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"32,337\",\"25,364\",\"2,736,460\",\"11.82\",\"N/A\",\"\""
## [660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"31,305\",\"27,826\",\"2,736,460\",\"11.44\",\"N/A\",\"\""
## [661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"28,703\",\"26,362\",\"2,736,460\",\"10.49\",\"N/A\",\"\""
## [662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"20,222\",\"18,674\",\"2,736,460\",\"7.39\",\"N/A\",\"\""
## [663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"20,468\",\"19,059\",\"2,736,460\",\"7.48\",\"N/A\",\"\""
## [664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"37,462\",\"35,185\",\"2,736,460\",\"13.69\",\"N/A\",\"\""
## [665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"33,335\",\"31,249\",\"2,736,460\",\"12.18\",\"N/A\",\"\""
## [666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"23,961\",\"22,481\",\"2,736,460\",\"8.76\",\"N/A\",\"\""
## [667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"15,280\",\"14,928\",\"2,736,460\",\"5.58\",\"N/A\",\"\""
## [668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"17,660\",\"17,442\",\"2,736,460\",\"6.45\",\"N/A\",\"\""
## [669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"12,726\",\"12,548\",\"2,736,460\",\"4.65\",\"N/A\",\"\""
## [670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"11,652\",\"11,316\",\"2,736,460\",\"4.26\",\"N/A\",\"\""
## [671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"17388\",\"16576\",\"2736460\",\"6.35\",\"N/A\",\"\""
## [672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"West Midlands\",\"Police Force Area\",\"23006\",\"21918\",\"2736460\",\"8.41\",\"N/A\",\"\""
## [673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"63,451\",\"61,178\",\"2,226,058\",\"28.5\",\"N/A\",\"\""
## [674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"50,015\",\"48,392\",\"2,226,058\",\"22.47\",\"N/A\",\"\""
## [675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"48,806\",\"47,383\",\"2,226,058\",\"21.92\",\"N/A\",\"\""
## [676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"37,152\",\"36,439\",\"2,226,058\",\"16.69\",\"N/A\",\"\""
## [677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"36,337\",\"35,642\",\"2,226,058\",\"16.32\",\"N/A\",\"\""
## [678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"42,748\",\"41,564\",\"2,226,058\",\"19.2\",\"N/A\",\"\""
## [679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"40,599\",\"39,304\",\"2,226,058\",\"18.24\",\"N/A\",\"\""
## [680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"34,588\",\"33,230\",\"2,226,058\",\"15.54\",\"N/A\",\"\""
## [681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"21,594\",\"20,479\",\"2,226,058\",\"9.7\",\"N/A\",\"\""
## [682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"14,507\",\"13,184\",\"2,226,058\",\"6.52\",\"N/A\",\"\""
## [683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"10,951\",\"9,653\",\"2,226,058\",\"4.92\",\"N/A\",\"\""
## [684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"7,947\",\"6,321\",\"2,226,058\",\"3.57\",\"N/A\",\"\""
## [685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"9653\",\"7353\",\"2226058\",\"4.34\",\"N/A\",\"\""
## [686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"14156\",\"11830\",\"2226058\",\"6.36\",\"N/A\",\"\""
## [687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,436\",\"4,356\",\"680,137\",\"6.52\",\"N/A\",\"\""
## [688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,247\",\"4,178\",\"680,137\",\"6.24\",\"N/A\",\"\""
## [689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,071\",\"4,952\",\"680,137\",\"7.46\",\"N/A\",\"\""
## [690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,837\",\"5,726\",\"680,137\",\"8.58\",\"N/A\",\"\""
## [691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,592\",\"5,465\",\"680,137\",\"8.22\",\"N/A\",\"\""
## [692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,786\",\"4,653\",\"680,137\",\"7.04\",\"N/A\",\"\""
## [693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6,103\",\"5,844\",\"680,137\",\"8.97\",\"N/A\",\"\""
## [694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6,577\",\"6,322\",\"680,137\",\"9.67\",\"N/A\",\"\""
## [695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3,245\",\"3,072\",\"680,137\",\"4.77\",\"N/A\",\"\""
## [696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2,533\",\"2,405\",\"680,137\",\"3.72\",\"N/A\",\"\""
## [697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1,590\",\"1,488\",\"680,137\",\"2.34\",\"N/A\",\"\""
## [698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1,006\",\"940\",\"680,137\",\"1.48\",\"N/A\",\"\""
## [699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1243\",\"1142\",\"680137\",\"1.83\",\"N/A\",\"\""
## [700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1540\",\"1313\",\"680137\",\"2.26\",\"N/A\",\"\""
## [701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,510\",\"932,065\",\"835,720\",\"22.15\",\"2\",\"\""
## [702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,916\",\"1,125,647\",\"835,720\",\"34.6\",\"2.6\",\"\""
## [703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"43,059\",\"1,409,802\",\"835,720\",\"51.52\",\"3.1\",\"\""
## [704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"38,990\",\"1,284,197\",\"835,720\",\"46.65\",\"3\",\"\""
## [705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"40,127\",\"1,220,198\",\"835,720\",\"48.01\",\"3.3\",\"\""
## [706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"36,657\",\"1,121,123\",\"835,720\",\"43.86\",\"3.3\",\"\""
## [707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"27,421\",\"954,314\",\"835,720\",\"32.81\",\"2.9\",\"\""
## [708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"22,841\",\"841,399\",\"835,720\",\"27.33\",\"2.7\",\"\""
## [709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,384\",\"498,721\",\"835,720\",\"16.01\",\"2.7\",\"\""
## [710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,418\",\"342,086\",\"835,720\",\"13.66\",\"3.3\",\"\""
## [711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,441\",\"266,308\",\"835,720\",\"12.49\",\"3.9\",\"\""
## [712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,604\",\"243,589\",\"835,720\",\"12.69\",\"4.4\",\"\""
## [713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"15237\",\"316353\",\"835720\",\"18.23\",\"4.8\",\"\""
## [714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"24310\",\"461837\",\"835720\",\"29.09\",\"5.3\",\"\""
## [715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17968\",\"886657\",\"807,285\",\"22.26\",\"2\",\"\""
## [716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28322\",\"1075609\",\"807,285\",\"35.08\",\"2.6\",\"\""
## [717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"42449\",\"1357473\",\"807,285\",\"52.58\",\"3.1\",\"\""
## [718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"38392\",\"1242635\",\"807,285\",\"47.56\",\"3.1\",\"\""
## [719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"39204\",\"1171286\",\"807,285\",\"48.56\",\"3.3\",\"\""
## [720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"35813\",\"1070599\",\"807,285\",\"44.36\",\"3.3\",\"\""
## [721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"26856\",\"921346\",\"807,285\",\"33.27\",\"2.9\",\"\""
## [722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"22511\",\"814587\",\"807,285\",\"27.88\",\"2.8\",\"\""
## [723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13182\",\"485097\",\"807,285\",\"16.33\",\"2.7\",\"\""
## [724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11339\",\"337325\",\"807,285\",\"14.05\",\"3.4\",\"\""
## [725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10392\",\"263806\",\"807,285\",\"12.87\",\"3.9\",\"\""
## [726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10554\",\"241285\",\"807,285\",\"13.07\",\"4.4\",\"\""
## [727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"15111\",\"312139\",\"807,285\",\"18.72\",\"4.8\",\"\""
## [728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"24236\",\"459468\",\"807285\",\"30.02\",\"5.3\",\"\""
## [729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"40,187\",\"1,323,681\",\"835,720\",\"48.09\",\"3\",\"\""
## [730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"40,556\",\"1,237,719\",\"835,720\",\"48.53\",\"3.3\",\"\""
## [731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"36,897\",\"1,131,675\",\"835,720\",\"44.15\",\"3.3\",\"\""
## [732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"27,632\",\"963,449\",\"835,720\",\"33.06\",\"2.9\",\"\""
## [733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"23,072\",\"852,465\",\"835,720\",\"27.61\",\"2.7\",\"\""
## [734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"13,504\",\"504,446\",\"835,720\",\"16.16\",\"2.7\",\"\""
## [735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,467\",\"345,087\",\"835,720\",\"13.72\",\"3.3\",\"\""
## [736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,476\",\"268,447\",\"835,720\",\"12.54\",\"3.9\",\"\""
## [737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,650\",\"245,749\",\"835,720\",\"12.74\",\"4.3\",\"\""
## [738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15356\",\"320808\",\"835720\",\"18.37\",\"4.8\",\"\""
## [739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"24505\",\"468431\",\"835720\",\"29.32\",\"5.2\",\"\""
## [740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"39,589\",\"1282119\",\"807285\",\"49.04\",\"3.1\",\"\""
## [744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"39,633\",\"1188807\",\"807285\",\"49.09\",\"3.3\",\"\""
## [745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"36,053\",\"1081151\",\"807285\",\"44.66\",\"3.3\",\"\""
## [746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"27,067\",\"930481\",\"807285\",\"33.53\",\"2.9\",\"\""
## [747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"22,742\",\"825653\",\"807285\",\"28.17\",\"2.8\",\"\""
## [748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"13,302\",\"490822\",\"807285\",\"16.48\",\"2.7\",\"\""
## [749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,388\",\"340326\",\"807285\",\"14.11\",\"3.3\",\"\""
## [750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,427\",\"265945\",\"807285\",\"12.92\",\"3.9\",\"\""
## [751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,600\",\"243445\",\"807285\",\"13.13\",\"4.4\",\"\""
## [752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"15,230\",\"316594\",\"807285\",\"18.87\",\"4.8\",\"\""
## [753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"24431\",\"466062\",\"807285\",\"30.26\",\"5.2\",\"\""
## [754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"46\",\"9,050\",\"9,410\",\"4.89\",\"0.5\",\"\""
## [755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"72\",\"8,722\",\"9,410\",\"7.65\",\"0.8\",\"\""
## [756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"102\",\"12,772\",\"9,410\",\"10.84\",\"0.8\",\"\""
## [757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"67\",\"12,983\",\"9,410\",\"7.12\",\"0.5\",\"\""
## [758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"113\",\"14,940\",\"9,410\",\"12.01\",\"0.8\",\"\""
## [759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"191\",\"20,911\",\"9,410\",\"20.3\",\"0.9\",\"\""
## [760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"276\",\"29,588\",\"9,410\",\"29.33\",\"0.9\",\"\""
## [761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"205\",\"23,728\",\"9,410\",\"21.79\",\"0.9\",\"\""
## [762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"111\",\"9,973\",\"9,410\",\"11.8\",\"1.1\",\"\""
## [763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"56\",\"4,929\",\"9,410\",\"5.95\",\"1.1\",\"\""
## [764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"40\",\"4,723\",\"9,410\",\"4.25\",\"0.8\",\"\""
## [765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"59\",\"4,734\",\"9,410\",\"6.27\",\"1.2\",\"\""
## [766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"55\",\"4589\",\"9410\",\"5.84\",\"1.2\",\"\""
## [767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"89\",\"6013\",\"9410\",\"9.46\",\"1.5\",\"\""
## [768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"42\",\"4,279\",\"10,090\",\"4.16\",\"1\",\"\""
## [769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"50\",\"4,614\",\"10,090\",\"4.96\",\"1.1\",\"\""
## [770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"71\",\"8,076\",\"10,090\",\"7.04\",\"0.9\",\"\""
## [771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"66\",\"6,908\",\"10,090\",\"6.54\",\"1\",\"\""
## [772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"109\",\"8,856\",\"10,090\",\"10.8\",\"1.2\",\"\""
## [773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"79\",\"6,886\",\"10,090\",\"7.83\",\"1.1\",\"\""
## [774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"127\",\"7,365\",\"10,090\",\"12.59\",\"1.7\",\"\""
## [775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"87\",\"5,515\",\"10,090\",\"8.62\",\"1.6\",\"\""
## [776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"49\",\"2,476\",\"10,090\",\"4.86\",\"2\",\"\""
## [777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"42\",\"1,891\",\"10,090\",\"4.16\",\"2.2\",\"\""
## [778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"39\",\"1,373\",\"10,090\",\"3.87\",\"2.8\",\"\""
## [779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"35\",\"1,244\",\"10,090\",\"3.47\",\"2.8\",\"\""
## [780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"101\",\"1631\",\"10090\",\"10.01\",\"6.2\",\"\""
## [781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"204\",\"2564\",\"10090\",\"20.22\",\"8\",\"\""
## [782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,197\",\"39,484\",\"N/A\",\"N/A\",\"3\",\"\""
## [783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"429\",\"17,521\",\"N/A\",\"N/A\",\"2.4\",\"\""
## [784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"240\",\"10,552\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"211\",\"9,135\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"231\",\"11,066\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"120\",\"5,725\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"49\",\"3,001\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"35\",\"2,139\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"46\",\"2,160\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"119\",\"4455\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"195\",\"6594\",\"N/A\",\"N/A\",\"3\",\"\""
## [793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"77\",\"8,582\",\"10,227\",\"7.53\",\"0.9\",\"\""
## [794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"77\",\"9,811\",\"10,227\",\"7.53\",\"0.8\",\"\""
## [795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"49\",\"5,286\",\"10,227\",\"4.79\",\"0.9\",\"\""
## [796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"70\",\"6,070\",\"10,227\",\"6.84\",\"1.2\",\"\""
## [797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"243\",\"13,145\",\"10,227\",\"23.76\",\"1.8\",\"\""
## [798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"292\",\"16,900\",\"10,227\",\"28.55\",\"1.7\",\"\""
## [799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"262\",\"16,169\",\"10,227\",\"25.62\",\"1.6\",\"\""
## [800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"228\",\"12,292\",\"10,227\",\"22.29\",\"1.9\",\"\""
## [801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"107\",\"5,715\",\"10,227\",\"10.46\",\"1.9\",\"\""
## [802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"64\",\"2,836\",\"10,227\",\"6.26\",\"2.3\",\"\""
## [803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"19\",\"1,084\",\"10,227\",\"1.86\",\"1.8\",\"\""
## [804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"13\",\"775\",\"10,227\",\"1.27\",\"1.7\",\"\""
## [805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"49\",\"1363\",\"10227\",\"4.79\",\"3.6\",\"\""
## [806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"83\",\"2018\",\"10227\",\"8.12\",\"4.1\",\"\""
## [807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"6,390\",\"3,613\",\"4.43\",\"0.3\",\"\""
## [808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"5,547\",\"3,613\",\"5.54\",\"0.4\",\"\""
## [809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"12\",\"4,976\",\"3,613\",\"3.32\",\"0.2\",\"\""
## [810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"38\",\"5,193\",\"3,613\",\"10.52\",\"0.7\",\"\""
## [811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"6,002\",\"3,613\",\"5.54\",\"0.3\",\"\""
## [812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"46\",\"7,787\",\"3,613\",\"12.73\",\"0.6\",\"\""
## [813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"4,934\",\"3,613\",\"5.54\",\"0.4\",\"\""
## [814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"50\",\"6,541\",\"3,613\",\"13.84\",\"0.8\",\"\""
## [815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"86\",\"9,203\",\"3,613\",\"23.8\",\"0.9\",\"\""
## [816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"3,839\",\"3,613\",\"5.81\",\"0.5\",\"\""
## [817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"2,004\",\"3,613\",\"4.15\",\"0.7\",\"\""
## [818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"12\",\"1,889\",\"3,613\",\"3.32\",\"0.6\",\"\""
## [819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"2104\",\"3613\",\"2.77\",\"0.5\",\"\""
## [820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"28\",\"3352\",\"3613\",\"7.75\",\"0.8\",\"\""
## [821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"40\",\"11,453\",\"2,944\",\"13.59\",\"0.3\",\"\""
## [822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"78\",\"15,573\",\"2,944\",\"26.49\",\"0.5\",\"\""
## [823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"135\",\"17,357\",\"2,944\",\"45.86\",\"0.8\",\"\""
## [824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"226\",\"24,197\",\"2,944\",\"76.77\",\"0.9\",\"\""
## [825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"259\",\"29,911\",\"2,944\",\"87.98\",\"0.9\",\"\""
## [826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"243\",\"30,424\",\"2,944\",\"82.54\",\"0.8\",\"\""
## [827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"242\",\"31,104\",\"2,944\",\"82.2\",\"0.8\",\"\""
## [828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"240\",\"24,616\",\"2,944\",\"81.52\",\"1\",\"\""
## [829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"120\",\"9,281\",\"2,944\",\"40.76\",\"1.3\",\"\""
## [830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"34\",\"2,717\",\"2,944\",\"11.55\",\"1.3\",\"\""
## [831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16\",\"943\",\"2,944\",\"5.43\",\"1.7\",\"\""
## [832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"25\",\"804\",\"2,944\",\"8.49\",\"3.1\",\"\""
## [833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"26\",\"794\",\"2944\",\"8.83\",\"3.3\",\"\""
## [834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"49\",\"1729\",\"2944\",\"16.64\",\"2.8\",\"\""
## [835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"8,071\",\"1,219\",\"9.02\",\"0.1\",\"\""
## [836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"67\",\"8,849\",\"1,219\",\"54.96\",\"0.8\",\"\""
## [837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"55\",\"8,588\",\"1,219\",\"45.12\",\"0.6\",\"\""
## [838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"47\",\"10,365\",\"1,219\",\"38.56\",\"0.5\",\"\""
## [839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"10,183\",\"1,219\",\"17.23\",\"0.2\",\"\""
## [840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"13,685\",\"1,219\",\"18.87\",\"0.2\",\"\""
## [841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"12,251\",\"1,219\",\"16.41\",\"0.2\",\"\""
## [842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"9,616\",\"1,219\",\"18.87\",\"0.2\",\"\""
## [843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"22\",\"5,622\",\"1,219\",\"18.05\",\"0.4\",\"\""
## [844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"3,490\",\"1,219\",\"16.41\",\"0.6\",\"\""
## [845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"1,755\",\"1,219\",\"5.74\",\"0.4\",\"\""
## [846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"1,366\",\"1,219\",\"6.56\",\"0.6\",\"\""
## [847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"1558\",\"1219\",\"4.92\",\"0.4\",\"\""
## [848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1867\",\"1219\",\"4.1\",\"0.3\",\"\""
## [849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"44\",\"8,368\",\"5,346\",\"8.23\",\"0.5\",\"\""
## [850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"48\",\"7,999\",\"5,346\",\"8.98\",\"0.6\",\"\""
## [851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"47\",\"7,695\",\"5,346\",\"8.79\",\"0.6\",\"\""
## [852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"67\",\"8,411\",\"5,346\",\"12.53\",\"0.8\",\"\""
## [853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"70\",\"11,336\",\"5,346\",\"13.09\",\"0.6\",\"\""
## [854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"119\",\"14,875\",\"5,346\",\"22.26\",\"0.8\",\"\""
## [855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"122\",\"12,377\",\"5,346\",\"22.82\",\"1\",\"\""
## [856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"76\",\"6,211\",\"5,346\",\"14.22\",\"1.2\",\"\""
## [857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"65\",\"5,291\",\"5,346\",\"12.16\",\"1.2\",\"\""
## [858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"52\",\"3,534\",\"5,346\",\"9.73\",\"1.5\",\"\""
## [859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"23\",\"1,724\",\"5,346\",\"4.3\",\"1.3\",\"\""
## [860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"1,084\",\"5,346\",\"2.81\",\"1.4\",\"\""
## [861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"39\",\"1431\",\"5346\",\"7.3\",\"2.7\",\"\""
## [862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"29\",\"1517\",\"5346\",\"5.42\",\"1.9\",\"\""
## [863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"29\",\"24,411\",\"5,730\",\"5.06\",\"0.1\",\"\""
## [864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"66\",\"20,731\",\"5,730\",\"11.52\",\"0.3\",\"\""
## [865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"51\",\"21,875\",\"5,730\",\"8.9\",\"0.2\",\"\""
## [866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"73\",\"22,967\",\"5,730\",\"12.74\",\"0.3\",\"\""
## [867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"49\",\"19,460\",\"5,730\",\"8.55\",\"0.3\",\"\""
## [868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"48\",\"16,876\",\"5,730\",\"8.38\",\"0.3\",\"\""
## [869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"50\",\"13,107\",\"5,730\",\"8.73\",\"0.4\",\"\""
## [870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"48\",\"13,125\",\"5,730\",\"8.38\",\"0.4\",\"\""
## [871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"8,010\",\"5,730\",\"4.01\",\"0.3\",\"\""
## [872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"25\",\"5,802\",\"5,730\",\"4.36\",\"0.4\",\"\""
## [873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"4,744\",\"5,730\",\"4.01\",\"0.5\",\"\""
## [874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"4,445\",\"5,730\",\"2.97\",\"0.4\",\"\""
## [875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"4088\",\"5730\",\"2.27\",\"0.3\",\"\""
## [876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"28\",\"4396\",\"5730\",\"4.89\",\"0.6\",\"\""
## [877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"36\",\"6,543\",\"5,144\",\"7\",\"0.6\",\"\""
## [878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"57\",\"7,786\",\"5,144\",\"11.08\",\"0.7\",\"\""
## [879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"41\",\"6,426\",\"5,144\",\"7.97\",\"0.6\",\"\""
## [880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"60\",\"6,561\",\"5,144\",\"11.66\",\"0.9\",\"\""
## [881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"41\",\"6,728\",\"5,144\",\"7.97\",\"0.6\",\"\""
## [882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"52\",\"6,924\",\"5,144\",\"10.11\",\"0.8\",\"\""
## [883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"51\",\"7,549\",\"5,144\",\"9.91\",\"0.7\",\"\""
## [884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"61\",\"8,329\",\"5,144\",\"11.86\",\"0.7\",\"\""
## [885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"59\",\"6,985\",\"5,144\",\"11.47\",\"0.8\",\"\""
## [886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"45\",\"4,278\",\"5,144\",\"8.75\",\"1.1\",\"\""
## [887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"2,895\",\"5,144\",\"3.3\",\"0.6\",\"\""
## [888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"2,117\",\"5,144\",\"3.3\",\"0.8\",\"\""
## [889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"29\",\"2071\",\"5144\",\"5.64\",\"1.4\",\"\""
## [890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"1770\",\"5144\",\"2.14\",\"0.6\",\"\""
## [891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"8,302\",\"1,648\",\"7.89\",\"0.2\",\"\""
## [892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"7,950\",\"1,648\",\"4.25\",\"0.1\",\"\""
## [893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"5,249\",\"1,648\",\"4.25\",\"0.1\",\"\""
## [894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,835\",\"1,648\",\"3.03\",\"0.1\",\"\""
## [895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"4,902\",\"1,648\",\"2.43\",\"0.1\",\"\""
## [896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"5,272\",\"1,648\",\"5.46\",\"0.2\",\"\""
## [897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"8,528\",\"1,648\",\"5.46\",\"0.1\",\"\""
## [898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"12,058\",\"1,648\",\"11.53\",\"0.2\",\"\""
## [899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"21\",\"8,189\",\"1,648\",\"12.74\",\"0.3\",\"\""
## [900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"4,433\",\"1,648\",\"7.89\",\"0.3\",\"\""
## [901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"1,705\",\"1,648\",\"6.67\",\"0.6\",\"\""
## [902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"1,455\",\"1,648\",\"6.67\",\"0.8\",\"\""
## [903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"1711\",\"1648\",\"7.28\",\"0.7\",\"\""
## [904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"1955\",\"1648\",\"11.53\",\"1\",\"\""
## [905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"8,384\",\"2,162\",\"1.39\",\"0\",\"\""
## [906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"7,049\",\"2,162\",\"4.63\",\"0.1\",\"\""
## [907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"38\",\"10,141\",\"2,162\",\"17.58\",\"0.4\",\"\""
## [908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"27\",\"12,048\",\"2,162\",\"12.49\",\"0.2\",\"\""
## [909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"30\",\"14,203\",\"2,162\",\"13.88\",\"0.2\",\"\""
## [910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"21\",\"12,957\",\"2,162\",\"9.71\",\"0.2\",\"\""
## [911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"30\",\"13,125\",\"2,162\",\"13.88\",\"0.2\",\"\""
## [912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"19\",\"8,988\",\"2,162\",\"8.79\",\"0.2\",\"\""
## [913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"5,156\",\"2,162\",\"11.1\",\"0.5\",\"\""
## [914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"3,632\",\"2,162\",\"7.4\",\"0.4\",\"\""
## [915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13\",\"2,292\",\"2,162\",\"6.01\",\"0.6\",\"\""
## [916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"2,007\",\"2,162\",\"4.16\",\"0.4\",\"\""
## [917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"2648\",\"2162\",\"3.7\",\"0.3\",\"\""
## [918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"2929\",\"2162\",\"4.63\",\"0.3\",\"\""
## [919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"41\",\"9,604\",\"13,037\",\"3.14\",\"0.4\",\"\""
## [920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"118\",\"13,588\",\"13,037\",\"9.05\",\"0.9\",\"\""
## [921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"86\",\"12,318\",\"13,037\",\"6.6\",\"0.7\",\"\""
## [922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"87\",\"9,359\",\"13,037\",\"6.67\",\"0.9\",\"\""
## [923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"57\",\"5,803\",\"13,037\",\"4.37\",\"1\",\"\""
## [924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"20\",\"3,629\",\"13,037\",\"1.53\",\"0.6\",\"\""
## [925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"43\",\"4,326\",\"13,037\",\"3.3\",\"1\",\"\""
## [926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"81\",\"8,726\",\"13,037\",\"6.21\",\"0.9\",\"\""
## [927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"52\",\"4,835\",\"13,037\",\"3.99\",\"1.1\",\"\""
## [928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"52\",\"2,200\",\"13,037\",\"3.99\",\"2.4\",\"\""
## [929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"66\",\"3,148\",\"13,037\",\"5.06\",\"2.1\",\"\""
## [930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"51\",\"3,004\",\"13,037\",\"3.91\",\"1.7\",\"\""
## [931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"166\",\"7452\",\"13037\",\"12.73\",\"2.2\",\"\""
## [932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"407\",\"17256\",\"13037\",\"31.22\",\"2.4\",\"\""
## [933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"19\",\"4,837\",\"2,891\",\"6.57\",\"0.4\",\"\""
## [934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"18\",\"5,554\",\"2,891\",\"6.23\",\"0.3\",\"\""
## [935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"30\",\"6,227\",\"2,891\",\"10.38\",\"0.5\",\"\""
## [936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"23\",\"5,464\",\"2,891\",\"7.96\",\"0.4\",\"\""
## [937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"4,447\",\"2,891\",\"4.5\",\"0.3\",\"\""
## [938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"45\",\"5,062\",\"2,891\",\"15.57\",\"0.9\",\"\""
## [939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"4,701\",\"2,891\",\"7.61\",\"0.5\",\"\""
## [940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"4,445\",\"2,891\",\"4.84\",\"0.3\",\"\""
## [941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"2,667\",\"2,891\",\"4.84\",\"0.5\",\"\""
## [942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"2,018\",\"2,891\",\"6.92\",\"1\",\"\""
## [943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"15\",\"1,720\",\"2,891\",\"5.19\",\"0.9\",\"\""
## [944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"1,659\",\"2,891\",\"4.84\",\"0.8\",\"\""
## [945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"1765\",\"2891\",\"4.84\",\"0.8\",\"\""
## [946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"27\",\"2101\",\"2891\",\"9.34\",\"1.3\",\"\""
## [947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"542\",\"45,408\",\"28,435\",\"19.06\",\"1.2\",\"\""
## [948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"594\",\"50,038\",\"28,435\",\"20.89\",\"1.2\",\"\""
## [949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"610\",\"52,329\",\"28,435\",\"21.45\",\"1.2\",\"\""
## [950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"598\",\"41,562\",\"28,435\",\"21.03\",\"1.4\",\"\""
## [951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"923\",\"48,912\",\"28,435\",\"32.46\",\"1.9\",\"\""
## [952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"844\",\"50,524\",\"28,435\",\"29.68\",\"1.7\",\"\""
## [953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"565\",\"32,968\",\"28,435\",\"19.87\",\"1.7\",\"\""
## [954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"330\",\"26,812\",\"28,435\",\"11.61\",\"1.2\",\"\""
## [955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"202\",\"13,624\",\"28,435\",\"7.1\",\"1.5\",\"\""
## [956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"79\",\"4,761\",\"28,435\",\"2.78\",\"1.7\",\"\""
## [957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"49\",\"2,502\",\"28,435\",\"1.72\",\"2\",\"\""
## [958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"50\",\"2,304\",\"28,435\",\"1.76\",\"2.2\",\"\""
## [959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"126\",\"4214\",\"28435\",\"4.43\",\"3\",\"\""
## [960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"74\",\"2369\",\"28435\",\"2.6\",\"3.1\",\"\""
## [961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"42\",\"5,627\",\"2,578\",\"16.29\",\"0.7\",\"\""
## [962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"37\",\"7,275\",\"2,578\",\"14.35\",\"0.5\",\"\""
## [963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"40\",\"6,859\",\"2,578\",\"15.52\",\"0.6\",\"\""
## [964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"125\",\"9,022\",\"2,578\",\"48.49\",\"1.4\",\"\""
## [965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"109\",\"8,018\",\"2,578\",\"42.28\",\"1.4\",\"\""
## [966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"89\",\"7,188\",\"2,578\",\"34.52\",\"1.2\",\"\""
## [967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"101\",\"8,875\",\"2,578\",\"39.18\",\"1.1\",\"\""
## [968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"45\",\"3,947\",\"2,578\",\"17.46\",\"1.1\",\"\""
## [969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"2,086\",\"2,578\",\"5.43\",\"0.7\",\"\""
## [970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"1,092\",\"2,578\",\"1.94\",\"0.5\",\"\""
## [971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"13\",\"1,310\",\"2,578\",\"5.04\",\"1\",\"\""
## [972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"667\",\"2,578\",\"2.72\",\"1\",\"\""
## [973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"63\",\"1850\",\"2578\",\"24.44\",\"3.4\",\"\""
## [974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"73\",\"2592\",\"2578\",\"28.32\",\"2.8\",\"\""
## [975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"131\",\"23,137\",\"23,768\",\"5.51\",\"0.6\",\"\""
## [976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"282\",\"24,400\",\"23,768\",\"11.86\",\"1.2\",\"\""
## [977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"273\",\"25,589\",\"23,768\",\"11.49\",\"1.1\",\"\""
## [978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"296\",\"21,096\",\"23,768\",\"12.45\",\"1.4\",\"\""
## [979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"481\",\"26,013\",\"23,768\",\"20.24\",\"1.8\",\"\""
## [980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"529\",\"31,212\",\"23,768\",\"22.26\",\"1.7\",\"\""
## [981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"449\",\"30,422\",\"23,768\",\"18.89\",\"1.5\",\"\""
## [982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"390\",\"27,917\",\"23,768\",\"16.41\",\"1.4\",\"\""
## [983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"227\",\"17,375\",\"23,768\",\"9.55\",\"1.3\",\"\""
## [984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"131\",\"10,238\",\"23,768\",\"5.51\",\"1.3\",\"\""
## [985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"97\",\"7,762\",\"23,768\",\"4.08\",\"1.2\",\"\""
## [986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"123\",\"7,207\",\"23,768\",\"5.18\",\"1.7\",\"\""
## [987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"134\",\"7072\",\"23768\",\"5.64\",\"1.9\",\"\""
## [988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"213\",\"7952\",\"23768\",\"8.96\",\"2.7\",\"\""
## [989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"102\",\"10,276\",\"17,361\",\"5.88\",\"1\",\"\""
## [990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"147\",\"11,788\",\"17,361\",\"8.47\",\"1.2\",\"\""
## [991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"270\",\"18,796\",\"17,361\",\"15.55\",\"1.4\",\"\""
## [992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"210\",\"12,847\",\"17,361\",\"12.1\",\"1.6\",\"\""
## [993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"233\",\"10,450\",\"17,361\",\"13.42\",\"2.2\",\"\""
## [994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"152\",\"9,329\",\"17,361\",\"8.76\",\"1.6\",\"\""
## [995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"342\",\"14,876\",\"17,361\",\"19.7\",\"2.3\",\"\""
## [996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"451\",\"22,302\",\"17,361\",\"25.98\",\"2\",\"\""
## [997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"233\",\"10,429\",\"17,361\",\"13.42\",\"2.2\",\"\""
## [998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"184\",\"7,162\",\"17,361\",\"10.6\",\"2.6\",\"\""
## [999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"167\",\"6,420\",\"17,361\",\"9.62\",\"2.6\",\"\""
## [1000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"174\",\"5,755\",\"17,361\",\"10.02\",\"3\",\"\""
## [1001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"176\",\"5601\",\"17361\",\"10.14\",\"3.1\",\"\""
## [1002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"242\",\"6359\",\"17361\",\"13.94\",\"3.8\",\"\""
## [1003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"48\",\"9,856\",\"3,519\",\"13.64\",\"0.5\",\"\""
## [1004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"50\",\"11,689\",\"3,519\",\"14.21\",\"0.4\",\"\""
## [1005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"82\",\"11,077\",\"3,519\",\"23.3\",\"0.7\",\"\""
## [1006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"97\",\"9,485\",\"3,519\",\"27.56\",\"1\",\"\""
## [1007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"76\",\"8,907\",\"3,519\",\"21.6\",\"0.9\",\"\""
## [1008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"102\",\"10,363\",\"3,519\",\"28.99\",\"1\",\"\""
## [1009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"93\",\"10,317\",\"3,519\",\"26.43\",\"0.9\",\"\""
## [1010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"53\",\"6,512\",\"3,519\",\"15.06\",\"0.8\",\"\""
## [1011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"55\",\"3,154\",\"3,519\",\"15.63\",\"1.7\",\"\""
## [1012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"739\",\"3,519\",\"0.57\",\"0.3\",\"\""
## [1013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"716\",\"3,519\",\"1.71\",\"0.8\",\"\""
## [1014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"15\",\"1,011\",\"3,519\",\"4.26\",\"1.5\",\"\""
## [1015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"13\",\"1278\",\"3519\",\"3.69\",\"1\",\"\""
## [1016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"49\",\"2548\",\"3519\",\"13.92\",\"1.9\",\"\""
## [1017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"86\",\"13,888\",\"20,311\",\"4.23\",\"0.6\",\"\""
## [1018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"145\",\"15,487\",\"20,311\",\"7.14\",\"0.9\",\"\""
## [1019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"170\",\"17,225\",\"20,311\",\"8.37\",\"1\",\"\""
## [1020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"198\",\"14,764\",\"20,311\",\"9.75\",\"1.3\",\"\""
## [1021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"124\",\"11,595\",\"20,311\",\"6.11\",\"1.1\",\"\""
## [1022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"77\",\"8,144\",\"20,311\",\"3.79\",\"0.9\",\"\""
## [1023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"77\",\"7,996\",\"20,311\",\"3.79\",\"1\",\"\""
## [1024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"143\",\"8,969\",\"20,311\",\"7.04\",\"1.6\",\"\""
## [1025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"20\",\"8,989\",\"20,311\",\"0.98\",\"0.2\",\"\""
## [1026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"59\",\"6,845\",\"20,311\",\"2.9\",\"0.9\",\"\""
## [1027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"156\",\"6,328\",\"20,311\",\"7.68\",\"2.5\",\"\""
## [1028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"154\",\"5,830\",\"20,311\",\"7.58\",\"2.6\",\"\""
## [1029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"155\",\"5404\",\"20311\",\"7.63\",\"2.9\",\"\""
## [1030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"145\",\"8789\",\"20311\",\"7.14\",\"1.6\",\"\""
## [1031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"70\",\"17,874\",\"7,460\",\"9.38\",\"0.4\",\"\""
## [1032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"146\",\"22,878\",\"7,460\",\"19.57\",\"0.6\",\"\""
## [1033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"171\",\"22,899\",\"7,460\",\"22.92\",\"0.7\",\"\""
## [1034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"206\",\"26,384\",\"7,460\",\"27.61\",\"0.8\",\"\""
## [1035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"287\",\"26,255\",\"7,460\",\"38.47\",\"1.1\",\"\""
## [1036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"223\",\"20,851\",\"7,460\",\"29.89\",\"1.1\",\"\""
## [1037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"187\",\"18,152\",\"7,460\",\"25.07\",\"1\",\"\""
## [1038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"190\",\"15,748\",\"7,460\",\"25.47\",\"1.2\",\"\""
## [1039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"95\",\"7,723\",\"7,460\",\"12.73\",\"1.2\",\"\""
## [1040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"68\",\"5,472\",\"7,460\",\"9.12\",\"1.2\",\"\""
## [1041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"3,074\",\"7,460\",\"6.17\",\"1.5\",\"\""
## [1042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"51\",\"2,807\",\"7,460\",\"6.84\",\"1.8\",\"\""
## [1043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"71\",\"3825\",\"7460\",\"9.52\",\"1.9\",\"\""
## [1044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"137\",\"7163\",\"7460\",\"18.36\",\"1.9\",\"\""
## [1045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"251\",\"19,364\",\"17,528\",\"14.32\",\"1.3\",\"\""
## [1046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"291\",\"20,890\",\"17,528\",\"16.6\",\"1.4\",\"\""
## [1047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"242\",\"19,250\",\"17,528\",\"13.81\",\"1.3\",\"\""
## [1048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"355\",\"23,349\",\"17,528\",\"20.25\",\"1.5\",\"\""
## [1049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"468\",\"22,386\",\"17,528\",\"26.7\",\"2.1\",\"\""
## [1050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"272\",\"10,091\",\"17,528\",\"15.52\",\"2.7\",\"\""
## [1051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"152\",\"5,831\",\"17,528\",\"8.67\",\"2.6\",\"\""
## [1052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"122\",\"4,376\",\"17,528\",\"6.96\",\"2.8\",\"\""
## [1053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"113\",\"3,129\",\"17,528\",\"6.45\",\"3.6\",\"\""
## [1054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"63\",\"1,719\",\"17,528\",\"3.59\",\"3.7\",\"\""
## [1055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"29\",\"1,342\",\"17,528\",\"1.65\",\"2.2\",\"\""
## [1056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"69\",\"1,465\",\"17,528\",\"3.94\",\"4.7\",\"\""
## [1057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"107\",\"2685\",\"17528\",\"6.1\",\"4\",\"\""
## [1058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"163\",\"3384\",\"17528\",\"9.3\",\"4.8\",\"\""
## [1059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"8,609\",\"2,025\",\"13.33\",\"0.3\",\"\""
## [1060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"35\",\"11,818\",\"2,025\",\"17.28\",\"0.3\",\"\""
## [1061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"39\",\"13,353\",\"2,025\",\"19.26\",\"0.3\",\"\""
## [1062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"42\",\"10,521\",\"2,025\",\"20.74\",\"0.4\",\"\""
## [1063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"35\",\"9,651\",\"2,025\",\"17.28\",\"0.4\",\"\""
## [1064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"35\",\"6,343\",\"2,025\",\"17.28\",\"0.6\",\"\""
## [1065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"26\",\"6,999\",\"2,025\",\"12.84\",\"0.4\",\"\""
## [1066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"32\",\"8,942\",\"2,025\",\"15.8\",\"0.4\",\"\""
## [1067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"5,881\",\"2,025\",\"4.44\",\"0.2\",\"\""
## [1068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"3,812\",\"2,025\",\"4.94\",\"0.3\",\"\""
## [1069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"2,186\",\"2,025\",\"2.96\",\"0.3\",\"\""
## [1070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"2,048\",\"2,025\",\"2.96\",\"0.3\",\"\""
## [1071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"19\",\"2546\",\"2025\",\"9.38\",\"0.7\",\"\""
## [1072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"2692\",\"2025\",\"8.4\",\"0.6\",\"\""
## [1073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"120\",\"6,912\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [1074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"140\",\"7,581\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [1075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"128\",\"7,300\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [1076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"99\",\"5,420\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [1077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"101\",\"4,078\",\"N/A\",\"N/A\",\"2.5\",\"\""
## [1078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"91\",\"3,251\",\"N/A\",\"N/A\",\"2.8\",\"\""
## [1079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"52\",\"2,645\",\"N/A\",\"N/A\",\"2\",\"\""
## [1080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"59\",\"2,231\",\"N/A\",\"N/A\",\"2.6\",\"\""
## [1081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"53\",\"1,539\",\"N/A\",\"N/A\",\"3.4\",\"\""
## [1082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"25\",\"1,322\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [1083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"30\",\"1,122\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [1084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"36\",\"1,004\",\"N/A\",\"N/A\",\"3.6\",\"\""
## [1085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"65\",\"1111\",\"N/A\",\"N/A\",\"5.9\",\"\""
## [1086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"100\",\"1930\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [1087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"151\",\"47,870\",\"6,023\",\"25.07\",\"0.3\",\"\""
## [1088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"228\",\"64,607\",\"6,023\",\"37.85\",\"0.4\",\"\""
## [1089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"270\",\"68,915\",\"6,023\",\"44.83\",\"0.4\",\"\""
## [1090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"141\",\"59,659\",\"6,023\",\"23.41\",\"0.2\",\"\""
## [1091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"160\",\"43,877\",\"6,023\",\"26.56\",\"0.4\",\"\""
## [1092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"112\",\"25,691\",\"6,023\",\"18.6\",\"0.4\",\"\""
## [1093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"115\",\"29,117\",\"6,023\",\"19.09\",\"0.4\",\"\""
## [1094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"161\",\"35,855\",\"6,023\",\"26.73\",\"0.4\",\"\""
## [1095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"117\",\"24,523\",\"6,023\",\"19.43\",\"0.5\",\"\""
## [1096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"42\",\"6,450\",\"6,023\",\"6.97\",\"0.7\",\"\""
## [1097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"56\",\"6,650\",\"6,023\",\"9.3\",\"0.8\",\"\""
## [1098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"81\",\"9,257\",\"6,023\",\"13.45\",\"0.9\",\"\""
## [1099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"141\",\"17576\",\"6023\",\"23.41\",\"0.8\",\"\""
## [1100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"294\",\"29408\",\"6023\",\"48.81\",\"1\",\"\""
## [1101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,133\",\"294,467\",\"398,302\",\"35.48\",\"4.8\",\"\""
## [1102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"23,436\",\"448,957\",\"398,302\",\"58.84\",\"5.2\",\"\""
## [1103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"37,239\",\"721,451\",\"398,302\",\"93.49\",\"5.2\",\"\""
## [1104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"32,809\",\"624,009\",\"398,302\",\"82.37\",\"5.3\",\"\""
## [1105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"33,158\",\"560,544\",\"398,302\",\"83.25\",\"5.9\",\"\""
## [1106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"29,571\",\"480,702\",\"398,302\",\"74.24\",\"6.2\",\"\""
## [1107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20,620\",\"338,973\",\"398,302\",\"51.77\",\"6.1\",\"\""
## [1108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,721\",\"270,086\",\"398,302\",\"41.98\",\"6.2\",\"\""
## [1109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9,308\",\"157,738\",\"398,302\",\"23.37\",\"5.9\",\"\""
## [1110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,377\",\"140,198\",\"398,302\",\"21.03\",\"6\",\"\""
## [1111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,909\",\"121,607\",\"398,302\",\"19.86\",\"6.5\",\"\""
## [1112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,074\",\"116,385\",\"398,302\",\"20.27\",\"6.9\",\"\""
## [1113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11485\",\"149592\",\"398302\",\"28.83\",\"7.7\",\"\""
## [1114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18647\",\"219569\",\"398302\",\"46.82\",\"8.5\",\"\""
## [1115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"24\",\"8,298\",\"4,133\",\"5.81\",\"0.3\",\"\""
## [1116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"150\",\"8,541\",\"4,133\",\"36.29\",\"1.8\",\"\""
## [1117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"55\",\"11,467\",\"4,133\",\"13.31\",\"0.5\",\"\""
## [1118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"81\",\"13,075\",\"4,133\",\"19.6\",\"0.6\",\"\""
## [1119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"15,350\",\"4,133\",\"14.76\",\"0.4\",\"\""
## [1120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"79\",\"16,047\",\"4,133\",\"19.11\",\"0.5\",\"\""
## [1121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"190\",\"14,297\",\"4,133\",\"45.97\",\"1.3\",\"\""
## [1122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"134\",\"13,070\",\"4,133\",\"32.42\",\"1\",\"\""
## [1123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"65\",\"9,226\",\"4,133\",\"15.73\",\"0.7\",\"\""
## [1124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"92\",\"5,277\",\"4,133\",\"22.26\",\"1.7\",\"\""
## [1125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"3,682\",\"4,133\",\"5.32\",\"0.6\",\"\""
## [1126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"2,075\",\"4,133\",\"3.39\",\"0.7\",\"\""
## [1127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"2707\",\"4133\",\"5.32\",\"0.8\",\"\""
## [1128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"26\",\"4229\",\"4133\",\"6.29\",\"0.6\",\"\""
## [1129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"14,537\",\"2,348\",\"4.26\",\"0.1\",\"\""
## [1130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"15\",\"11,940\",\"2,348\",\"6.39\",\"0.1\",\"\""
## [1131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"27\",\"8,229\",\"2,348\",\"11.5\",\"0.3\",\"\""
## [1132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"16\",\"6,212\",\"2,348\",\"6.81\",\"0.3\",\"\""
## [1133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"19\",\"6,169\",\"2,348\",\"8.09\",\"0.3\",\"\""
## [1134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"3,661\",\"2,348\",\"4.26\",\"0.3\",\"\""
## [1135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"4,750\",\"2,348\",\"2.56\",\"0.1\",\"\""
## [1136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"5,097\",\"2,348\",\"3.41\",\"0.2\",\"\""
## [1137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"2,419\",\"2,348\",\"2.98\",\"0.3\",\"\""
## [1138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,521\",\"2,348\",\"-\",\"0\",\"\""
## [1139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,622\",\"2,348\",\"1.7\",\"0.2\",\"\""
## [1140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,527\",\"2,348\",\"1.7\",\"0.3\",\"\""
## [1141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"1734\",\"2348\",\"4.26\",\"0.6\",\"\""
## [1142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"4684\",\"2348\",\"7.24\",\"0.4\",\"\""
## [1143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"35\",\"9,415\",\"4,796\",\"7.3\",\"0.4\",\"\""
## [1144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"9,429\",\"4,796\",\"5.84\",\"0.3\",\"\""
## [1145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"25\",\"9,086\",\"4,796\",\"5.21\",\"0.3\",\"\""
## [1146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"26\",\"6,260\",\"4,796\",\"5.42\",\"0.4\",\"\""
## [1147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"25\",\"5,649\",\"4,796\",\"5.21\",\"0.4\",\"\""
## [1148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"7,379\",\"4,796\",\"6.05\",\"0.4\",\"\""
## [1149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"26\",\"7,032\",\"4,796\",\"5.42\",\"0.4\",\"\""
## [1150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"35\",\"7,685\",\"4,796\",\"7.3\",\"0.5\",\"\""
## [1151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"49\",\"6,310\",\"4,796\",\"10.22\",\"0.8\",\"\""
## [1152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"30\",\"4,214\",\"4,796\",\"6.26\",\"0.7\",\"\""
## [1153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"2,465\",\"4,796\",\"3.54\",\"0.7\",\"\""
## [1154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"1,671\",\"4,796\",\"6.05\",\"1.7\",\"\""
## [1155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"1753\",\"4796\",\"3.96\",\"1.1\",\"\""
## [1156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"2220\",\"4796\",\"3.54\",\"0.8\",\"\""
## [1157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"102\",\"13,176\",\"3,741\",\"27.27\",\"0.8\",\"\""
## [1158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"129\",\"14,036\",\"3,741\",\"34.48\",\"0.9\",\"\""
## [1159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"92\",\"11,542\",\"3,741\",\"24.59\",\"0.8\",\"\""
## [1160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"106\",\"11,737\",\"3,741\",\"28.33\",\"0.9\",\"\""
## [1161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"134\",\"12,681\",\"3,741\",\"35.82\",\"1.1\",\"\""
## [1162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"104\",\"8,453\",\"3,741\",\"27.8\",\"1.2\",\"\""
## [1163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"102\",\"9,030\",\"3,741\",\"27.27\",\"1.1\",\"\""
## [1164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"109\",\"8,427\",\"3,741\",\"29.14\",\"1.3\",\"\""
## [1165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"49\",\"4,404\",\"3,741\",\"13.1\",\"1.1\",\"\""
## [1166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"29\",\"1,752\",\"3,741\",\"7.75\",\"1.7\",\"\""
## [1167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"15\",\"1,136\",\"3,741\",\"4.01\",\"1.3\",\"\""
## [1168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"16\",\"1,090\",\"3,741\",\"4.28\",\"1.5\",\"\""
## [1169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"42\",\"1960\",\"3741\",\"11.23\",\"2.1\",\"\""
## [1170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"31\",\"2121\",\"3741\",\"8.29\",\"1.5\",\"\""
## [1171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"110\",\"33,759\",\"9,103\",\"12.08\",\"0.3\",\"\""
## [1172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"127\",\"28,937\",\"9,103\",\"13.95\",\"0.4\",\"\""
## [1173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"172\",\"32,281\",\"9,103\",\"18.89\",\"0.5\",\"\""
## [1174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"235\",\"39,383\",\"9,103\",\"25.82\",\"0.6\",\"\""
## [1175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"226\",\"43,441\",\"9,103\",\"24.83\",\"0.5\",\"\""
## [1176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"218\",\"40,654\",\"9,103\",\"23.95\",\"0.5\",\"\""
## [1177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"229\",\"31,759\",\"9,103\",\"25.16\",\"0.7\",\"\""
## [1178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"287\",\"37,843\",\"9,103\",\"31.53\",\"0.8\",\"\""
## [1179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"134\",\"17,223\",\"9,103\",\"14.72\",\"0.8\",\"\""
## [1180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"88\",\"7,055\",\"9,103\",\"9.67\",\"1.2\",\"\""
## [1181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"45\",\"3,695\",\"9,103\",\"4.94\",\"1.2\",\"\""
## [1182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"71\",\"2,857\",\"9,103\",\"7.8\",\"2.5\",\"\""
## [1183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"85\",\"2831\",\"9103\",\"9.34\",\"3\",\"\""
## [1184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"133\",\"5210\",\"9103\",\"14.61\",\"2.6\",\"\""
## [1185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"57\",\"8,640\",\"9,253\",\"6.16\",\"0.7\",\"\""
## [1186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"51\",\"5,848\",\"9,253\",\"5.51\",\"0.9\",\"\""
## [1187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"51\",\"4,556\",\"9,253\",\"5.51\",\"1.1\",\"\""
## [1188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"60\",\"5,451\",\"9,253\",\"6.48\",\"1.1\",\"\""
## [1189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"55\",\"4,528\",\"9,253\",\"5.94\",\"1.2\",\"\""
## [1190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"49\",\"3,320\",\"9,253\",\"5.3\",\"1.5\",\"\""
## [1191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"68\",\"3,384\",\"9,253\",\"7.35\",\"2\",\"\""
## [1192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"77\",\"5,166\",\"9,253\",\"8.32\",\"1.5\",\"\""
## [1193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"63\",\"3,762\",\"9,253\",\"6.81\",\"1.7\",\"\""
## [1194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"68\",\"2,417\",\"9,253\",\"7.35\",\"2.8\",\"\""
## [1195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"50\",\"1,573\",\"9,253\",\"5.4\",\"3.2\",\"\""
## [1196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"26\",\"1,449\",\"9,253\",\"2.81\",\"1.8\",\"\""
## [1197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"58\",\"2231\",\"9253\",\"6.27\",\"2.6\",\"\""
## [1198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"95\",\"3910\",\"9253\",\"10.27\",\"2.4\",\"\""
## [1199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"138\",\"18,023\",\"9,230\",\"14.95\",\"0.8\",\"\""
## [1200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"188\",\"18,952\",\"9,230\",\"20.37\",\"1\",\"\""
## [1201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"134\",\"18,463\",\"9,230\",\"14.52\",\"0.7\",\"\""
## [1202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"161\",\"15,846\",\"9,230\",\"17.44\",\"1\",\"\""
## [1203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"170\",\"13,847\",\"9,230\",\"18.42\",\"1.2\",\"\""
## [1204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"145\",\"13,948\",\"9,230\",\"15.71\",\"1\",\"\""
## [1205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"94\",\"10,083\",\"9,230\",\"10.18\",\"0.9\",\"\""
## [1206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"100\",\"12,879\",\"9,230\",\"10.83\",\"0.8\",\"\""
## [1207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"76\",\"7,782\",\"9,230\",\"8.23\",\"1\",\"\""
## [1208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"6,058\",\"9,230\",\"5.85\",\"0.9\",\"\""
## [1209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"99\",\"4,851\",\"9,230\",\"10.73\",\"2\",\"\""
## [1210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"130\",\"5,868\",\"9,230\",\"14.08\",\"2.2\",\"\""
## [1211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"197\",\"9436\",\"9230\",\"21.34\",\"2.1\",\"\""
## [1212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"354\",\"11295\",\"9230\",\"38.35\",\"3.1\",\"\""
## [1213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"199\",\"19,042\",\"9,374\",\"21.23\",\"1\",\"\""
## [1214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"244\",\"20,530\",\"9,374\",\"26.03\",\"1.2\",\"\""
## [1215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"327\",\"26,816\",\"9,374\",\"34.88\",\"1.2\",\"\""
## [1216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"405\",\"27,555\",\"9,374\",\"43.2\",\"1.5\",\"\""
## [1217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"277\",\"23,106\",\"9,374\",\"29.55\",\"1.2\",\"\""
## [1218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"197\",\"17,674\",\"9,374\",\"21.02\",\"1.1\",\"\""
## [1219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"258\",\"20,487\",\"9,374\",\"27.52\",\"1.3\",\"\""
## [1220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"353\",\"21,218\",\"9,374\",\"37.66\",\"1.7\",\"\""
## [1221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"165\",\"8,175\",\"9,374\",\"17.6\",\"2\",\"\""
## [1222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"107\",\"3,521\",\"9,374\",\"11.41\",\"3\",\"\""
## [1223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"66\",\"2,025\",\"9,374\",\"7.04\",\"3.3\",\"\""
## [1224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"54\",\"1,529\",\"9,374\",\"5.76\",\"3.5\",\"\""
## [1225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"111\",\"4681\",\"9374\",\"11.84\",\"2.4\",\"\""
## [1226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"294\",\"12403\",\"9374\",\"31.36\",\"2.4\",\"\""
## [1227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"59\",\"19,146\",\"7,167\",\"8.23\",\"0.3\",\"\""
## [1228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"105\",\"17,186\",\"7,167\",\"14.65\",\"0.6\",\"\""
## [1229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"55\",\"10,309\",\"7,167\",\"7.67\",\"0.5\",\"\""
## [1230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"63\",\"7,655\",\"7,167\",\"8.79\",\"0.8\",\"\""
## [1231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"82\",\"11,170\",\"7,167\",\"11.44\",\"0.7\",\"\""
## [1232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"147\",\"18,903\",\"7,167\",\"20.51\",\"0.8\",\"\""
## [1233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"87\",\"18,950\",\"7,167\",\"12.14\",\"0.5\",\"\""
## [1234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"94\",\"14,538\",\"7,167\",\"13.12\",\"0.6\",\"\""
## [1235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"46\",\"6,012\",\"7,167\",\"6.42\",\"0.8\",\"\""
## [1236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"49\",\"3,847\",\"7,167\",\"6.84\",\"1.3\",\"\""
## [1237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"48\",\"3,563\",\"7,167\",\"6.7\",\"1.3\",\"\""
## [1238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"33\",\"2,601\",\"7,167\",\"4.6\",\"1.3\",\"\""
## [1239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"54\",\"3280\",\"7167\",\"7.53\",\"1.6\",\"\""
## [1240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"106\",\"5348\",\"7167\",\"14.79\",\"2\",\"\""
## [1241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"4,059\",\"4,023\",\"4.72\",\"0.5\",\"\""
## [1242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"18\",\"5,373\",\"4,023\",\"4.47\",\"0.3\",\"\""
## [1243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"25\",\"5,978\",\"4,023\",\"6.21\",\"0.4\",\"\""
## [1244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"16\",\"4,262\",\"4,023\",\"3.98\",\"0.4\",\"\""
## [1245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"14\",\"3,356\",\"4,023\",\"3.48\",\"0.4\",\"\""
## [1246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"18\",\"3,310\",\"4,023\",\"4.47\",\"0.5\",\"\""
## [1247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"3,570\",\"4,023\",\"4.72\",\"0.5\",\"\""
## [1248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"73\",\"5,049\",\"4,023\",\"18.15\",\"1.4\",\"\""
## [1249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"30\",\"4,628\",\"4,023\",\"7.46\",\"0.6\",\"\""
## [1250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"24\",\"2,530\",\"4,023\",\"5.97\",\"0.9\",\"\""
## [1251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"1,894\",\"4,023\",\"5.72\",\"1.2\",\"\""
## [1252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"1,175\",\"4,023\",\"1.74\",\"0.6\",\"\""
## [1253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"21\",\"1735\",\"4023\",\"5.22\",\"1.2\",\"\""
## [1254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"31\",\"2899\",\"4023\",\"7.71\",\"1.1\",\"\""
## [1255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"264\",\"13,970\",\"19,587\",\"13.48\",\"1.9\",\"\""
## [1256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"276\",\"18,016\",\"19,587\",\"14.09\",\"1.5\",\"\""
## [1257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"344\",\"17,079\",\"19,587\",\"17.56\",\"2\",\"\""
## [1258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"244\",\"13,672\",\"19,587\",\"12.46\",\"1.8\",\"\""
## [1259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"289\",\"13,478\",\"19,587\",\"14.75\",\"2.1\",\"\""
## [1260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"294\",\"15,863\",\"19,587\",\"15.01\",\"1.9\",\"\""
## [1261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"340\",\"18,140\",\"19,587\",\"17.36\",\"1.9\",\"\""
## [1262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"0\",\"14,399\",\"19,587\",\"-\",\"0\",\"\""
## [1263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"192\",\"10,029\",\"19,587\",\"9.8\",\"1.9\",\"\""
## [1264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"131\",\"5,738\",\"19,587\",\"6.69\",\"2.3\",\"\""
## [1265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"132\",\"3,980\",\"19,587\",\"6.74\",\"3.3\",\"\""
## [1266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"130\",\"4,561\",\"19,587\",\"6.64\",\"2.9\",\"\""
## [1267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"182\",\"5221\",\"19587\",\"9.29\",\"3.5\",\"\""
## [1268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"202\",\"5086\",\"19587\",\"10.31\",\"4\",\"\""
## [1269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"146\",\"14,988\",\"15,000\",\"9.73\",\"1\",\"\""
## [1270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"260\",\"25,703\",\"15,000\",\"17.33\",\"1\",\"\""
## [1271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"246\",\"18,311\",\"15,000\",\"16.4\",\"1.3\",\"\""
## [1272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"232\",\"18,289\",\"15,000\",\"15.47\",\"1.3\",\"\""
## [1273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"268\",\"20,745\",\"15,000\",\"17.87\",\"1.3\",\"\""
## [1274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"349\",\"26,625\",\"15,000\",\"23.27\",\"1.3\",\"\""
## [1275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"349\",\"23,451\",\"15,000\",\"23.27\",\"1.5\",\"\""
## [1276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"249\",\"16,444\",\"15,000\",\"16.6\",\"1.5\",\"\""
## [1277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"190\",\"11,396\",\"15,000\",\"12.67\",\"1.7\",\"\""
## [1278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"123\",\"7,660\",\"15,000\",\"8.2\",\"1.6\",\"\""
## [1279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"134\",\"6,059\",\"15,000\",\"8.93\",\"2.2\",\"\""
## [1280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"141\",\"4,856\",\"15,000\",\"9.4\",\"2.9\",\"\""
## [1281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"156\",\"5765\",\"15000\",\"10.4\",\"2.7\",\"\""
## [1282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"153\",\"7282\",\"15000\",\"10.2\",\"2.1\",\"\""
## [1283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"218\",\"25,880\",\"40,986\",\"5.32\",\"0.8\",\"\""
## [1284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"244\",\"25,330\",\"40,986\",\"5.95\",\"1\",\"\""
## [1285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"294\",\"27,330\",\"40,986\",\"7.17\",\"1.1\",\"\""
## [1286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"461\",\"39,733\",\"40,986\",\"11.25\",\"1.2\",\"\""
## [1287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"521\",\"40,215\",\"40,986\",\"12.71\",\"1.3\",\"\""
## [1288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"355\",\"23,604\",\"40,986\",\"8.66\",\"1.5\",\"\""
## [1289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"299\",\"21,472\",\"40,986\",\"7.3\",\"1.4\",\"\""
## [1290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"359\",\"20,760\",\"40,986\",\"8.76\",\"1.7\",\"\""
## [1291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"242\",\"16,476\",\"40,986\",\"5.9\",\"1.5\",\"\""
## [1292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"155\",\"10,464\",\"40,986\",\"3.78\",\"1.5\",\"\""
## [1293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"138\",\"8,208\",\"40,986\",\"3.37\",\"1.7\",\"\""
## [1294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"120\",\"5,466\",\"40,986\",\"2.93\",\"2.2\",\"\""
## [1295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"171\",\"6577\",\"40986\",\"4.17\",\"2.6\",\"\""
## [1296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"247\",\"10092\",\"40986\",\"6.03\",\"2.4\",\"\""
## [1297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"22\",\"5,020\",\"4,300\",\"5.12\",\"0.4\",\"\""
## [1298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"16\",\"3,821\",\"4,300\",\"3.72\",\"0.4\",\"\""
## [1299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"19\",\"5,586\",\"4,300\",\"4.42\",\"0.3\",\"\""
## [1300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"42\",\"7,974\",\"4,300\",\"9.77\",\"0.5\",\"\""
## [1301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"31\",\"5,086\",\"4,300\",\"7.21\",\"0.6\",\"\""
## [1302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"31\",\"4,063\",\"4,300\",\"7.21\",\"0.8\",\"\""
## [1303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"45\",\"5,639\",\"4,300\",\"10.47\",\"0.8\",\"\""
## [1304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"48\",\"4,783\",\"4,300\",\"11.16\",\"1\",\"\""
## [1305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"37\",\"3,054\",\"4,300\",\"8.6\",\"1.2\",\"\""
## [1306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"61\",\"3,235\",\"4,300\",\"14.19\",\"1.9\",\"\""
## [1307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"45\",\"1,908\",\"4,300\",\"10.47\",\"2.4\",\"\""
## [1308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"28\",\"1,725\",\"4,300\",\"6.51\",\"1.6\",\"\""
## [1309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"45\",\"1685\",\"4300\",\"10.47\",\"2.7\",\"\""
## [1310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"32\",\"1530\",\"4300\",\"7.44\",\"2.1\",\"\""
## [1311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"61\",\"11,652\",\"4,522\",\"13.49\",\"0.5\",\"\""
## [1312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"50\",\"10,428\",\"4,522\",\"11.06\",\"0.5\",\"\""
## [1313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"84\",\"12,043\",\"4,522\",\"18.58\",\"0.7\",\"\""
## [1314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"40\",\"11,775\",\"4,522\",\"8.85\",\"0.3\",\"\""
## [1315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"55\",\"10,609\",\"4,522\",\"12.16\",\"0.5\",\"\""
## [1316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"86\",\"10,340\",\"4,522\",\"19.02\",\"0.8\",\"\""
## [1317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"107\",\"13,578\",\"4,522\",\"23.66\",\"0.8\",\"\""
## [1318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"128\",\"14,121\",\"4,522\",\"28.31\",\"0.9\",\"\""
## [1319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"100\",\"9,753\",\"4,522\",\"22.11\",\"1\",\"\""
## [1320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"94\",\"8,357\",\"4,522\",\"20.79\",\"1.1\",\"\""
## [1321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"60\",\"4,829\",\"4,522\",\"13.27\",\"1.2\",\"\""
## [1322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"83\",\"4,239\",\"4,522\",\"18.35\",\"2\",\"\""
## [1323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"57\",\"3727\",\"4522\",\"12.61\",\"1.5\",\"\""
## [1324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"92\",\"4245\",\"4522\",\"20.34\",\"2.2\",\"\""
## [1325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"444\",\"25,364\",\"59,008\",\"7.52\",\"1.8\",\"\""
## [1326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"497\",\"27,826\",\"59,008\",\"8.42\",\"1.8\",\"\""
## [1327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"561\",\"26,362\",\"59,008\",\"9.51\",\"2.1\",\"\""
## [1328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"464\",\"18,674\",\"59,008\",\"7.86\",\"2.5\",\"\""
## [1329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"412\",\"19,059\",\"59,008\",\"6.98\",\"2.2\",\"\""
## [1330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"865\",\"35,185\",\"59,008\",\"14.66\",\"2.5\",\"\""
## [1331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"753\",\"31,249\",\"59,008\",\"12.76\",\"2.4\",\"\""
## [1332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"567\",\"22,481\",\"59,008\",\"9.61\",\"2.5\",\"\""
## [1333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"440\",\"14,928\",\"59,008\",\"7.46\",\"2.9\",\"\""
## [1334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"520\",\"17,442\",\"59,008\",\"8.81\",\"3\",\"\""
## [1335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"416\",\"12,548\",\"59,008\",\"7.05\",\"3.3\",\"\""
## [1336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"418\",\"11,316\",\"59,008\",\"7.08\",\"3.7\",\"\""
## [1337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"734\",\"16576\",\"59008\",\"12.44\",\"4.4\",\"\""
## [1338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"956\",\"21918\",\"59008\",\"16.2\",\"4.4\",\"\""
## [1339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"468\",\"61,178\",\"22,272\",\"21.01\",\"0.8\",\"\""
## [1340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"288\",\"48,392\",\"22,272\",\"12.93\",\"0.6\",\"\""
## [1341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"271\",\"47,383\",\"22,272\",\"12.17\",\"0.6\",\"\""
## [1342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"283\",\"36,439\",\"22,272\",\"12.71\",\"0.8\",\"\""
## [1343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"260\",\"35,642\",\"22,272\",\"11.67\",\"0.7\",\"\""
## [1344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"373\",\"41,564\",\"22,272\",\"16.75\",\"0.9\",\"\""
## [1345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"359\",\"39,304\",\"22,272\",\"16.12\",\"0.9\",\"\""
## [1346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"328\",\"33,230\",\"22,272\",\"14.73\",\"1\",\"\""
## [1347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"274\",\"20,479\",\"22,272\",\"12.3\",\"1.3\",\"\""
## [1348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"253\",\"13,184\",\"22,272\",\"11.36\",\"1.9\",\"\""
## [1349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"220\",\"9,653\",\"22,272\",\"9.88\",\"2.3\",\"\""
## [1350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"162\",\"6,321\",\"22,272\",\"7.27\",\"2.6\",\"\""
## [1351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"173\",\"7353\",\"22272\",\"7.77\",\"2.4\",\"\""
## [1352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"359\",\"11830\",\"22272\",\"16.12\",\"3\",\"\""
## [1353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"4,356\",\"5,893\",\"2.38\",\"0.3\",\"\""
## [1354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"11\",\"4,178\",\"5,893\",\"1.87\",\"0.3\",\"\""
## [1355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"19\",\"4,952\",\"5,893\",\"3.22\",\"0.4\",\"\""
## [1356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"23\",\"5,726\",\"5,893\",\"3.9\",\"0.4\",\"\""
## [1357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"44\",\"5,465\",\"5,893\",\"7.47\",\"0.8\",\"\""
## [1358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"23\",\"4,653\",\"5,893\",\"3.9\",\"0.5\",\"\""
## [1359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"37\",\"5,844\",\"5,893\",\"6.28\",\"0.6\",\"\""
## [1360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"44\",\"6,322\",\"5,893\",\"7.47\",\"0.7\",\"\""
## [1361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"3,072\",\"5,893\",\"4.41\",\"0.8\",\"\""
## [1362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"35\",\"2,405\",\"5,893\",\"5.94\",\"1.5\",\"\""
## [1363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"39\",\"1,488\",\"5,893\",\"6.62\",\"2.6\",\"\""
## [1364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"12\",\"940\",\"5,893\",\"2.04\",\"1.3\",\"\""
## [1365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other Asian background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"17\",\"1142\",\"5893\",\"2.88\",\"1.5\",\"\""
## [1366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other Asian background\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"22\",\"1313\",\"5893\",\"3.73\",\"1.7\",\"\""
## [1367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,905\",\"932,065\",\"280,437\",\"103.07\",\"3.1\",\"\""
## [1368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"38,510\",\"1,125,647\",\"280,437\",\"137.32\",\"3.4\",\"\""
## [1369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"58,582\",\"1,409,802\",\"280,437\",\"208.9\",\"4.2\",\"\""
## [1370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"55,133\",\"1,284,197\",\"280,437\",\"196.6\",\"4.3\",\"\""
## [1371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"56,799\",\"1,220,198\",\"280,437\",\"202.54\",\"4.7\",\"\""
## [1372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"52,071\",\"1,121,123\",\"280,437\",\"185.68\",\"4.6\",\"\""
## [1373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"37,665\",\"954,314\",\"280,437\",\"134.31\",\"3.9\",\"\""
## [1374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"32,428\",\"841,399\",\"280,437\",\"115.63\",\"3.9\",\"\""
## [1375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"20,670\",\"498,721\",\"280,437\",\"73.71\",\"4.1\",\"\""
## [1376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"19,756\",\"342,086\",\"280,437\",\"70.45\",\"5.8\",\"\""
## [1377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"19,756\",\"266,308\",\"280,437\",\"70.45\",\"7.4\",\"\""
## [1378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"20,276\",\"243,589\",\"280,437\",\"72.3\",\"8.3\",\"\""
## [1379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"27819\",\"316353\",\"280437\",\"99.2\",\"8.8\",\"\""
## [1380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41938\",\"461837\",\"280437\",\"149.55\",\"9.1\",\"\""
## [1381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28388\",\"886657\",\"268,798\",\"105.61\",\"3.2\",\"\""
## [1382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"38048\",\"1075609\",\"268,798\",\"141.55\",\"3.5\",\"\""
## [1383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"57870\",\"1357473\",\"268,798\",\"215.29\",\"4.3\",\"\""
## [1384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"54430\",\"1242635\",\"268,798\",\"202.49\",\"4.4\",\"\""
## [1385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"56092\",\"1171286\",\"268,798\",\"208.68\",\"4.8\",\"\""
## [1386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"51388\",\"1070599\",\"268,798\",\"191.18\",\"4.8\",\"\""
## [1387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"37296\",\"921346\",\"268,798\",\"138.75\",\"4\",\"\""
## [1388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"32193\",\"814587\",\"268,798\",\"119.77\",\"4\",\"\""
## [1389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"20536\",\"485097\",\"268,798\",\"76.4\",\"4.2\",\"\""
## [1390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"19680\",\"337325\",\"268,798\",\"73.21\",\"5.8\",\"\""
## [1391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"19719\",\"263806\",\"268,798\",\"73.36\",\"7.5\",\"\""
## [1392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"20230\",\"241285\",\"268,798\",\"75.26\",\"8.4\",\"\""
## [1393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"27668\",\"312139\",\"268,798\",\"102.93\",\"8.9\",\"\""
## [1394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"41858\",\"459468\",\"268798\",\"155.72\",\"9.1\",\"\""
## [1395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"55,941\",\"1,323,681\",\"280,437\",\"199.48\",\"4.2\",\"\""
## [1396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"57,402\",\"1,237,719\",\"280,437\",\"204.69\",\"4.6\",\"\""
## [1397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"52,427\",\"1,131,675\",\"280,437\",\"186.95\",\"4.6\",\"\""
## [1398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"37,912\",\"963,449\",\"280,437\",\"135.19\",\"3.9\",\"\""
## [1399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"32,764\",\"852,465\",\"280,437\",\"116.83\",\"3.8\",\"\""
## [1400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"20,857\",\"504,446\",\"280,437\",\"74.37\",\"4.1\",\"\""
## [1401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"19,850\",\"345,087\",\"280,437\",\"70.78\",\"5.8\",\"\""
## [1402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"19,844\",\"268,447\",\"280,437\",\"70.76\",\"7.4\",\"\""
## [1403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"20,355\",\"245,749\",\"280,437\",\"72.58\",\"8.3\",\"\""
## [1404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"28060\",\"320808\",\"280437\",\"100.06\",\"8.7\",\"\""
## [1405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"42282\",\"468431\",\"280437\",\"150.77\",\"9\",\"\""
## [1406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [1407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [1408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [1409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"55,238\",\"1282119\",\"268798\",\"205.5\",\"4.3\",\"\""
## [1410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"56,695\",\"1188807\",\"268798\",\"210.92\",\"4.8\",\"\""
## [1411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"51,744\",\"1081151\",\"268798\",\"192.5\",\"4.8\",\"\""
## [1412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"37,543\",\"930481\",\"268798\",\"139.67\",\"4\",\"\""
## [1413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"32,529\",\"825653\",\"268798\",\"121.02\",\"3.9\",\"\""
## [1414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"20,723\",\"490822\",\"268798\",\"77.1\",\"4.2\",\"\""
## [1415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"19,774\",\"340326\",\"268798\",\"73.56\",\"5.8\",\"\""
## [1416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"19,807\",\"265945\",\"268798\",\"73.69\",\"7.4\",\"\""
## [1417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"20,309\",\"243445\",\"268798\",\"75.55\",\"8.3\",\"\""
## [1418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"27,909\",\"316594\",\"268798\",\"103.83\",\"8.8\",\"\""
## [1419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"42202\",\"466062\",\"268798\",\"157\",\"9.1\",\"\""
## [1420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"133\",\"9,050\",\"7,504\",\"17.72\",\"1.5\",\"\""
## [1421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"137\",\"8,722\",\"7,504\",\"18.26\",\"1.6\",\"\""
## [1422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"290\",\"12,772\",\"7,504\",\"38.65\",\"2.3\",\"\""
## [1423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"239\",\"12,983\",\"7,504\",\"31.85\",\"1.8\",\"\""
## [1424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"272\",\"14,940\",\"7,504\",\"36.25\",\"1.8\",\"\""
## [1425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"495\",\"20,911\",\"7,504\",\"65.96\",\"2.4\",\"\""
## [1426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"588\",\"29,588\",\"7,504\",\"78.36\",\"2\",\"\""
## [1427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"477\",\"23,728\",\"7,504\",\"63.57\",\"2\",\"\""
## [1428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"210\",\"9,973\",\"7,504\",\"27.99\",\"2.1\",\"\""
## [1429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"121\",\"4,929\",\"7,504\",\"16.12\",\"2.5\",\"\""
## [1430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"110\",\"4,723\",\"7,504\",\"14.66\",\"2.3\",\"\""
## [1431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"111\",\"4,734\",\"7,504\",\"14.79\",\"2.3\",\"\""
## [1432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"126\",\"4589\",\"7504\",\"16.79\",\"2.7\",\"\""
## [1433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"195\",\"6013\",\"7504\",\"25.99\",\"3.2\",\"\""
## [1434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"45\",\"4,279\",\"3,511\",\"12.82\",\"1.1\",\"\""
## [1435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"59\",\"4,614\",\"3,511\",\"16.8\",\"1.3\",\"\""
## [1436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"132\",\"8,076\",\"3,511\",\"37.6\",\"1.6\",\"\""
## [1437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"91\",\"6,908\",\"3,511\",\"25.92\",\"1.3\",\"\""
## [1438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"165\",\"8,856\",\"3,511\",\"47\",\"1.9\",\"\""
## [1439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"82\",\"6,886\",\"3,511\",\"23.36\",\"1.2\",\"\""
## [1440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"116\",\"7,365\",\"3,511\",\"33.04\",\"1.6\",\"\""
## [1441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"79\",\"5,515\",\"3,511\",\"22.5\",\"1.4\",\"\""
## [1442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"39\",\"2,476\",\"3,511\",\"11.11\",\"1.6\",\"\""
## [1443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"48\",\"1,891\",\"3,511\",\"13.67\",\"2.5\",\"\""
## [1444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"25\",\"1,373\",\"3,511\",\"7.12\",\"1.8\",\"\""
## [1445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"32\",\"1,244\",\"3,511\",\"9.11\",\"2.6\",\"\""
## [1446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"87\",\"1631\",\"3511\",\"24.78\",\"5.3\",\"\""
## [1447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"131\",\"2564\",\"3511\",\"37.31\",\"5.1\",\"\""
## [1448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"808\",\"39,484\",\"N/A\",\"N/A\",\"2\",\"\""
## [1449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"603\",\"17,521\",\"N/A\",\"N/A\",\"3.4\",\"\""
## [1450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"356\",\"10,552\",\"N/A\",\"N/A\",\"3.4\",\"\""
## [1451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"247\",\"9,135\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [1452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"336\",\"11,066\",\"N/A\",\"N/A\",\"3\",\"\""
## [1453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"187\",\"5,725\",\"N/A\",\"N/A\",\"3.3\",\"\""
## [1454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"94\",\"3,001\",\"N/A\",\"N/A\",\"3.1\",\"\""
## [1455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"88\",\"2,139\",\"N/A\",\"N/A\",\"4.1\",\"\""
## [1456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"79\",\"2,160\",\"N/A\",\"N/A\",\"3.7\",\"\""
## [1457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"241\",\"4455\",\"N/A\",\"N/A\",\"5.4\",\"\""
## [1458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"344\",\"6594\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [1459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"61\",\"8,582\",\"1,447\",\"42.16\",\"0.7\",\"\""
## [1460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"78\",\"9,811\",\"1,447\",\"53.9\",\"0.8\",\"\""
## [1461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"46\",\"5,286\",\"1,447\",\"31.79\",\"0.9\",\"\""
## [1462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"46\",\"6,070\",\"1,447\",\"31.79\",\"0.8\",\"\""
## [1463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"154\",\"13,145\",\"1,447\",\"106.43\",\"1.2\",\"\""
## [1464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"191\",\"16,900\",\"1,447\",\"132\",\"1.1\",\"\""
## [1465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"236\",\"16,169\",\"1,447\",\"163.1\",\"1.5\",\"\""
## [1466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"128\",\"12,292\",\"1,447\",\"88.46\",\"1\",\"\""
## [1467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"80\",\"5,715\",\"1,447\",\"55.29\",\"1.4\",\"\""
## [1468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"60\",\"2,836\",\"1,447\",\"41.47\",\"2.1\",\"\""
## [1469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"35\",\"1,084\",\"1,447\",\"24.19\",\"3.2\",\"\""
## [1470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"27\",\"775\",\"1,447\",\"18.66\",\"3.5\",\"\""
## [1471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"50\",\"1363\",\"1447\",\"34.55\",\"3.7\",\"\""
## [1472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"84\",\"2018\",\"1447\",\"58.05\",\"4.2\",\"\""
## [1473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"25\",\"6,390\",\"475\",\"52.63\",\"0.4\",\"\""
## [1474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"29\",\"5,547\",\"475\",\"61.05\",\"0.5\",\"\""
## [1475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"17\",\"4,976\",\"475\",\"35.79\",\"0.3\",\"\""
## [1476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"5,193\",\"475\",\"16.84\",\"0.2\",\"\""
## [1477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"34\",\"6,002\",\"475\",\"71.58\",\"0.6\",\"\""
## [1478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"36\",\"7,787\",\"475\",\"75.79\",\"0.5\",\"\""
## [1479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"4,934\",\"475\",\"33.68\",\"0.3\",\"\""
## [1480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"6,541\",\"475\",\"42.11\",\"0.3\",\"\""
## [1481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"65\",\"9,203\",\"475\",\"136.84\",\"0.7\",\"\""
## [1482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"31\",\"3,839\",\"475\",\"65.26\",\"0.8\",\"\""
## [1483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"18\",\"2,004\",\"475\",\"37.89\",\"0.9\",\"\""
## [1484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"19\",\"1,889\",\"475\",\"40\",\"1\",\"\""
## [1485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"2104\",\"475\",\"33.68\",\"0.8\",\"\""
## [1486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"38\",\"3352\",\"475\",\"80\",\"1.1\",\"\""
## [1487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"21\",\"11,453\",\"295\",\"71.19\",\"0.2\",\"\""
## [1488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"22\",\"15,573\",\"295\",\"74.58\",\"0.1\",\"\""
## [1489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28\",\"17,357\",\"295\",\"94.92\",\"0.2\",\"\""
## [1490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"49\",\"24,197\",\"295\",\"166.1\",\"0.2\",\"\""
## [1491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"68\",\"29,911\",\"295\",\"230.51\",\"0.2\",\"\""
## [1492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"107\",\"30,424\",\"295\",\"362.71\",\"0.4\",\"\""
## [1493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"156\",\"31,104\",\"295\",\"528.81\",\"0.5\",\"\""
## [1494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"117\",\"24,616\",\"295\",\"396.61\",\"0.5\",\"\""
## [1495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"68\",\"9,281\",\"295\",\"230.51\",\"0.7\",\"\""
## [1496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"2,717\",\"295\",\"57.63\",\"0.6\",\"\""
## [1497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"7\",\"943\",\"295\",\"23.73\",\"0.7\",\"\""
## [1498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"804\",\"295\",\"20.34\",\"0.7\",\"\""
## [1499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"9\",\"794\",\"295\",\"30.51\",\"1.1\",\"\""
## [1500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"24\",\"1729\",\"295\",\"81.36\",\"1.4\",\"\""
## [1501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"8,071\",\"65\",\"184.62\",\"0.1\",\"\""
## [1502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"8,849\",\"65\",\"169.23\",\"0.1\",\"\""
## [1503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"8,588\",\"65\",\"184.62\",\"0.1\",\"\""
## [1504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"10,365\",\"65\",\"215.38\",\"0.1\",\"\""
## [1505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"10,183\",\"65\",\"123.08\",\"0.1\",\"\""
## [1506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"13,685\",\"65\",\"184.62\",\"0.1\",\"\""
## [1507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"12,251\",\"65\",\"169.23\",\"0.1\",\"\""
## [1508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"9,616\",\"65\",\"76.92\",\"0.1\",\"\""
## [1509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"5,622\",\"65\",\"123.08\",\"0.1\",\"\""
## [1510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"3,490\",\"65\",\"107.69\",\"0.2\",\"\""
## [1511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1,755\",\"65\",\"15.38\",\"0.1\",\"\""
## [1512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1,366\",\"65\",\"76.92\",\"0.4\",\"\""
## [1513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"1558\",\"65\",\"46.15\",\"0.2\",\"\""
## [1514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"1867\",\"65\",\"92.31\",\"0.3\",\"\""
## [1515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"25\",\"8,368\",\"1,073\",\"23.3\",\"0.3\",\"\""
## [1516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"31\",\"7,999\",\"1,073\",\"28.89\",\"0.4\",\"\""
## [1517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"35\",\"7,695\",\"1,073\",\"32.62\",\"0.5\",\"\""
## [1518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"35\",\"8,411\",\"1,073\",\"32.62\",\"0.4\",\"\""
## [1519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"41\",\"11,336\",\"1,073\",\"38.21\",\"0.4\",\"\""
## [1520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"62\",\"14,875\",\"1,073\",\"57.78\",\"0.4\",\"\""
## [1521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"55\",\"12,377\",\"1,073\",\"51.26\",\"0.4\",\"\""
## [1522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"22\",\"6,211\",\"1,073\",\"20.5\",\"0.4\",\"\""
## [1523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"23\",\"5,291\",\"1,073\",\"21.44\",\"0.4\",\"\""
## [1524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"18\",\"3,534\",\"1,073\",\"16.78\",\"0.5\",\"\""
## [1525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"1,724\",\"1,073\",\"13.98\",\"0.9\",\"\""
## [1526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"1,084\",\"1,073\",\"10.25\",\"1\",\"\""
## [1527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"1431\",\"1073\",\"7.46\",\"0.6\",\"\""
## [1528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4\",\"1517\",\"1073\",\"3.73\",\"0.3\",\"\""
## [1529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"57\",\"24,411\",\"516\",\"110.47\",\"0.2\",\"\""
## [1530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"83\",\"20,731\",\"516\",\"160.85\",\"0.4\",\"\""
## [1531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"82\",\"21,875\",\"516\",\"158.91\",\"0.4\",\"\""
## [1532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"114\",\"22,967\",\"516\",\"220.93\",\"0.5\",\"\""
## [1533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"49\",\"19,460\",\"516\",\"94.96\",\"0.3\",\"\""
## [1534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"58\",\"16,876\",\"516\",\"112.4\",\"0.3\",\"\""
## [1535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"67\",\"13,107\",\"516\",\"129.84\",\"0.5\",\"\""
## [1536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"69\",\"13,125\",\"516\",\"133.72\",\"0.5\",\"\""
## [1537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"48\",\"8,010\",\"516\",\"93.02\",\"0.6\",\"\""
## [1538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"38\",\"5,802\",\"516\",\"73.64\",\"0.7\",\"\""
## [1539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"26\",\"4,744\",\"516\",\"50.39\",\"0.5\",\"\""
## [1540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"35\",\"4,445\",\"516\",\"67.83\",\"0.8\",\"\""
## [1541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"4088\",\"516\",\"32.95\",\"0.4\",\"\""
## [1542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"45\",\"4396\",\"516\",\"87.21\",\"1\",\"\""
## [1543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"61\",\"6,543\",\"359\",\"169.92\",\"0.9\",\"\""
## [1544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"114\",\"7,786\",\"359\",\"317.55\",\"1.5\",\"\""
## [1545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"73\",\"6,426\",\"359\",\"203.34\",\"1.1\",\"\""
## [1546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"100\",\"6,561\",\"359\",\"278.55\",\"1.5\",\"\""
## [1547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"70\",\"6,728\",\"359\",\"194.99\",\"1\",\"\""
## [1548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"83\",\"6,924\",\"359\",\"231.2\",\"1.2\",\"\""
## [1549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"81\",\"7,549\",\"359\",\"225.63\",\"1.1\",\"\""
## [1550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"121\",\"8,329\",\"359\",\"337.05\",\"1.5\",\"\""
## [1551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"95\",\"6,985\",\"359\",\"264.62\",\"1.4\",\"\""
## [1552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"106\",\"4,278\",\"359\",\"295.26\",\"2.5\",\"\""
## [1553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"77\",\"2,895\",\"359\",\"214.48\",\"2.7\",\"\""
## [1554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"43\",\"2,117\",\"359\",\"119.78\",\"2\",\"\""
## [1555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"71\",\"2071\",\"359\",\"197.77\",\"3.4\",\"\""
## [1556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"42\",\"1770\",\"359\",\"116.99\",\"2.4\",\"\""
## [1557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"8,302\",\"142\",\"21.13\",\"0\",\"\""
## [1558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"7,950\",\"142\",\"14.08\",\"0\",\"\""
## [1559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,249\",\"142\",\"28.17\",\"0.1\",\"\""
## [1560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,835\",\"142\",\"28.17\",\"0.1\",\"\""
## [1561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"4,902\",\"142\",\"42.25\",\"0.1\",\"\""
## [1562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,272\",\"142\",\"35.21\",\"0.1\",\"\""
## [1563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"8,528\",\"142\",\"49.3\",\"0.1\",\"\""
## [1564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"12,058\",\"142\",\"56.34\",\"0.1\",\"\""
## [1565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"8,189\",\"142\",\"42.25\",\"0.1\",\"\""
## [1566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,433\",\"142\",\"7.04\",\"0\",\"\""
## [1567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"142\",\"21.13\",\"0.2\",\"\""
## [1568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1,455\",\"142\",\"14.08\",\"0.1\",\"\""
## [1569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1711\",\"142\",\"14.08\",\"0.1\",\"\""
## [1570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1955\",\"142\",\"21.13\",\"0.2\",\"\""
## [1571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"8,384\",\"126\",\"55.56\",\"0.1\",\"\""
## [1572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"7,049\",\"126\",\"15.87\",\"0\",\"\""
## [1573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"19\",\"10,141\",\"126\",\"150.79\",\"0.2\",\"\""
## [1574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"37\",\"12,048\",\"126\",\"293.65\",\"0.3\",\"\""
## [1575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"14,203\",\"126\",\"190.48\",\"0.2\",\"\""
## [1576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"32\",\"12,957\",\"126\",\"253.97\",\"0.2\",\"\""
## [1577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"13,125\",\"126\",\"126.98\",\"0.1\",\"\""
## [1578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"8,988\",\"126\",\"126.98\",\"0.2\",\"\""
## [1579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"5,156\",\"126\",\"119.05\",\"0.3\",\"\""
## [1580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"3,632\",\"126\",\"63.49\",\"0.2\",\"\""
## [1581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"2,292\",\"126\",\"47.62\",\"0.3\",\"\""
## [1582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,007\",\"126\",\"7.94\",\"0\",\"\""
## [1583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"2648\",\"126\",\"79.37\",\"0.4\",\"\""
## [1584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"2929\",\"126\",\"55.56\",\"0.2\",\"\""
## [1585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"64\",\"9,604\",\"3,650\",\"17.53\",\"0.7\",\"\""
## [1586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"95\",\"13,588\",\"3,650\",\"26.03\",\"0.7\",\"\""
## [1587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"96\",\"12,318\",\"3,650\",\"26.3\",\"0.8\",\"\""
## [1588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"73\",\"9,359\",\"3,650\",\"20\",\"0.8\",\"\""
## [1589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"55\",\"5,803\",\"3,650\",\"15.07\",\"0.9\",\"\""
## [1590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"66\",\"3,629\",\"3,650\",\"18.08\",\"1.8\",\"\""
## [1591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"43\",\"4,326\",\"3,650\",\"11.78\",\"1\",\"\""
## [1592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"98\",\"8,726\",\"3,650\",\"26.85\",\"1.1\",\"\""
## [1593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"89\",\"4,835\",\"3,650\",\"24.38\",\"1.8\",\"\""
## [1594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"53\",\"2,200\",\"3,650\",\"14.52\",\"2.4\",\"\""
## [1595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"91\",\"3,148\",\"3,650\",\"24.93\",\"2.9\",\"\""
## [1596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"122\",\"3,004\",\"3,650\",\"33.42\",\"4.1\",\"\""
## [1597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"229\",\"7452\",\"3650\",\"62.74\",\"3.1\",\"\""
## [1598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"534\",\"17256\",\"3650\",\"146.3\",\"3.1\",\"\""
## [1599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"41\",\"4,837\",\"747\",\"54.89\",\"0.8\",\"\""
## [1600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"5,554\",\"747\",\"66.93\",\"0.9\",\"\""
## [1601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"55\",\"6,227\",\"747\",\"73.63\",\"0.9\",\"\""
## [1602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"61\",\"5,464\",\"747\",\"81.66\",\"1.1\",\"\""
## [1603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"44\",\"4,447\",\"747\",\"58.9\",\"1\",\"\""
## [1604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"67\",\"5,062\",\"747\",\"89.69\",\"1.3\",\"\""
## [1605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"4,701\",\"747\",\"66.93\",\"1.1\",\"\""
## [1606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"42\",\"4,445\",\"747\",\"56.22\",\"0.9\",\"\""
## [1607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"34\",\"2,667\",\"747\",\"45.52\",\"1.3\",\"\""
## [1608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"43\",\"2,018\",\"747\",\"57.56\",\"2.1\",\"\""
## [1609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"51\",\"1,720\",\"747\",\"68.27\",\"3\",\"\""
## [1610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"61\",\"1,659\",\"747\",\"81.66\",\"3.7\",\"\""
## [1611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"49\",\"1765\",\"747\",\"65.6\",\"2.8\",\"\""
## [1612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"37\",\"2101\",\"747\",\"49.53\",\"1.8\",\"\""
## [1613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"517\",\"45,408\",\"11,639\",\"44.42\",\"1.1\",\"\""
## [1614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"462\",\"50,038\",\"11,639\",\"39.69\",\"0.9\",\"\""
## [1615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"712\",\"52,329\",\"11,639\",\"61.17\",\"1.4\",\"\""
## [1616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"703\",\"41,562\",\"11,639\",\"60.4\",\"1.7\",\"\""
## [1617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"707\",\"48,912\",\"11,639\",\"60.74\",\"1.4\",\"\""
## [1618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"683\",\"50,524\",\"11,639\",\"58.68\",\"1.4\",\"\""
## [1619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"369\",\"32,968\",\"11,639\",\"31.7\",\"1.1\",\"\""
## [1620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"235\",\"26,812\",\"11,639\",\"20.19\",\"0.9\",\"\""
## [1621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"134\",\"13,624\",\"11,639\",\"11.51\",\"1\",\"\""
## [1622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"76\",\"4,761\",\"11,639\",\"6.53\",\"1.6\",\"\""
## [1623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"37\",\"2,502\",\"11,639\",\"3.18\",\"1.5\",\"\""
## [1624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"46\",\"2,304\",\"11,639\",\"3.95\",\"2\",\"\""
## [1625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"151\",\"4214\",\"11639\",\"12.97\",\"3.6\",\"\""
## [1626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"80\",\"2369\",\"11639\",\"6.87\",\"3.4\",\"\""
## [1627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"42\",\"5,627\",\"322\",\"130.43\",\"0.7\",\"\""
## [1628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"56\",\"7,275\",\"322\",\"173.91\",\"0.8\",\"\""
## [1629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"34\",\"6,859\",\"322\",\"105.59\",\"0.5\",\"\""
## [1630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"69\",\"9,022\",\"322\",\"214.29\",\"0.8\",\"\""
## [1631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"50\",\"8,018\",\"322\",\"155.28\",\"0.6\",\"\""
## [1632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"7,188\",\"322\",\"90.06\",\"0.4\",\"\""
## [1633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"33\",\"8,875\",\"322\",\"102.48\",\"0.4\",\"\""
## [1634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"17\",\"3,947\",\"322\",\"52.8\",\"0.4\",\"\""
## [1635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"11\",\"2,086\",\"322\",\"34.16\",\"0.5\",\"\""
## [1636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,092\",\"322\",\"12.42\",\"0.4\",\"\""
## [1637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"1,310\",\"322\",\"18.63\",\"0.5\",\"\""
## [1638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"667\",\"322\",\"15.53\",\"0.7\",\"\""
## [1639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"24\",\"1850\",\"322\",\"74.53\",\"1.3\",\"\""
## [1640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"40\",\"2592\",\"322\",\"124.22\",\"1.5\",\"\""
## [1641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"143\",\"23,137\",\"1,781\",\"80.29\",\"0.6\",\"\""
## [1642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"209\",\"24,400\",\"1,781\",\"117.35\",\"0.9\",\"\""
## [1643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"257\",\"25,589\",\"1,781\",\"144.3\",\"1\",\"\""
## [1644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"228\",\"21,096\",\"1,781\",\"128.02\",\"1.1\",\"\""
## [1645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"241\",\"26,013\",\"1,781\",\"135.32\",\"0.9\",\"\""
## [1646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"319\",\"31,212\",\"1,781\",\"179.11\",\"1\",\"\""
## [1647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"338\",\"30,422\",\"1,781\",\"189.78\",\"1.1\",\"\""
## [1648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"273\",\"27,917\",\"1,781\",\"153.28\",\"1\",\"\""
## [1649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"216\",\"17,375\",\"1,781\",\"121.28\",\"1.2\",\"\""
## [1650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"184\",\"10,238\",\"1,781\",\"103.31\",\"1.8\",\"\""
## [1651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"154\",\"7,762\",\"1,781\",\"86.47\",\"2\",\"\""
## [1652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"197\",\"7,207\",\"1,781\",\"110.61\",\"2.7\",\"\""
## [1653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"192\",\"7072\",\"1781\",\"107.8\",\"2.7\",\"\""
## [1654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"216\",\"7952\",\"1781\",\"121.28\",\"2.7\",\"\""
## [1655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"111\",\"10,276\",\"2,966\",\"37.42\",\"1.1\",\"\""
## [1656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"121\",\"11,788\",\"2,966\",\"40.8\",\"1\",\"\""
## [1657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"179\",\"18,796\",\"2,966\",\"60.35\",\"1\",\"\""
## [1658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"155\",\"12,847\",\"2,966\",\"52.26\",\"1.2\",\"\""
## [1659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"142\",\"10,450\",\"2,966\",\"47.88\",\"1.4\",\"\""
## [1660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"155\",\"9,329\",\"2,966\",\"52.26\",\"1.7\",\"\""
## [1661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"246\",\"14,876\",\"2,966\",\"82.94\",\"1.7\",\"\""
## [1662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"345\",\"22,302\",\"2,966\",\"116.32\",\"1.5\",\"\""
## [1663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"194\",\"10,429\",\"2,966\",\"65.41\",\"1.9\",\"\""
## [1664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"134\",\"7,162\",\"2,966\",\"45.18\",\"1.9\",\"\""
## [1665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"241\",\"6,420\",\"2,966\",\"81.25\",\"3.8\",\"\""
## [1666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"269\",\"5,755\",\"2,966\",\"90.69\",\"4.7\",\"\""
## [1667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"302\",\"5601\",\"2966\",\"101.82\",\"5.4\",\"\""
## [1668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"382\",\"6359\",\"2966\",\"128.79\",\"6\",\"\""
## [1669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"15\",\"9,856\",\"455\",\"32.97\",\"0.2\",\"\""
## [1670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"24\",\"11,689\",\"455\",\"52.75\",\"0.2\",\"\""
## [1671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"33\",\"11,077\",\"455\",\"72.53\",\"0.3\",\"\""
## [1672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"45\",\"9,485\",\"455\",\"98.9\",\"0.5\",\"\""
## [1673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"8,907\",\"455\",\"59.34\",\"0.3\",\"\""
## [1674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"48\",\"10,363\",\"455\",\"105.49\",\"0.5\",\"\""
## [1675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"35\",\"10,317\",\"455\",\"76.92\",\"0.3\",\"\""
## [1676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"30\",\"6,512\",\"455\",\"65.93\",\"0.5\",\"\""
## [1677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"22\",\"3,154\",\"455\",\"48.35\",\"0.7\",\"\""
## [1678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"739\",\"455\",\"4.4\",\"0.3\",\"\""
## [1679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"11\",\"716\",\"455\",\"24.18\",\"1.5\",\"\""
## [1680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"1,011\",\"455\",\"37.36\",\"1.7\",\"\""
## [1681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"1278\",\"455\",\"41.76\",\"1.5\",\"\""
## [1682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"43\",\"2548\",\"455\",\"94.51\",\"1.7\",\"\""
## [1683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"103\",\"13,888\",\"1,893\",\"54.41\",\"0.7\",\"\""
## [1684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"166\",\"15,487\",\"1,893\",\"87.69\",\"1.1\",\"\""
## [1685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"162\",\"17,225\",\"1,893\",\"85.58\",\"0.9\",\"\""
## [1686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"203\",\"14,764\",\"1,893\",\"107.24\",\"1.4\",\"\""
## [1687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"133\",\"11,595\",\"1,893\",\"70.26\",\"1.1\",\"\""
## [1688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"97\",\"8,144\",\"1,893\",\"51.24\",\"1.2\",\"\""
## [1689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"117\",\"7,996\",\"1,893\",\"61.81\",\"1.5\",\"\""
## [1690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"146\",\"8,969\",\"1,893\",\"77.13\",\"1.6\",\"\""
## [1691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"37\",\"8,989\",\"1,893\",\"19.55\",\"0.4\",\"\""
## [1692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"157\",\"6,845\",\"1,893\",\"82.94\",\"2.3\",\"\""
## [1693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"260\",\"6,328\",\"1,893\",\"137.35\",\"4.1\",\"\""
## [1694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"275\",\"5,830\",\"1,893\",\"145.27\",\"4.7\",\"\""
## [1695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"238\",\"5404\",\"1893\",\"125.73\",\"4.4\",\"\""
## [1696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"239\",\"8789\",\"1893\",\"126.25\",\"2.7\",\"\""
## [1697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"38\",\"17,874\",\"587\",\"64.74\",\"0.2\",\"\""
## [1698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"22,878\",\"587\",\"78.36\",\"0.2\",\"\""
## [1699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"89\",\"22,899\",\"587\",\"151.62\",\"0.4\",\"\""
## [1700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"126\",\"26,384\",\"587\",\"214.65\",\"0.5\",\"\""
## [1701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"147\",\"26,255\",\"587\",\"250.43\",\"0.6\",\"\""
## [1702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"109\",\"20,851\",\"587\",\"185.69\",\"0.5\",\"\""
## [1703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"89\",\"18,152\",\"587\",\"151.62\",\"0.5\",\"\""
## [1704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"52\",\"15,748\",\"587\",\"88.59\",\"0.3\",\"\""
## [1705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"18\",\"7,723\",\"587\",\"30.66\",\"0.2\",\"\""
## [1706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"29\",\"5,472\",\"587\",\"49.4\",\"0.5\",\"\""
## [1707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22\",\"3,074\",\"587\",\"37.48\",\"0.7\",\"\""
## [1708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"27\",\"2,807\",\"587\",\"46\",\"1\",\"\""
## [1709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"40\",\"3825\",\"587\",\"68.14\",\"1\",\"\""
## [1710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"50\",\"7163\",\"587\",\"85.18\",\"0.7\",\"\""
## [1711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"225\",\"19,364\",\"3,761\",\"59.82\",\"1.2\",\"\""
## [1712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"302\",\"20,890\",\"3,761\",\"80.3\",\"1.4\",\"\""
## [1713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"234\",\"19,250\",\"3,761\",\"62.22\",\"1.2\",\"\""
## [1714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"294\",\"23,349\",\"3,761\",\"78.17\",\"1.3\",\"\""
## [1715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"397\",\"22,386\",\"3,761\",\"105.56\",\"1.8\",\"\""
## [1716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"189\",\"10,091\",\"3,761\",\"50.25\",\"1.9\",\"\""
## [1717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"79\",\"5,831\",\"3,761\",\"21.01\",\"1.4\",\"\""
## [1718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"73\",\"4,376\",\"3,761\",\"19.41\",\"1.7\",\"\""
## [1719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"54\",\"3,129\",\"3,761\",\"14.36\",\"1.7\",\"\""
## [1720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"38\",\"1,719\",\"3,761\",\"10.1\",\"2.2\",\"\""
## [1721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"37\",\"1,342\",\"3,761\",\"9.84\",\"2.8\",\"\""
## [1722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"37\",\"1,465\",\"3,761\",\"9.84\",\"2.5\",\"\""
## [1723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"65\",\"2685\",\"3761\",\"17.28\",\"2.4\",\"\""
## [1724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"55\",\"3384\",\"3761\",\"14.62\",\"1.6\",\"\""
## [1725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"25\",\"8,609\",\"360\",\"69.44\",\"0.3\",\"\""
## [1726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"41\",\"11,818\",\"360\",\"113.89\",\"0.3\",\"\""
## [1727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"73\",\"13,353\",\"360\",\"202.78\",\"0.5\",\"\""
## [1728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"44\",\"10,521\",\"360\",\"122.22\",\"0.4\",\"\""
## [1729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"48\",\"9,651\",\"360\",\"133.33\",\"0.5\",\"\""
## [1730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"22\",\"6,343\",\"360\",\"61.11\",\"0.3\",\"\""
## [1731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"34\",\"6,999\",\"360\",\"94.44\",\"0.5\",\"\""
## [1732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"54\",\"8,942\",\"360\",\"150\",\"0.6\",\"\""
## [1733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"19\",\"5,881\",\"360\",\"52.78\",\"0.3\",\"\""
## [1734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"15\",\"3,812\",\"360\",\"41.67\",\"0.4\",\"\""
## [1735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"2,186\",\"360\",\"27.78\",\"0.5\",\"\""
## [1736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"2,048\",\"360\",\"58.33\",\"1\",\"\""
## [1737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"2546\",\"360\",\"47.22\",\"0.7\",\"\""
## [1738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"20\",\"2692\",\"360\",\"55.56\",\"0.7\",\"\""
## [1739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"129\",\"6,912\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [1740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"128\",\"7,581\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [1741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"107\",\"7,300\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [1742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"77\",\"5,420\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [1743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"79\",\"4,078\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [1744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"86\",\"3,251\",\"N/A\",\"N/A\",\"2.6\",\"\""
## [1745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"78\",\"2,645\",\"N/A\",\"N/A\",\"2.9\",\"\""
## [1746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"71\",\"2,231\",\"N/A\",\"N/A\",\"3.2\",\"\""
## [1747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"53\",\"1,539\",\"N/A\",\"N/A\",\"3.4\",\"\""
## [1748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"42\",\"1,322\",\"N/A\",\"N/A\",\"3.2\",\"\""
## [1749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"27\",\"1,122\",\"N/A\",\"N/A\",\"2.4\",\"\""
## [1750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"29\",\"1,004\",\"N/A\",\"N/A\",\"2.9\",\"\""
## [1751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"28\",\"1111\",\"N/A\",\"N/A\",\"2.5\",\"\""
## [1752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"60\",\"1930\",\"N/A\",\"N/A\",\"3.1\",\"\""
## [1753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"518\",\"47,870\",\"2,694\",\"192.28\",\"1.1\",\"\""
## [1754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"558\",\"64,607\",\"2,694\",\"207.13\",\"0.9\",\"\""
## [1755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"723\",\"68,915\",\"2,694\",\"268.37\",\"1\",\"\""
## [1756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"450\",\"59,659\",\"2,694\",\"167.04\",\"0.8\",\"\""
## [1757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"485\",\"43,877\",\"2,694\",\"180.03\",\"1.1\",\"\""
## [1758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"314\",\"25,691\",\"2,694\",\"116.56\",\"1.2\",\"\""
## [1759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"307\",\"29,117\",\"2,694\",\"113.96\",\"1.1\",\"\""
## [1760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"452\",\"35,855\",\"2,694\",\"167.78\",\"1.3\",\"\""
## [1761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"275\",\"24,523\",\"2,694\",\"102.08\",\"1.1\",\"\""
## [1762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"90\",\"6,450\",\"2,694\",\"33.41\",\"1.4\",\"\""
## [1763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"103\",\"6,650\",\"2,694\",\"38.23\",\"1.5\",\"\""
## [1764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"134\",\"9,257\",\"2,694\",\"49.74\",\"1.4\",\"\""
## [1765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"276\",\"17576\",\"2694\",\"102.45\",\"1.6\",\"\""
## [1766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"420\",\"29408\",\"2694\",\"155.9\",\"1.4\",\"\""
## [1767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"23,997\",\"294,467\",\"170,063\",\"141.11\",\"8.1\",\"\""
## [1768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"32,987\",\"448,957\",\"170,063\",\"193.97\",\"7.3\",\"\""
## [1769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"52,249\",\"721,451\",\"170,063\",\"307.23\",\"7.2\",\"\""
## [1770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"48,938\",\"624,009\",\"170,063\",\"287.76\",\"7.8\",\"\""
## [1771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"50,444\",\"560,544\",\"170,063\",\"296.62\",\"9\",\"\""
## [1772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"45,281\",\"480,702\",\"170,063\",\"266.26\",\"9.4\",\"\""
## [1773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"31,272\",\"338,973\",\"170,063\",\"183.88\",\"9.2\",\"\""
## [1774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,615\",\"270,086\",\"170,063\",\"156.5\",\"9.9\",\"\""
## [1775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,977\",\"157,738\",\"170,063\",\"99.83\",\"10.8\",\"\""
## [1776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,732\",\"140,198\",\"170,063\",\"98.39\",\"11.9\",\"\""
## [1777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,764\",\"121,607\",\"170,063\",\"98.58\",\"13.8\",\"\""
## [1778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"17,306\",\"116,385\",\"170,063\",\"101.76\",\"14.9\",\"\""
## [1779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"23949\",\"149592\",\"170063\",\"140.82\",\"16\",\"\""
## [1780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"36577\",\"219569\",\"170063\",\"215.08\",\"16.7\",\"\""
## [1781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"92\",\"8,298\",\"608\",\"151.32\",\"1.1\",\"\""
## [1782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"76\",\"8,541\",\"608\",\"125\",\"0.9\",\"\""
## [1783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"113\",\"11,467\",\"608\",\"185.86\",\"1\",\"\""
## [1784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"167\",\"13,075\",\"608\",\"274.67\",\"1.3\",\"\""
## [1785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"141\",\"15,350\",\"608\",\"231.91\",\"0.9\",\"\""
## [1786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"174\",\"16,047\",\"608\",\"286.18\",\"1.1\",\"\""
## [1787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"147\",\"14,297\",\"608\",\"241.78\",\"1\",\"\""
## [1788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"135\",\"13,070\",\"608\",\"222.04\",\"1\",\"\""
## [1789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"130\",\"9,226\",\"608\",\"213.82\",\"1.4\",\"\""
## [1790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"86\",\"5,277\",\"608\",\"141.45\",\"1.6\",\"\""
## [1791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"79\",\"3,682\",\"608\",\"129.93\",\"2.1\",\"\""
## [1792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"2,075\",\"608\",\"100.33\",\"2.9\",\"\""
## [1793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"91\",\"2707\",\"608\",\"149.67\",\"3.4\",\"\""
## [1794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"166\",\"4229\",\"608\",\"273.03\",\"3.9\",\"\""
## [1795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"18\",\"14,537\",\"137\",\"131.39\",\"0.1\",\"\""
## [1796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"19\",\"11,940\",\"137\",\"138.69\",\"0.2\",\"\""
## [1797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"27\",\"8,229\",\"137\",\"197.08\",\"0.3\",\"\""
## [1798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"6,212\",\"137\",\"87.59\",\"0.2\",\"\""
## [1799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"6,169\",\"137\",\"102.19\",\"0.2\",\"\""
## [1800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"3,661\",\"137\",\"65.69\",\"0.2\",\"\""
## [1801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"4,750\",\"137\",\"58.39\",\"0.2\",\"\""
## [1802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"5,097\",\"137\",\"87.59\",\"0.2\",\"\""
## [1803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"2,419\",\"137\",\"65.69\",\"0.4\",\"\""
## [1804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,521\",\"137\",\"21.9\",\"0.2\",\"\""
## [1805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"1,622\",\"137\",\"36.5\",\"0.3\",\"\""
## [1806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"1,527\",\"137\",\"43.8\",\"0.4\",\"\""
## [1807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1734\",\"137\",\"29.2\",\"0.2\",\"\""
## [1808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"4684\",\"137\",\"87.59\",\"0.3\",\"\""
## [1809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"20\",\"9,415\",\"710\",\"28.17\",\"0.2\",\"\""
## [1810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"9,429\",\"710\",\"18.31\",\"0.1\",\"\""
## [1811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"9,086\",\"710\",\"23.94\",\"0.2\",\"\""
## [1812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"6,260\",\"710\",\"19.72\",\"0.2\",\"\""
## [1813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"5,649\",\"710\",\"9.86\",\"0.1\",\"\""
## [1814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"7,379\",\"710\",\"22.54\",\"0.2\",\"\""
## [1815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9\",\"7,032\",\"710\",\"12.68\",\"0.1\",\"\""
## [1816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"34\",\"7,685\",\"710\",\"47.89\",\"0.4\",\"\""
## [1817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"18\",\"6,310\",\"710\",\"25.35\",\"0.3\",\"\""
## [1818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"4,214\",\"710\",\"16.9\",\"0.3\",\"\""
## [1819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"2,465\",\"710\",\"18.31\",\"0.5\",\"\""
## [1820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"1,671\",\"710\",\"21.13\",\"0.9\",\"\""
## [1821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"1753\",\"710\",\"9.86\",\"0.4\",\"\""
## [1822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"2220\",\"710\",\"14.08\",\"0.5\",\"\""
## [1823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"254\",\"13,176\",\"2,117\",\"119.98\",\"1.9\",\"\""
## [1824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"203\",\"14,036\",\"2,117\",\"95.89\",\"1.4\",\"\""
## [1825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"177\",\"11,542\",\"2,117\",\"83.61\",\"1.5\",\"\""
## [1826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"144\",\"11,737\",\"2,117\",\"68.02\",\"1.2\",\"\""
## [1827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"189\",\"12,681\",\"2,117\",\"89.28\",\"1.5\",\"\""
## [1828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"175\",\"8,453\",\"2,117\",\"82.66\",\"2.1\",\"\""
## [1829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"230\",\"9,030\",\"2,117\",\"108.64\",\"2.5\",\"\""
## [1830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"226\",\"8,427\",\"2,117\",\"106.75\",\"2.7\",\"\""
## [1831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"142\",\"4,404\",\"2,117\",\"67.08\",\"3.2\",\"\""
## [1832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"54\",\"1,752\",\"2,117\",\"25.51\",\"3.1\",\"\""
## [1833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"56\",\"1,136\",\"2,117\",\"26.45\",\"4.9\",\"\""
## [1834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"59\",\"1,090\",\"2,117\",\"27.87\",\"5.4\",\"\""
## [1835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"79\",\"1960\",\"2117\",\"37.32\",\"4\",\"\""
## [1836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"50\",\"2121\",\"2117\",\"23.62\",\"2.4\",\"\""
## [1837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"29\",\"33,759\",\"608\",\"47.7\",\"0.1\",\"\""
## [1838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"32\",\"28,937\",\"608\",\"52.63\",\"0.1\",\"\""
## [1839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"45\",\"32,281\",\"608\",\"74.01\",\"0.1\",\"\""
## [1840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"44\",\"39,383\",\"608\",\"72.37\",\"0.1\",\"\""
## [1841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"42\",\"43,441\",\"608\",\"69.08\",\"0.1\",\"\""
## [1842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"68\",\"40,654\",\"608\",\"111.84\",\"0.2\",\"\""
## [1843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"35\",\"31,759\",\"608\",\"57.57\",\"0.1\",\"\""
## [1844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"77\",\"37,843\",\"608\",\"126.64\",\"0.2\",\"\""
## [1845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"33\",\"17,223\",\"608\",\"54.28\",\"0.2\",\"\""
## [1846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"49\",\"7,055\",\"608\",\"80.59\",\"0.7\",\"\""
## [1847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"28\",\"3,695\",\"608\",\"46.05\",\"0.8\",\"\""
## [1848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"26\",\"2,857\",\"608\",\"42.76\",\"0.9\",\"\""
## [1849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"2831\",\"608\",\"29.61\",\"0.6\",\"\""
## [1850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"37\",\"5210\",\"608\",\"60.86\",\"0.7\",\"\""
## [1851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"142\",\"8,640\",\"3,492\",\"40.66\",\"1.6\",\"\""
## [1852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"79\",\"5,848\",\"3,492\",\"22.62\",\"1.4\",\"\""
## [1853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"50\",\"4,556\",\"3,492\",\"14.32\",\"1.1\",\"\""
## [1854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"63\",\"5,451\",\"3,492\",\"18.04\",\"1.2\",\"\""
## [1855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"87\",\"4,528\",\"3,492\",\"24.91\",\"1.9\",\"\""
## [1856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"33\",\"3,320\",\"3,492\",\"9.45\",\"1\",\"\""
## [1857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"91\",\"3,384\",\"3,492\",\"26.06\",\"2.7\",\"\""
## [1858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"117\",\"5,166\",\"3,492\",\"33.51\",\"2.3\",\"\""
## [1859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"101\",\"3,762\",\"3,492\",\"28.92\",\"2.7\",\"\""
## [1860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"77\",\"2,417\",\"3,492\",\"22.05\",\"3.2\",\"\""
## [1861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"88\",\"1,573\",\"3,492\",\"25.2\",\"5.6\",\"\""
## [1862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"83\",\"1,449\",\"3,492\",\"23.77\",\"5.7\",\"\""
## [1863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"110\",\"2231\",\"3492\",\"31.5\",\"4.9\",\"\""
## [1864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"180\",\"3910\",\"3492\",\"51.55\",\"4.6\",\"\""
## [1865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"104\",\"18,023\",\"1,995\",\"52.13\",\"0.6\",\"\""
## [1866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"179\",\"18,952\",\"1,995\",\"89.72\",\"0.9\",\"\""
## [1867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"129\",\"18,463\",\"1,995\",\"64.66\",\"0.7\",\"\""
## [1868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"109\",\"15,846\",\"1,995\",\"54.64\",\"0.7\",\"\""
## [1869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"83\",\"13,847\",\"1,995\",\"41.6\",\"0.6\",\"\""
## [1870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"129\",\"13,948\",\"1,995\",\"64.66\",\"0.9\",\"\""
## [1871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"69\",\"10,083\",\"1,995\",\"34.59\",\"0.7\",\"\""
## [1872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"97\",\"12,879\",\"1,995\",\"48.62\",\"0.8\",\"\""
## [1873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"47\",\"7,782\",\"1,995\",\"23.56\",\"0.6\",\"\""
## [1874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"40\",\"6,058\",\"1,995\",\"20.05\",\"0.7\",\"\""
## [1875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"69\",\"4,851\",\"1,995\",\"34.59\",\"1.4\",\"\""
## [1876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"137\",\"5,868\",\"1,995\",\"68.67\",\"2.3\",\"\""
## [1877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"184\",\"9436\",\"1995\",\"92.23\",\"1.9\",\"\""
## [1878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"237\",\"11295\",\"1995\",\"118.8\",\"2.1\",\"\""
## [1879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"205\",\"19,042\",\"3,517\",\"58.29\",\"1.1\",\"\""
## [1880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"246\",\"20,530\",\"3,517\",\"69.95\",\"1.2\",\"\""
## [1881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"337\",\"26,816\",\"3,517\",\"95.82\",\"1.3\",\"\""
## [1882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"437\",\"27,555\",\"3,517\",\"124.25\",\"1.6\",\"\""
## [1883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"231\",\"23,106\",\"3,517\",\"65.68\",\"1\",\"\""
## [1884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"197\",\"17,674\",\"3,517\",\"56.01\",\"1.1\",\"\""
## [1885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"188\",\"20,487\",\"3,517\",\"53.45\",\"0.9\",\"\""
## [1886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"171\",\"21,218\",\"3,517\",\"48.62\",\"0.8\",\"\""
## [1887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"96\",\"8,175\",\"3,517\",\"27.3\",\"1.2\",\"\""
## [1888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"49\",\"3,521\",\"3,517\",\"13.93\",\"1.4\",\"\""
## [1889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"69\",\"2,025\",\"3,517\",\"19.62\",\"3.4\",\"\""
## [1890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"39\",\"1,529\",\"3,517\",\"11.09\",\"2.6\",\"\""
## [1891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"98\",\"4681\",\"3517\",\"27.86\",\"2.1\",\"\""
## [1892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"191\",\"12403\",\"3517\",\"54.31\",\"1.5\",\"\""
## [1893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"45\",\"19,146\",\"1,000\",\"45\",\"0.2\",\"\""
## [1894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"46\",\"17,186\",\"1,000\",\"46\",\"0.3\",\"\""
## [1895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"30\",\"10,309\",\"1,000\",\"30\",\"0.3\",\"\""
## [1896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"17\",\"7,655\",\"1,000\",\"17\",\"0.2\",\"\""
## [1897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"34\",\"11,170\",\"1,000\",\"34\",\"0.3\",\"\""
## [1898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"54\",\"18,903\",\"1,000\",\"54\",\"0.3\",\"\""
## [1899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"64\",\"18,950\",\"1,000\",\"64\",\"0.3\",\"\""
## [1900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"60\",\"14,538\",\"1,000\",\"60\",\"0.4\",\"\""
## [1901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"29\",\"6,012\",\"1,000\",\"29\",\"0.5\",\"\""
## [1902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"53\",\"3,847\",\"1,000\",\"53\",\"1.4\",\"\""
## [1903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"57\",\"3,563\",\"1,000\",\"57\",\"1.6\",\"\""
## [1904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"54\",\"2,601\",\"1,000\",\"54\",\"2.1\",\"\""
## [1905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"72\",\"3280\",\"1000\",\"72\",\"2.2\",\"\""
## [1906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"90\",\"5348\",\"1000\",\"90\",\"1.7\",\"\""
## [1907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"32\",\"4,059\",\"1,721\",\"18.59\",\"0.8\",\"\""
## [1908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"61\",\"5,373\",\"1,721\",\"35.44\",\"1.1\",\"\""
## [1909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"60\",\"5,978\",\"1,721\",\"34.86\",\"1\",\"\""
## [1910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"42\",\"4,262\",\"1,721\",\"24.4\",\"1\",\"\""
## [1911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"24\",\"3,356\",\"1,721\",\"13.95\",\"0.7\",\"\""
## [1912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"53\",\"3,310\",\"1,721\",\"30.8\",\"1.6\",\"\""
## [1913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"44\",\"3,570\",\"1,721\",\"25.57\",\"1.2\",\"\""
## [1914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2\",\"5,049\",\"1,721\",\"1.16\",\"0\",\"\""
## [1915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"87\",\"4,628\",\"1,721\",\"50.55\",\"1.9\",\"\""
## [1916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"53\",\"2,530\",\"1,721\",\"30.8\",\"2.1\",\"\""
## [1917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"70\",\"1,894\",\"1,721\",\"40.67\",\"3.7\",\"\""
## [1918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"36\",\"1,175\",\"1,721\",\"20.92\",\"3.1\",\"\""
## [1919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"82\",\"1735\",\"1721\",\"47.65\",\"4.7\",\"\""
## [1920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"139\",\"2899\",\"1721\",\"80.77\",\"4.8\",\"\""
## [1921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"103\",\"13,970\",\"1,299\",\"79.29\",\"0.7\",\"\""
## [1922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"130\",\"18,016\",\"1,299\",\"100.08\",\"0.7\",\"\""
## [1923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"132\",\"17,079\",\"1,299\",\"101.62\",\"0.8\",\"\""
## [1924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"107\",\"13,672\",\"1,299\",\"82.37\",\"0.8\",\"\""
## [1925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"141\",\"13,478\",\"1,299\",\"108.55\",\"1\",\"\""
## [1926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"138\",\"15,863\",\"1,299\",\"106.24\",\"0.9\",\"\""
## [1927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"175\",\"18,140\",\"1,299\",\"134.72\",\"1\",\"\""
## [1928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"144\",\"14,399\",\"1,299\",\"110.85\",\"1\",\"\""
## [1929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"140\",\"10,029\",\"1,299\",\"107.78\",\"1.4\",\"\""
## [1930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"138\",\"5,738\",\"1,299\",\"106.24\",\"2.4\",\"\""
## [1931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"116\",\"3,980\",\"1,299\",\"89.3\",\"2.9\",\"\""
## [1932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"141\",\"4,561\",\"1,299\",\"108.55\",\"3.1\",\"\""
## [1933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"157\",\"5221\",\"1299\",\"120.86\",\"3\",\"\""
## [1934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"199\",\"5086\",\"1299\",\"153.19\",\"3.9\",\"\""
## [1935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"117\",\"14,988\",\"1,995\",\"58.65\",\"0.8\",\"\""
## [1936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"189\",\"25,703\",\"1,995\",\"94.74\",\"0.7\",\"\""
## [1937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"147\",\"18,311\",\"1,995\",\"73.68\",\"0.8\",\"\""
## [1938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"172\",\"18,289\",\"1,995\",\"86.22\",\"0.9\",\"\""
## [1939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"272\",\"20,745\",\"1,995\",\"136.34\",\"1.3\",\"\""
## [1940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"396\",\"26,625\",\"1,995\",\"198.5\",\"1.5\",\"\""
## [1941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"458\",\"23,451\",\"1,995\",\"229.57\",\"2\",\"\""
## [1942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"396\",\"16,444\",\"1,995\",\"198.5\",\"2.4\",\"\""
## [1943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"261\",\"11,396\",\"1,995\",\"130.83\",\"2.3\",\"\""
## [1944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"226\",\"7,660\",\"1,995\",\"113.28\",\"3\",\"\""
## [1945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"243\",\"6,059\",\"1,995\",\"121.8\",\"4\",\"\""
## [1946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"198\",\"4,856\",\"1,995\",\"99.25\",\"4.1\",\"\""
## [1947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"235\",\"5765\",\"1995\",\"117.79\",\"4.1\",\"\""
## [1948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"328\",\"7282\",\"1995\",\"164.41\",\"4.5\",\"\""
## [1949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"253\",\"25,880\",\"7,475\",\"33.85\",\"1\",\"\""
## [1950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"372\",\"25,330\",\"7,475\",\"49.77\",\"1.5\",\"\""
## [1951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"534\",\"27,330\",\"7,475\",\"71.44\",\"2\",\"\""
## [1952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"720\",\"39,733\",\"7,475\",\"96.32\",\"1.8\",\"\""
## [1953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"714\",\"40,215\",\"7,475\",\"95.52\",\"1.8\",\"\""
## [1954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"401\",\"23,604\",\"7,475\",\"53.65\",\"1.7\",\"\""
## [1955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"312\",\"21,472\",\"7,475\",\"41.74\",\"1.5\",\"\""
## [1956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"256\",\"20,760\",\"7,475\",\"34.25\",\"1.2\",\"\""
## [1957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"206\",\"16,476\",\"7,475\",\"27.56\",\"1.3\",\"\""
## [1958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"157\",\"10,464\",\"7,475\",\"21\",\"1.5\",\"\""
## [1959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"151\",\"8,208\",\"7,475\",\"20.2\",\"1.8\",\"\""
## [1960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"111\",\"5,466\",\"7,475\",\"14.85\",\"2\",\"\""
## [1961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"133\",\"6577\",\"7475\",\"17.79\",\"2\",\"\""
## [1962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"202\",\"10092\",\"7475\",\"27.02\",\"2\",\"\""
## [1963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"28\",\"5,020\",\"537\",\"52.14\",\"0.6\",\"\""
## [1964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"24\",\"3,821\",\"537\",\"44.69\",\"0.6\",\"\""
## [1965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"42\",\"5,586\",\"537\",\"78.21\",\"0.8\",\"\""
## [1966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"46\",\"7,974\",\"537\",\"85.66\",\"0.6\",\"\""
## [1967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"32\",\"5,086\",\"537\",\"59.59\",\"0.6\",\"\""
## [1968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"22\",\"4,063\",\"537\",\"40.97\",\"0.5\",\"\""
## [1969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"38\",\"5,639\",\"537\",\"70.76\",\"0.7\",\"\""
## [1970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"48\",\"4,783\",\"537\",\"89.39\",\"1\",\"\""
## [1971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"3,054\",\"537\",\"63.31\",\"1.1\",\"\""
## [1972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"67\",\"3,235\",\"537\",\"124.77\",\"2.1\",\"\""
## [1973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"37\",\"1,908\",\"537\",\"68.9\",\"1.9\",\"\""
## [1974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"45\",\"1,725\",\"537\",\"83.8\",\"2.6\",\"\""
## [1975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"44\",\"1685\",\"537\",\"81.94\",\"2.6\",\"\""
## [1976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"49\",\"1530\",\"537\",\"91.25\",\"3.2\",\"\""
## [1977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"41\",\"11,652\",\"661\",\"62.03\",\"0.4\",\"\""
## [1978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"51\",\"10,428\",\"661\",\"77.16\",\"0.5\",\"\""
## [1979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"51\",\"12,043\",\"661\",\"77.16\",\"0.4\",\"\""
## [1980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"51\",\"11,775\",\"661\",\"77.16\",\"0.4\",\"\""
## [1981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"10,609\",\"661\",\"52.95\",\"0.3\",\"\""
## [1982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"38\",\"10,340\",\"661\",\"57.49\",\"0.4\",\"\""
## [1983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"90\",\"13,578\",\"661\",\"136.16\",\"0.7\",\"\""
## [1984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"101\",\"14,121\",\"661\",\"152.8\",\"0.7\",\"\""
## [1985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"81\",\"9,753\",\"661\",\"122.54\",\"0.8\",\"\""
## [1986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"96\",\"8,357\",\"661\",\"145.23\",\"1.1\",\"\""
## [1987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"58\",\"4,829\",\"661\",\"87.75\",\"1.2\",\"\""
## [1988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"72\",\"4,239\",\"661\",\"108.93\",\"1.7\",\"\""
## [1989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"63\",\"3727\",\"661\",\"95.31\",\"1.7\",\"\""
## [1990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"83\",\"4245\",\"661\",\"125.57\",\"2\",\"\""
## [1991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"693\",\"25,364\",\"28,880\",\"24\",\"2.7\",\"\""
## [1992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"763\",\"27,826\",\"28,880\",\"26.42\",\"2.7\",\"\""
## [1993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"697\",\"26,362\",\"28,880\",\"24.13\",\"2.6\",\"\""
## [1994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"485\",\"18,674\",\"28,880\",\"16.79\",\"2.6\",\"\""
## [1995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"599\",\"19,059\",\"28,880\",\"20.74\",\"3.1\",\"\""
## [1996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,208\",\"35,185\",\"28,880\",\"41.83\",\"3.4\",\"\""
## [1997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"891\",\"31,249\",\"28,880\",\"30.85\",\"2.9\",\"\""
## [1998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"648\",\"22,481\",\"28,880\",\"22.44\",\"2.9\",\"\""
## [1999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"311\",\"14,928\",\"28,880\",\"10.77\",\"2.1\",\"\""
## [2000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"388\",\"17,442\",\"28,880\",\"13.43\",\"2.2\",\"\""
## [2001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"350\",\"12,548\",\"28,880\",\"12.12\",\"2.8\",\"\""
## [2002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"266\",\"11,316\",\"28,880\",\"9.21\",\"2.4\",\"\""
## [2003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"392\",\"16576\",\"28880\",\"13.57\",\"2.4\",\"\""
## [2004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"519\",\"21918\",\"28880\",\"17.97\",\"2.4\",\"\""
## [2005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"270\",\"61,178\",\"6,210\",\"43.48\",\"0.4\",\"\""
## [2006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"178\",\"48,392\",\"6,210\",\"28.66\",\"0.4\",\"\""
## [2007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"206\",\"47,383\",\"6,210\",\"33.17\",\"0.4\",\"\""
## [2008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"239\",\"36,439\",\"6,210\",\"38.49\",\"0.7\",\"\""
## [2009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"204\",\"35,642\",\"6,210\",\"32.85\",\"0.6\",\"\""
## [2010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"281\",\"41,564\",\"6,210\",\"45.25\",\"0.7\",\"\""
## [2011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"288\",\"39,304\",\"6,210\",\"46.38\",\"0.7\",\"\""
## [2012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"248\",\"33,230\",\"6,210\",\"39.94\",\"0.7\",\"\""
## [2013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"132\",\"20,479\",\"6,210\",\"21.26\",\"0.6\",\"\""
## [2014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"114\",\"13,184\",\"6,210\",\"18.36\",\"0.9\",\"\""
## [2015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"100\",\"9,653\",\"6,210\",\"16.1\",\"1\",\"\""
## [2016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"68\",\"6,321\",\"6,210\",\"10.95\",\"1.1\",\"\""
## [2017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"52\",\"7353\",\"6210\",\"8.37\",\"0.7\",\"\""
## [2018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"71\",\"11830\",\"6210\",\"11.43\",\"0.6\",\"\""
## [2019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"41\",\"4,356\",\"995\",\"41.21\",\"0.9\",\"\""
## [2020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"36\",\"4,178\",\"995\",\"36.18\",\"0.9\",\"\""
## [2021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"47\",\"4,952\",\"995\",\"47.24\",\"0.9\",\"\""
## [2022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"61\",\"5,726\",\"995\",\"61.31\",\"1.1\",\"\""
## [2023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"60\",\"5,465\",\"995\",\"60.3\",\"1.1\",\"\""
## [2024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"51\",\"4,653\",\"995\",\"51.26\",\"1.1\",\"\""
## [2025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"89\",\"5,844\",\"995\",\"89.45\",\"1.5\",\"\""
## [2026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"91\",\"6,322\",\"995\",\"91.46\",\"1.4\",\"\""
## [2027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"23\",\"3,072\",\"995\",\"23.12\",\"0.7\",\"\""
## [2028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"40\",\"2,405\",\"995\",\"40.2\",\"1.7\",\"\""
## [2029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"30\",\"1,488\",\"995\",\"30.15\",\"2\",\"\""
## [2030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"21\",\"940\",\"995\",\"21.11\",\"2.2\",\"\""
## [2031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other black background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"20\",\"1142\",\"995\",\"20.1\",\"1.8\",\"\""
## [2032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other black background\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"43\",\"1313\",\"995\",\"43.22\",\"3.3\",\"\""
## [2033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,733\",\"932,065\",\"563,696\",\"13.72\",\"0.8\",\"\""
## [2034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,708\",\"1,125,647\",\"563,696\",\"24.32\",\"1.2\",\"\""
## [2035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,487\",\"1,409,802\",\"563,696\",\"32.8\",\"1.3\",\"\""
## [2036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"14,547\",\"1,284,197\",\"563,696\",\"25.81\",\"1.1\",\"\""
## [2037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"15,012\",\"1,220,198\",\"563,696\",\"26.63\",\"1.2\",\"\""
## [2038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,324\",\"1,121,123\",\"563,696\",\"23.64\",\"1.2\",\"\""
## [2039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,295\",\"954,314\",\"563,696\",\"18.26\",\"1.1\",\"\""
## [2040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,306\",\"841,399\",\"563,696\",\"16.51\",\"1.1\",\"\""
## [2041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,957\",\"498,721\",\"563,696\",\"10.57\",\"1.2\",\"\""
## [2042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,852\",\"342,086\",\"563,696\",\"8.61\",\"1.4\",\"\""
## [2043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,906\",\"266,308\",\"563,696\",\"6.93\",\"1.5\",\"\""
## [2044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,173\",\"243,589\",\"563,696\",\"7.4\",\"1.7\",\"\""
## [2045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5897\",\"316353\",\"563696\",\"10.46\",\"1.9\",\"\""
## [2046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9346\",\"461837\",\"333096\",\"28.06\",\"2\",\"\""
## [2047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7569\",\"886657\",\"536,271\",\"14.11\",\"0.9\",\"\""
## [2048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13460\",\"1075609\",\"536,271\",\"25.1\",\"1.3\",\"\""
## [2049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18208\",\"1357473\",\"536,271\",\"33.95\",\"1.3\",\"\""
## [2050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"14260\",\"1242635\",\"536,271\",\"26.59\",\"1.1\",\"\""
## [2051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"14589\",\"1171286\",\"536,271\",\"27.2\",\"1.2\",\"\""
## [2052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13019\",\"1070599\",\"536,271\",\"24.28\",\"1.2\",\"\""
## [2053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9988\",\"921346\",\"536,271\",\"18.62\",\"1.1\",\"\""
## [2054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9076\",\"814587\",\"536,271\",\"16.92\",\"1.1\",\"\""
## [2055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5826\",\"485097\",\"536,271\",\"10.86\",\"1.2\",\"\""
## [2056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4814\",\"337325\",\"536,271\",\"8.98\",\"1.4\",\"\""
## [2057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3878\",\"263806\",\"536,271\",\"7.23\",\"1.5\",\"\""
## [2058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4141\",\"241285\",\"536,271\",\"7.72\",\"1.7\",\"\""
## [2059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5834\",\"312139\",\"536,271\",\"10.88\",\"1.9\",\"\""
## [2060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9327\",\"459468\",\"320697\",\"29.08\",\"2\",\"\""
## [2061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15,092\",\"1,323,681\",\"563,696\",\"26.77\",\"1.1\",\"\""
## [2062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15,220\",\"1,237,719\",\"563,696\",\"27\",\"1.2\",\"\""
## [2063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"13,427\",\"1,131,675\",\"563,696\",\"23.82\",\"1.2\",\"\""
## [2064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,402\",\"963,449\",\"563,696\",\"18.45\",\"1.1\",\"\""
## [2065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9,407\",\"852,465\",\"563,696\",\"16.69\",\"1.1\",\"\""
## [2066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,999\",\"504,446\",\"563,696\",\"10.64\",\"1.2\",\"\""
## [2067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,874\",\"345,087\",\"563,696\",\"8.65\",\"1.4\",\"\""
## [2068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,918\",\"268,447\",\"563,696\",\"6.95\",\"1.5\",\"\""
## [2069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,185\",\"245,749\",\"563,696\",\"7.42\",\"1.7\",\"\""
## [2070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5928\",\"320808\",\"563696\",\"10.52\",\"1.8\",\"\""
## [2071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9441\",\"468431\",\"333096\",\"28.34\",\"2\",\"\""
## [2072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"14,805\",\"1282119\",\"536271\",\"27.61\",\"1.2\",\"\""
## [2076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"14,797\",\"1188807\",\"536271\",\"27.59\",\"1.2\",\"\""
## [2077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"13,122\",\"1081151\",\"536271\",\"24.47\",\"1.2\",\"\""
## [2078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,095\",\"930481\",\"536271\",\"18.82\",\"1.1\",\"\""
## [2079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,177\",\"825653\",\"536271\",\"17.11\",\"1.1\",\"\""
## [2080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,868\",\"490822\",\"536271\",\"10.94\",\"1.2\",\"\""
## [2081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,836\",\"340326\",\"536271\",\"9.02\",\"1.4\",\"\""
## [2082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,890\",\"265945\",\"536271\",\"7.25\",\"1.5\",\"\""
## [2083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,153\",\"243445\",\"536271\",\"7.74\",\"1.7\",\"\""
## [2084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,865\",\"316594\",\"536271\",\"10.94\",\"1.9\",\"\""
## [2085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9422\",\"466062\",\"320697\",\"29.38\",\"2\",\"\""
## [2086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"9,050\",\"6,404\",\"1.56\",\"0.1\",\"\""
## [2087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"39\",\"8,722\",\"6,404\",\"6.09\",\"0.4\",\"\""
## [2088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"12,772\",\"6,404\",\"1.56\",\"0.1\",\"\""
## [2089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"23\",\"12,983\",\"6,404\",\"3.59\",\"0.2\",\"\""
## [2090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"25\",\"14,940\",\"6,404\",\"3.9\",\"0.2\",\"\""
## [2091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"46\",\"20,911\",\"6,404\",\"7.18\",\"0.2\",\"\""
## [2092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"130\",\"29,588\",\"6,404\",\"20.3\",\"0.4\",\"\""
## [2093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"158\",\"23,728\",\"6,404\",\"24.67\",\"0.7\",\"\""
## [2094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"50\",\"9,973\",\"6,404\",\"7.81\",\"0.5\",\"\""
## [2095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"32\",\"4,929\",\"6,404\",\"5\",\"0.6\",\"\""
## [2096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"4,723\",\"6,404\",\"2.03\",\"0.3\",\"\""
## [2097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"22\",\"4,734\",\"6,404\",\"3.44\",\"0.5\",\"\""
## [2098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"31\",\"4589\",\"6404\",\"4.84\",\"0.7\",\"\""
## [2099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"46\",\"6013\",\"4089\",\"11.25\",\"0.8\",\"\""
## [2100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4\",\"4,279\",\"4,947\",\"0.81\",\"0.1\",\"\""
## [2101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"18\",\"4,614\",\"4,947\",\"3.64\",\"0.4\",\"\""
## [2102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"24\",\"8,076\",\"4,947\",\"4.85\",\"0.3\",\"\""
## [2103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"22\",\"6,908\",\"4,947\",\"4.45\",\"0.3\",\"\""
## [2104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"36\",\"8,856\",\"4,947\",\"7.28\",\"0.4\",\"\""
## [2105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"15\",\"6,886\",\"4,947\",\"3.03\",\"0.2\",\"\""
## [2106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"15\",\"7,365\",\"4,947\",\"3.03\",\"0.2\",\"\""
## [2107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"11\",\"5,515\",\"4,947\",\"2.22\",\"0.2\",\"\""
## [2108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"2,476\",\"4,947\",\"2.02\",\"0.4\",\"\""
## [2109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"14\",\"1,891\",\"4,947\",\"2.83\",\"0.7\",\"\""
## [2110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"1,373\",\"4,947\",\"2.02\",\"0.7\",\"\""
## [2111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"15\",\"1,244\",\"4,947\",\"3.03\",\"1.2\",\"\""
## [2112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"18\",\"1631\",\"4947\",\"3.64\",\"1.1\",\"\""
## [2113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"22\",\"2564\",\"2613\",\"8.42\",\"0.9\",\"\""
## [2114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"545\",\"39,484\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [2115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"208\",\"17,521\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [2116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"103\",\"10,552\",\"N/A\",\"N/A\",\"1\",\"\""
## [2117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"107\",\"9,135\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [2118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"101\",\"11,066\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [2119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"42\",\"5,725\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [2120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"22\",\"3,001\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [2121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"12\",\"2,139\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [2122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"12\",\"2,160\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [2123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"31\",\"4455\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [2124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"95\",\"6594\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [2125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"24\",\"8,582\",\"4,977\",\"4.82\",\"0.3\",\"\""
## [2126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"35\",\"9,811\",\"4,977\",\"7.03\",\"0.4\",\"\""
## [2127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"35\",\"5,286\",\"4,977\",\"7.03\",\"0.7\",\"\""
## [2128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"31\",\"6,070\",\"4,977\",\"6.23\",\"0.5\",\"\""
## [2129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"68\",\"13,145\",\"4,977\",\"13.66\",\"0.5\",\"\""
## [2130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"41\",\"16,900\",\"4,977\",\"8.24\",\"0.2\",\"\""
## [2131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"68\",\"16,169\",\"4,977\",\"13.66\",\"0.4\",\"\""
## [2132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"66\",\"12,292\",\"4,977\",\"13.26\",\"0.5\",\"\""
## [2133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"33\",\"5,715\",\"4,977\",\"6.63\",\"0.6\",\"\""
## [2134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"12\",\"2,836\",\"4,977\",\"2.41\",\"0.4\",\"\""
## [2135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"1,084\",\"4,977\",\"1.41\",\"0.6\",\"\""
## [2136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4\",\"775\",\"4,977\",\"0.8\",\"0.5\",\"\""
## [2137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"31\",\"1363\",\"4977\",\"6.23\",\"2.3\",\"\""
## [2138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"37\",\"2018\",\"3179\",\"11.64\",\"1.8\",\"\""
## [2139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"22\",\"6,390\",\"2,013\",\"10.93\",\"0.3\",\"\""
## [2140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"36\",\"5,547\",\"2,013\",\"17.88\",\"0.6\",\"\""
## [2141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"29\",\"4,976\",\"2,013\",\"14.41\",\"0.6\",\"\""
## [2142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"27\",\"5,193\",\"2,013\",\"13.41\",\"0.5\",\"\""
## [2143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"73\",\"6,002\",\"2,013\",\"36.26\",\"1.2\",\"\""
## [2144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"45\",\"7,787\",\"2,013\",\"22.35\",\"0.6\",\"\""
## [2145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"34\",\"4,934\",\"2,013\",\"16.89\",\"0.7\",\"\""
## [2146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"48\",\"6,541\",\"2,013\",\"23.85\",\"0.7\",\"\""
## [2147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"57\",\"9,203\",\"2,013\",\"28.32\",\"0.6\",\"\""
## [2148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"3,839\",\"2,013\",\"6.95\",\"0.4\",\"\""
## [2149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"2,004\",\"2,013\",\"4.47\",\"0.4\",\"\""
## [2150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"1,889\",\"2,013\",\"2.48\",\"0.3\",\"\""
## [2151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"2104\",\"2013\",\"6.46\",\"0.6\",\"\""
## [2152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"3352\",\"1185\",\"12.66\",\"0.4\",\"\""
## [2153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"12\",\"11,453\",\"2,280\",\"5.26\",\"0.1\",\"\""
## [2154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"27\",\"15,573\",\"2,280\",\"11.84\",\"0.2\",\"\""
## [2155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"36\",\"17,357\",\"2,280\",\"15.79\",\"0.2\",\"\""
## [2156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"24,197\",\"2,280\",\"0.44\",\"0\",\"\""
## [2157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"52\",\"29,911\",\"2,280\",\"22.81\",\"0.2\",\"\""
## [2158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"44\",\"30,424\",\"2,280\",\"19.3\",\"0.1\",\"\""
## [2159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"67\",\"31,104\",\"2,280\",\"29.39\",\"0.2\",\"\""
## [2160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"43\",\"24,616\",\"2,280\",\"18.86\",\"0.2\",\"\""
## [2161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"30\",\"9,281\",\"2,280\",\"13.16\",\"0.3\",\"\""
## [2162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16\",\"2,717\",\"2,280\",\"7.02\",\"0.6\",\"\""
## [2163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"9\",\"943\",\"2,280\",\"3.95\",\"1\",\"\""
## [2164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"804\",\"2,280\",\"-\",\"0\",\"\""
## [2165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"13\",\"794\",\"2280\",\"5.7\",\"1.6\",\"\""
## [2166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"11\",\"1729\",\"1000\",\"11\",\"0.6\",\"\""
## [2167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,071\",\"452\",\"8.85\",\"0\",\"\""
## [2168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"8,849\",\"452\",\"50.88\",\"0.3\",\"\""
## [2169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"8,588\",\"452\",\"46.46\",\"0.2\",\"\""
## [2170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"10,365\",\"452\",\"24.34\",\"0.1\",\"\""
## [2171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"10,183\",\"452\",\"13.27\",\"0.1\",\"\""
## [2172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"13,685\",\"452\",\"24.34\",\"0.1\",\"\""
## [2173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"12,251\",\"452\",\"22.12\",\"0.1\",\"\""
## [2174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"9,616\",\"452\",\"15.49\",\"0.1\",\"\""
## [2175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"5,622\",\"452\",\"17.7\",\"0.1\",\"\""
## [2176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"3,490\",\"452\",\"6.64\",\"0.1\",\"\""
## [2177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,755\",\"452\",\"-\",\"0\",\"\""
## [2178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"452\",\"-\",\"0\",\"\""
## [2179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1558\",\"452\",\"4.42\",\"0.1\",\"\""
## [2180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"299\",\"0\",\"0\",\"\""
## [2181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"5\",\"8,368\",\"4,262\",\"1.17\",\"0.1\",\"\""
## [2182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"9\",\"7,999\",\"4,262\",\"2.11\",\"0.1\",\"\""
## [2183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10\",\"7,695\",\"4,262\",\"2.35\",\"0.1\",\"\""
## [2184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"9\",\"8,411\",\"4,262\",\"2.11\",\"0.1\",\"\""
## [2185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"11,336\",\"4,262\",\"3.75\",\"0.1\",\"\""
## [2186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"29\",\"14,875\",\"4,262\",\"6.8\",\"0.2\",\"\""
## [2187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"32\",\"12,377\",\"4,262\",\"7.51\",\"0.3\",\"\""
## [2188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"330\",\"6,211\",\"4,262\",\"77.43\",\"5.3\",\"\""
## [2189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"5,291\",\"4,262\",\"2.58\",\"0.2\",\"\""
## [2190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1\",\"3,534\",\"4,262\",\"0.23\",\"0\",\"\""
## [2191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"1,724\",\"4,262\",\"0.47\",\"0.1\",\"\""
## [2192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7\",\"1,084\",\"4,262\",\"1.64\",\"0.6\",\"\""
## [2193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1\",\"1431\",\"4262\",\"0.23\",\"0.1\",\"\""
## [2194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1517\",\"3150\",\"0\",\"0\",\"\""
## [2195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"11\",\"24,411\",\"3,756\",\"2.93\",\"0\",\"\""
## [2196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"20,731\",\"3,756\",\"5.59\",\"0.1\",\"\""
## [2197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"21,875\",\"3,756\",\"5.06\",\"0.1\",\"\""
## [2198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"29\",\"22,967\",\"3,756\",\"7.72\",\"0.1\",\"\""
## [2199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"32\",\"19,460\",\"3,756\",\"8.52\",\"0.2\",\"\""
## [2200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"16,876\",\"3,756\",\"4.79\",\"0.1\",\"\""
## [2201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"13,107\",\"3,756\",\"1.6\",\"0\",\"\""
## [2202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"13,125\",\"3,756\",\"4.53\",\"0.1\",\"\""
## [2203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"8,010\",\"3,756\",\"3.19\",\"0.1\",\"\""
## [2204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"5,802\",\"3,756\",\"2.66\",\"0.2\",\"\""
## [2205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"4,744\",\"3,756\",\"2.66\",\"0.2\",\"\""
## [2206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"4,445\",\"3,756\",\"3.19\",\"0.3\",\"\""
## [2207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"4088\",\"3756\",\"3.46\",\"0.3\",\"\""
## [2208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"16\",\"4396\",\"2155\",\"7.42\",\"0.4\",\"\""
## [2209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"16\",\"6,543\",\"2,514\",\"6.36\",\"0.2\",\"\""
## [2210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"29\",\"7,786\",\"2,514\",\"11.54\",\"0.4\",\"\""
## [2211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"6,426\",\"2,514\",\"5.97\",\"0.2\",\"\""
## [2212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7\",\"6,561\",\"2,514\",\"2.78\",\"0.1\",\"\""
## [2213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"8\",\"6,728\",\"2,514\",\"3.18\",\"0.1\",\"\""
## [2214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"16\",\"6,924\",\"2,514\",\"6.36\",\"0.2\",\"\""
## [2215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"7,549\",\"2,514\",\"5.17\",\"0.2\",\"\""
## [2216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"8,329\",\"2,514\",\"4.77\",\"0.1\",\"\""
## [2217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"0\",\"6,985\",\"2,514\",\"-\",\"0\",\"\""
## [2218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"4,278\",\"2,514\",\"7.16\",\"0.4\",\"\""
## [2219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"2,895\",\"2,514\",\"3.58\",\"0.3\",\"\""
## [2220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"2,117\",\"2,514\",\"4.38\",\"0.5\",\"\""
## [2221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"2071\",\"2514\",\"5.97\",\"0.7\",\"\""
## [2222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"1770\",\"1578\",\"8.24\",\"0.7\",\"\""
## [2223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,302\",\"1,083\",\"3.69\",\"0\",\"\""
## [2224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"7,950\",\"1,083\",\"-\",\"0\",\"\""
## [2225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,249\",\"1,083\",\"3.69\",\"0.1\",\"\""
## [2226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,835\",\"1,083\",\"4.62\",\"0.1\",\"\""
## [2227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"10\",\"4,902\",\"1,083\",\"9.23\",\"0.2\",\"\""
## [2228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"5,272\",\"1,083\",\"1.85\",\"0\",\"\""
## [2229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"8,528\",\"1,083\",\"5.54\",\"0.1\",\"\""
## [2230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"12,058\",\"1,083\",\"3.69\",\"0\",\"\""
## [2231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"8,189\",\"1,083\",\"13.85\",\"0.2\",\"\""
## [2232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"4,433\",\"1,083\",\"8.31\",\"0.2\",\"\""
## [2233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"1,083\",\"2.77\",\"0.2\",\"\""
## [2234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,455\",\"1,083\",\"0.92\",\"0.1\",\"\""
## [2235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1711\",\"1083\",\"3.69\",\"0.2\",\"\""
## [2236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"1955\",\"512\",\"29.3\",\"0.8\",\"\""
## [2237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"8,384\",\"1,012\",\"4.94\",\"0.1\",\"\""
## [2238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"7,049\",\"1,012\",\"9.88\",\"0.1\",\"\""
## [2239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"10,141\",\"1,012\",\"9.88\",\"0.1\",\"\""
## [2240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"12,048\",\"1,012\",\"23.72\",\"0.2\",\"\""
## [2241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"29\",\"14,203\",\"1,012\",\"28.66\",\"0.2\",\"\""
## [2242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"12,957\",\"1,012\",\"14.82\",\"0.1\",\"\""
## [2243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"13,125\",\"1,012\",\"8.89\",\"0.1\",\"\""
## [2244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"8,988\",\"1,012\",\"8.89\",\"0.1\",\"\""
## [2245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"5,156\",\"1,012\",\"2.96\",\"0.1\",\"\""
## [2246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"3,632\",\"1,012\",\"6.92\",\"0.2\",\"\""
## [2247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2,292\",\"1,012\",\"2.96\",\"0.1\",\"\""
## [2248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2,007\",\"1,012\",\"-\",\"0\",\"\""
## [2249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2648\",\"1012\",\"0.99\",\"0\",\"\""
## [2250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2929\",\"599\",\"0\",\"0\",\"\""
## [2251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"72\",\"9,604\",\"7,101\",\"10.14\",\"0.7\",\"\""
## [2252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"122\",\"13,588\",\"7,101\",\"17.18\",\"0.9\",\"\""
## [2253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"54\",\"12,318\",\"7,101\",\"7.6\",\"0.4\",\"\""
## [2254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"35\",\"9,359\",\"7,101\",\"4.93\",\"0.4\",\"\""
## [2255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"19\",\"5,803\",\"7,101\",\"2.68\",\"0.3\",\"\""
## [2256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"13\",\"3,629\",\"7,101\",\"1.83\",\"0.4\",\"\""
## [2257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"24\",\"4,326\",\"7,101\",\"3.38\",\"0.6\",\"\""
## [2258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"20\",\"8,726\",\"7,101\",\"2.82\",\"0.2\",\"\""
## [2259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"10\",\"4,835\",\"7,101\",\"1.41\",\"0.2\",\"\""
## [2260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"12\",\"2,200\",\"7,101\",\"1.69\",\"0.5\",\"\""
## [2261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"13\",\"3,148\",\"7,101\",\"1.83\",\"0.4\",\"\""
## [2262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"8\",\"3,004\",\"7,101\",\"1.13\",\"0.3\",\"\""
## [2263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"34\",\"7452\",\"7101\",\"4.79\",\"0.5\",\"\""
## [2264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"61\",\"17256\",\"4508\",\"13.53\",\"0.4\",\"\""
## [2265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"4,837\",\"1,093\",\"12.81\",\"0.3\",\"\""
## [2266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"5,554\",\"1,093\",\"10.06\",\"0.2\",\"\""
## [2267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"16\",\"6,227\",\"1,093\",\"14.64\",\"0.3\",\"\""
## [2268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"5,464\",\"1,093\",\"19.21\",\"0.4\",\"\""
## [2269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"19\",\"4,447\",\"1,093\",\"17.38\",\"0.4\",\"\""
## [2270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"5,062\",\"1,093\",\"20.13\",\"0.4\",\"\""
## [2271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"17\",\"4,701\",\"1,093\",\"15.55\",\"0.4\",\"\""
## [2272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"29\",\"4,445\",\"1,093\",\"26.53\",\"0.7\",\"\""
## [2273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"2,667\",\"1,093\",\"12.81\",\"0.5\",\"\""
## [2274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"2,018\",\"1,093\",\"8.23\",\"0.4\",\"\""
## [2275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1,720\",\"1,093\",\"4.57\",\"0.3\",\"\""
## [2276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"1,659\",\"1,093\",\"8.23\",\"0.5\",\"\""
## [2277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"8\",\"1765\",\"1093\",\"7.32\",\"0.5\",\"\""
## [2278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"2101\",\"729\",\"8.23\",\"0.3\",\"\""
## [2279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"164\",\"45,408\",\"27,425\",\"5.98\",\"0.4\",\"\""
## [2280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"248\",\"50,038\",\"27,425\",\"9.04\",\"0.5\",\"\""
## [2281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"279\",\"52,329\",\"27,425\",\"10.17\",\"0.5\",\"\""
## [2282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"287\",\"41,562\",\"27,425\",\"10.46\",\"0.7\",\"\""
## [2283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"423\",\"48,912\",\"27,425\",\"15.42\",\"0.9\",\"\""
## [2284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"305\",\"50,524\",\"27,425\",\"11.12\",\"0.6\",\"\""
## [2285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"307\",\"32,968\",\"27,425\",\"11.19\",\"0.9\",\"\""
## [2286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"230\",\"26,812\",\"27,425\",\"8.39\",\"0.9\",\"\""
## [2287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"131\",\"13,624\",\"27,425\",\"4.78\",\"1\",\"\""
## [2288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"38\",\"4,761\",\"27,425\",\"1.39\",\"0.8\",\"\""
## [2289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"28\",\"2,502\",\"27,425\",\"1.02\",\"1.1\",\"\""
## [2290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"32\",\"2,304\",\"27,425\",\"1.17\",\"1.4\",\"\""
## [2291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"63\",\"4214\",\"27425\",\"2.3\",\"1.5\",\"\""
## [2292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"19\",\"2369\",\"12399\",\"1.53\",\"0.8\",\"\""
## [2293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"5,627\",\"1,951\",\"6.15\",\"0.2\",\"\""
## [2294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"24\",\"7,275\",\"1,951\",\"12.3\",\"0.3\",\"\""
## [2295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"6,859\",\"1,951\",\"8.2\",\"0.2\",\"\""
## [2296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"33\",\"9,022\",\"1,951\",\"16.91\",\"0.4\",\"\""
## [2297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"31\",\"8,018\",\"1,951\",\"15.89\",\"0.4\",\"\""
## [2298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"44\",\"7,188\",\"1,951\",\"22.55\",\"0.6\",\"\""
## [2299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"21\",\"8,875\",\"1,951\",\"10.76\",\"0.2\",\"\""
## [2300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"3,947\",\"1,951\",\"7.18\",\"0.4\",\"\""
## [2301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"11\",\"2,086\",\"1,951\",\"5.64\",\"0.5\",\"\""
## [2302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,092\",\"1,951\",\"2.05\",\"0.4\",\"\""
## [2303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"1,310\",\"1,951\",\"3.59\",\"0.5\",\"\""
## [2304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"667\",\"1,951\",\"1.54\",\"0.4\",\"\""
## [2305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"1850\",\"1951\",\"0\",\"0\",\"\""
## [2306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"2592\",\"863\",\"33.6\",\"1.1\",\"\""
## [2307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"105\",\"23,137\",\"9,027\",\"11.63\",\"0.5\",\"\""
## [2308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"174\",\"24,400\",\"9,027\",\"19.28\",\"0.7\",\"\""
## [2309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"134\",\"25,589\",\"9,027\",\"14.84\",\"0.5\",\"\""
## [2310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"124\",\"21,096\",\"9,027\",\"13.74\",\"0.6\",\"\""
## [2311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"100\",\"26,013\",\"9,027\",\"11.08\",\"0.4\",\"\""
## [2312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"95\",\"31,212\",\"9,027\",\"10.52\",\"0.3\",\"\""
## [2313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"109\",\"30,422\",\"9,027\",\"12.07\",\"0.4\",\"\""
## [2314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"100\",\"27,917\",\"9,027\",\"11.08\",\"0.4\",\"\""
## [2315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"81\",\"17,375\",\"9,027\",\"8.97\",\"0.5\",\"\""
## [2316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"31\",\"10,238\",\"9,027\",\"3.43\",\"0.3\",\"\""
## [2317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"41\",\"7,762\",\"9,027\",\"4.54\",\"0.5\",\"\""
## [2318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"30\",\"7,207\",\"9,027\",\"3.32\",\"0.4\",\"\""
## [2319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"34\",\"7072\",\"9027\",\"3.77\",\"0.5\",\"\""
## [2320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"44\",\"7952\",\"5323\",\"8.27\",\"0.6\",\"\""
## [2321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"44\",\"10,276\",\"7,088\",\"6.21\",\"0.4\",\"\""
## [2322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"57\",\"11,788\",\"7,088\",\"8.04\",\"0.5\",\"\""
## [2323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"98\",\"18,796\",\"7,088\",\"13.83\",\"0.5\",\"\""
## [2324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"73\",\"12,847\",\"7,088\",\"10.3\",\"0.6\",\"\""
## [2325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"172\",\"10,450\",\"7,088\",\"24.27\",\"1.6\",\"\""
## [2326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"63\",\"9,329\",\"7,088\",\"8.89\",\"0.7\",\"\""
## [2327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"90\",\"14,876\",\"7,088\",\"12.7\",\"0.6\",\"\""
## [2328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"71\",\"22,302\",\"7,088\",\"10.02\",\"0.3\",\"\""
## [2329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"41\",\"10,429\",\"7,088\",\"5.78\",\"0.4\",\"\""
## [2330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"57\",\"7,162\",\"7,088\",\"8.04\",\"0.8\",\"\""
## [2331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"36\",\"6,420\",\"7,088\",\"5.08\",\"0.6\",\"\""
## [2332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"52\",\"5,755\",\"7,088\",\"7.34\",\"0.9\",\"\""
## [2333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"96\",\"5601\",\"7088\",\"13.54\",\"1.7\",\"\""
## [2334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"110\",\"6359\",\"4729\",\"23.26\",\"1.7\",\"\""
## [2335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"28\",\"9,856\",\"3,574\",\"7.83\",\"0.3\",\"\""
## [2336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"11,689\",\"3,574\",\"5.32\",\"0.2\",\"\""
## [2337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"44\",\"11,077\",\"3,574\",\"12.31\",\"0.4\",\"\""
## [2338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"42\",\"9,485\",\"3,574\",\"11.75\",\"0.4\",\"\""
## [2339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"14\",\"8,907\",\"3,574\",\"3.92\",\"0.2\",\"\""
## [2340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"10,363\",\"3,574\",\"5.32\",\"0.2\",\"\""
## [2341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"10,317\",\"3,574\",\"5.04\",\"0.2\",\"\""
## [2342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"16\",\"6,512\",\"3,574\",\"4.48\",\"0.2\",\"\""
## [2343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"3,154\",\"3,574\",\"3.36\",\"0.4\",\"\""
## [2344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"739\",\"3,574\",\"-\",\"0\",\"\""
## [2345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"716\",\"3,574\",\"1.12\",\"0.6\",\"\""
## [2346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"1,011\",\"3,574\",\"0.84\",\"0.3\",\"\""
## [2347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"1278\",\"3574\",\"0.56\",\"0.2\",\"\""
## [2348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"2548\",\"1713\",\"5.84\",\"0.4\",\"\""
## [2349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"52\",\"13,888\",\"8,593\",\"6.05\",\"0.4\",\"\""
## [2350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"74\",\"15,487\",\"8,593\",\"8.61\",\"0.5\",\"\""
## [2351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"81\",\"17,225\",\"8,593\",\"9.43\",\"0.5\",\"\""
## [2352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"54\",\"14,764\",\"8,593\",\"6.28\",\"0.4\",\"\""
## [2353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"72\",\"11,595\",\"8,593\",\"8.38\",\"0.6\",\"\""
## [2354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"295\",\"8,144\",\"8,593\",\"34.33\",\"3.6\",\"\""
## [2355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"474\",\"7,996\",\"8,593\",\"55.16\",\"5.9\",\"\""
## [2356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"446\",\"8,969\",\"8,593\",\"51.9\",\"5\",\"\""
## [2357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,072\",\"8,989\",\"8,593\",\"124.75\",\"11.9\",\"\""
## [2358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"746\",\"6,845\",\"8,593\",\"86.81\",\"10.9\",\"\""
## [2359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"80\",\"6,328\",\"8,593\",\"9.31\",\"1.3\",\"\""
## [2360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"131\",\"5,830\",\"8,593\",\"15.24\",\"2.2\",\"\""
## [2361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"64\",\"5404\",\"8593\",\"7.45\",\"1.2\",\"\""
## [2362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"369\",\"8789\",\"6541\",\"56.41\",\"4.2\",\"\""
## [2363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"12\",\"17,874\",\"4,351\",\"2.76\",\"0.1\",\"\""
## [2364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"13\",\"22,878\",\"4,351\",\"2.99\",\"0.1\",\"\""
## [2365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22\",\"22,899\",\"4,351\",\"5.06\",\"0.1\",\"\""
## [2366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"44\",\"26,384\",\"4,351\",\"10.11\",\"0.2\",\"\""
## [2367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"83\",\"26,255\",\"4,351\",\"19.08\",\"0.3\",\"\""
## [2368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"43\",\"20,851\",\"4,351\",\"9.88\",\"0.2\",\"\""
## [2369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"27\",\"18,152\",\"4,351\",\"6.21\",\"0.1\",\"\""
## [2370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"15,748\",\"4,351\",\"5.52\",\"0.2\",\"\""
## [2371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"8\",\"7,723\",\"4,351\",\"1.84\",\"0.1\",\"\""
## [2372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"8\",\"5,472\",\"4,351\",\"1.84\",\"0.1\",\"\""
## [2373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"4\",\"3,074\",\"4,351\",\"0.92\",\"0.1\",\"\""
## [2374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"0\",\"2,807\",\"4,351\",\"-\",\"0\",\"\""
## [2375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"7\",\"3825\",\"4351\",\"1.61\",\"0.2\",\"\""
## [2376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"31\",\"7163\",\"2209\",\"14.03\",\"0.4\",\"\""
## [2377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"45\",\"19,364\",\"11,238\",\"4\",\"0.2\",\"\""
## [2378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"56\",\"20,890\",\"11,238\",\"4.98\",\"0.3\",\"\""
## [2379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"46\",\"19,250\",\"11,238\",\"4.09\",\"0.2\",\"\""
## [2380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"44\",\"23,349\",\"11,238\",\"3.92\",\"0.2\",\"\""
## [2381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"47\",\"22,386\",\"11,238\",\"4.18\",\"0.2\",\"\""
## [2382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"22\",\"10,091\",\"11,238\",\"1.96\",\"0.2\",\"\""
## [2383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13\",\"5,831\",\"11,238\",\"1.16\",\"0.2\",\"\""
## [2384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"23\",\"4,376\",\"11,238\",\"2.05\",\"0.5\",\"\""
## [2385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"18\",\"3,129\",\"11,238\",\"1.6\",\"0.6\",\"\""
## [2386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"9\",\"1,719\",\"11,238\",\"0.8\",\"0.5\",\"\""
## [2387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6\",\"1,342\",\"11,238\",\"0.53\",\"0.4\",\"\""
## [2388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15\",\"1,465\",\"11,238\",\"1.33\",\"1\",\"\""
## [2389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"24\",\"2685\",\"11238\",\"2.14\",\"0.9\",\"\""
## [2390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"16\",\"3384\",\"7056\",\"2.27\",\"0.5\",\"\""
## [2391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"8,609\",\"1,102\",\"2.72\",\"0\",\"\""
## [2392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"11,818\",\"1,102\",\"9.98\",\"0.1\",\"\""
## [2393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"13,353\",\"1,102\",\"4.54\",\"0\",\"\""
## [2394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"10,521\",\"1,102\",\"5.44\",\"0.1\",\"\""
## [2395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"9,651\",\"1,102\",\"2.72\",\"0\",\"\""
## [2396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"6,343\",\"1,102\",\"3.63\",\"0.1\",\"\""
## [2397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"6,999\",\"1,102\",\"1.81\",\"0\",\"\""
## [2398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"8,942\",\"1,102\",\"5.44\",\"0.1\",\"\""
## [2399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"5,881\",\"1,102\",\"-\",\"0\",\"\""
## [2400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"3,812\",\"1,102\",\"1.81\",\"0.1\",\"\""
## [2401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"2,186\",\"1,102\",\"11.8\",\"0.6\",\"\""
## [2402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"2,048\",\"1,102\",\"9.98\",\"0.5\",\"\""
## [2403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"2546\",\"1102\",\"9.07\",\"0.4\",\"\""
## [2404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7\",\"2692\",\"682\",\"10.26\",\"0.3\",\"\""
## [2405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"66\",\"6,912\",\"N/A\",\"N/A\",\"1\",\"\""
## [2406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"57\",\"7,581\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [2407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"45\",\"7,300\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [2408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"36\",\"5,420\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [2409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"24\",\"4,078\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [2410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"16\",\"3,251\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [2411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"28\",\"2,645\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [2412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"19\",\"2,231\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [2413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"15\",\"1,539\",\"N/A\",\"N/A\",\"1\",\"\""
## [2414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"12\",\"1,322\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [2415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"7\",\"1,122\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [2416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"25\",\"1,004\",\"N/A\",\"N/A\",\"2.5\",\"\""
## [2417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"30\",\"1111\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [2418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"67\",\"1930\",\"N/A\",\"N/A\",\"3.5\",\"\""
## [2419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"79\",\"47,870\",\"9,975\",\"7.92\",\"0.2\",\"\""
## [2420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"127\",\"64,607\",\"9,975\",\"12.73\",\"0.2\",\"\""
## [2421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"151\",\"68,915\",\"9,975\",\"15.14\",\"0.2\",\"\""
## [2422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"171\",\"59,659\",\"9,975\",\"17.14\",\"0.3\",\"\""
## [2423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"143\",\"43,877\",\"9,975\",\"14.34\",\"0.3\",\"\""
## [2424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"86\",\"25,691\",\"9,975\",\"8.62\",\"0.3\",\"\""
## [2425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"60\",\"29,117\",\"9,975\",\"6.02\",\"0.2\",\"\""
## [2426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"98\",\"35,855\",\"9,975\",\"9.82\",\"0.3\",\"\""
## [2427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"60\",\"24,523\",\"9,975\",\"6.02\",\"0.2\",\"\""
## [2428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"29\",\"6,450\",\"9,975\",\"2.91\",\"0.4\",\"\""
## [2429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"29\",\"6,650\",\"9,975\",\"2.91\",\"0.4\",\"\""
## [2430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"48\",\"9,257\",\"9,975\",\"4.81\",\"0.5\",\"\""
## [2431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"130\",\"17576\",\"9975\",\"13.03\",\"0.7\",\"\""
## [2432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"187\",\"29408\",\"3596\",\"52\",\"0.6\",\"\""
## [2433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,004\",\"294,467\",\"280,887\",\"21.38\",\"2\",\"\""
## [2434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,508\",\"448,957\",\"280,887\",\"40.97\",\"2.6\",\"\""
## [2435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,472\",\"721,451\",\"280,887\",\"58.64\",\"2.3\",\"\""
## [2436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,444\",\"624,009\",\"280,887\",\"44.3\",\"2\",\"\""
## [2437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,630\",\"560,544\",\"280,887\",\"44.96\",\"2.3\",\"\""
## [2438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,040\",\"480,702\",\"280,887\",\"39.3\",\"2.3\",\"\""
## [2439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,668\",\"338,973\",\"280,887\",\"27.3\",\"2.3\",\"\""
## [2440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,290\",\"270,086\",\"280,887\",\"22.39\",\"2.3\",\"\""
## [2441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,659\",\"157,738\",\"280,887\",\"13.03\",\"2.3\",\"\""
## [2442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,334\",\"140,198\",\"280,887\",\"11.87\",\"2.4\",\"\""
## [2443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,280\",\"121,607\",\"280,887\",\"11.68\",\"2.7\",\"\""
## [2444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,411\",\"116,385\",\"280,887\",\"12.14\",\"2.9\",\"\""
## [2445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4758\",\"149592\",\"280887\",\"16.94\",\"3.2\",\"\""
## [2446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7491\",\"219569\",\"174936\",\"42.82\",\"3.4\",\"\""
## [2447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"15\",\"8,298\",\"2,217\",\"6.77\",\"0.2\",\"\""
## [2448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"8,541\",\"2,217\",\"4.96\",\"0.1\",\"\""
## [2449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"11,467\",\"2,217\",\"5.41\",\"0.1\",\"\""
## [2450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"30\",\"13,075\",\"2,217\",\"13.53\",\"0.2\",\"\""
## [2451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"15,350\",\"2,217\",\"8.57\",\"0.1\",\"\""
## [2452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"16,047\",\"2,217\",\"6.31\",\"0.1\",\"\""
## [2453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"14,297\",\"2,217\",\"7.67\",\"0.1\",\"\""
## [2454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"28\",\"13,070\",\"2,217\",\"12.63\",\"0.2\",\"\""
## [2455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"29\",\"9,226\",\"2,217\",\"13.08\",\"0.3\",\"\""
## [2456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"16\",\"5,277\",\"2,217\",\"7.22\",\"0.3\",\"\""
## [2457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"6\",\"3,682\",\"2,217\",\"2.71\",\"0.2\",\"\""
## [2458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"0\",\"2,075\",\"2,217\",\"-\",\"0\",\"\""
## [2459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"15\",\"2707\",\"2217\",\"6.77\",\"0.6\",\"\""
## [2460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"28\",\"4229\",\"1254\",\"22.33\",\"0.7\",\"\""
## [2461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"14,537\",\"1,921\",\"8.85\",\"0.1\",\"\""
## [2462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"11,940\",\"1,921\",\"6.25\",\"0.1\",\"\""
## [2463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"8,229\",\"1,921\",\"4.69\",\"0.1\",\"\""
## [2464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"6,212\",\"1,921\",\"1.56\",\"0\",\"\""
## [2465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"6,169\",\"1,921\",\"3.64\",\"0.1\",\"\""
## [2466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"3,661\",\"1,921\",\"2.6\",\"0.1\",\"\""
## [2467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"4,750\",\"1,921\",\"0.52\",\"0\",\"\""
## [2468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"5,097\",\"1,921\",\"2.6\",\"0.1\",\"\""
## [2469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"2,419\",\"1,921\",\"-\",\"0\",\"\""
## [2470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1,521\",\"1,921\",\"0.52\",\"0.1\",\"\""
## [2471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,622\",\"1,921\",\"1.04\",\"0.1\",\"\""
## [2472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,527\",\"1,921\",\"1.04\",\"0.1\",\"\""
## [2473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1734\",\"1921\",\"1.04\",\"0.1\",\"\""
## [2474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"4684\",\"702\",\"0\",\"0\",\"\""
## [2475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"9,415\",\"2,051\",\"4.88\",\"0.1\",\"\""
## [2476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"27\",\"9,429\",\"2,051\",\"13.16\",\"0.3\",\"\""
## [2477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"9,086\",\"2,051\",\"2.44\",\"0.1\",\"\""
## [2478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"6,260\",\"2,051\",\"7.31\",\"0.2\",\"\""
## [2479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9\",\"5,649\",\"2,051\",\"4.39\",\"0.2\",\"\""
## [2480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"7,379\",\"2,051\",\"3.41\",\"0.1\",\"\""
## [2481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"27\",\"7,032\",\"2,051\",\"13.16\",\"0.4\",\"\""
## [2482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"40\",\"7,685\",\"2,051\",\"19.5\",\"0.5\",\"\""
## [2483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"6,310\",\"2,051\",\"13.65\",\"0.4\",\"\""
## [2484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"4,214\",\"2,051\",\"4.88\",\"0.2\",\"\""
## [2485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"2,465\",\"2,051\",\"5.85\",\"0.5\",\"\""
## [2486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"1,671\",\"2,051\",\"3.41\",\"0.4\",\"\""
## [2487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"1753\",\"2051\",\"2.44\",\"0.3\",\"\""
## [2488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"2220\",\"1196\",\"9.2\",\"0.5\",\"\""
## [2489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"58\",\"13,176\",\"2,598\",\"22.32\",\"0.4\",\"\""
## [2490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"45\",\"14,036\",\"2,598\",\"17.32\",\"0.3\",\"\""
## [2491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"16\",\"11,542\",\"2,598\",\"6.16\",\"0.1\",\"\""
## [2492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"33\",\"11,737\",\"2,598\",\"12.7\",\"0.3\",\"\""
## [2493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"37\",\"12,681\",\"2,598\",\"14.24\",\"0.3\",\"\""
## [2494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"14\",\"8,453\",\"2,598\",\"5.39\",\"0.2\",\"\""
## [2495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"24\",\"9,030\",\"2,598\",\"9.24\",\"0.3\",\"\""
## [2496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"29\",\"8,427\",\"2,598\",\"11.16\",\"0.3\",\"\""
## [2497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"26\",\"4,404\",\"2,598\",\"10.01\",\"0.6\",\"\""
## [2498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"16\",\"1,752\",\"2,598\",\"6.16\",\"0.9\",\"\""
## [2499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"3\",\"1,136\",\"2,598\",\"1.15\",\"0.3\",\"\""
## [2500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"13\",\"1,090\",\"2,598\",\"5\",\"1.2\",\"\""
## [2501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"14\",\"1960\",\"2598\",\"5.39\",\"0.7\",\"\""
## [2502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"2121\",\"1753\",\"1.14\",\"0.1\",\"\""
## [2503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"13\",\"33,759\",\"7,688\",\"1.69\",\"0\",\"\""
## [2504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"28,937\",\"7,688\",\"2.6\",\"0.1\",\"\""
## [2505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"32,281\",\"7,688\",\"2.6\",\"0.1\",\"\""
## [2506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"19\",\"39,383\",\"7,688\",\"2.47\",\"0\",\"\""
## [2507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"26\",\"43,441\",\"7,688\",\"3.38\",\"0.1\",\"\""
## [2508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"16\",\"40,654\",\"7,688\",\"2.08\",\"0\",\"\""
## [2509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"16\",\"31,759\",\"7,688\",\"2.08\",\"0.1\",\"\""
## [2510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"21\",\"37,843\",\"7,688\",\"2.73\",\"0.1\",\"\""
## [2511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"8\",\"17,223\",\"7,688\",\"1.04\",\"0\",\"\""
## [2512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"13\",\"7,055\",\"7,688\",\"1.69\",\"0.2\",\"\""
## [2513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"8\",\"3,695\",\"7,688\",\"1.04\",\"0.2\",\"\""
## [2514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"8\",\"2,857\",\"7,688\",\"1.04\",\"0.3\",\"\""
## [2515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"2831\",\"7688\",\"0.65\",\"0.2\",\"\""
## [2516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"5210\",\"3689\",\"2.71\",\"0.2\",\"\""
## [2517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"30\",\"8,640\",\"6,535\",\"4.59\",\"0.3\",\"\""
## [2518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"18\",\"5,848\",\"6,535\",\"2.75\",\"0.3\",\"\""
## [2519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"20\",\"4,556\",\"6,535\",\"3.06\",\"0.4\",\"\""
## [2520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"29\",\"5,451\",\"6,535\",\"4.44\",\"0.5\",\"\""
## [2521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"13\",\"4,528\",\"6,535\",\"1.99\",\"0.3\",\"\""
## [2522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"3,320\",\"6,535\",\"2.6\",\"0.5\",\"\""
## [2523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"30\",\"3,384\",\"6,535\",\"4.59\",\"0.9\",\"\""
## [2524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"32\",\"5,166\",\"6,535\",\"4.9\",\"0.6\",\"\""
## [2525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"43\",\"3,762\",\"6,535\",\"6.58\",\"1.1\",\"\""
## [2526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"29\",\"2,417\",\"6,535\",\"4.44\",\"1.2\",\"\""
## [2527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"15\",\"1,573\",\"6,535\",\"2.3\",\"1\",\"\""
## [2528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"31\",\"1,449\",\"6,535\",\"4.74\",\"2.1\",\"\""
## [2529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"36\",\"2231\",\"6535\",\"5.51\",\"1.6\",\"\""
## [2530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"52\",\"3910\",\"3348\",\"15.53\",\"1.3\",\"\""
## [2531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"66\",\"18,023\",\"10,394\",\"6.35\",\"0.4\",\"\""
## [2532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"66\",\"18,952\",\"10,394\",\"6.35\",\"0.3\",\"\""
## [2533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"18,463\",\"10,394\",\"5.2\",\"0.3\",\"\""
## [2534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"15,846\",\"10,394\",\"5.2\",\"0.3\",\"\""
## [2535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"35\",\"13,847\",\"10,394\",\"3.37\",\"0.3\",\"\""
## [2536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"36\",\"13,948\",\"10,394\",\"3.46\",\"0.3\",\"\""
## [2537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"53\",\"10,083\",\"10,394\",\"5.1\",\"0.5\",\"\""
## [2538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"95\",\"12,879\",\"10,394\",\"9.14\",\"0.7\",\"\""
## [2539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"43\",\"7,782\",\"10,394\",\"4.14\",\"0.6\",\"\""
## [2540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"21\",\"6,058\",\"10,394\",\"2.02\",\"0.3\",\"\""
## [2541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"21\",\"4,851\",\"10,394\",\"2.02\",\"0.4\",\"\""
## [2542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"38\",\"5,868\",\"10,394\",\"3.66\",\"0.6\",\"\""
## [2543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"76\",\"9436\",\"10394\",\"7.31\",\"0.8\",\"\""
## [2544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"59\",\"11295\",\"3499\",\"16.86\",\"0.5\",\"\""
## [2545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"19,042\",\"15,194\",\"4.15\",\"0.3\",\"\""
## [2546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"48\",\"20,530\",\"15,194\",\"3.16\",\"0.2\",\"\""
## [2547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"36\",\"26,816\",\"15,194\",\"2.37\",\"0.1\",\"\""
## [2548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"47\",\"27,555\",\"15,194\",\"3.09\",\"0.2\",\"\""
## [2549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"27\",\"23,106\",\"15,194\",\"1.78\",\"0.1\",\"\""
## [2550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"17,674\",\"15,194\",\"0.46\",\"0\",\"\""
## [2551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"88\",\"20,487\",\"15,194\",\"5.79\",\"0.4\",\"\""
## [2552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"116\",\"21,218\",\"15,194\",\"7.63\",\"0.5\",\"\""
## [2553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"51\",\"8,175\",\"15,194\",\"3.36\",\"0.6\",\"\""
## [2554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"29\",\"3,521\",\"15,194\",\"1.91\",\"0.8\",\"\""
## [2555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3\",\"2,025\",\"15,194\",\"0.2\",\"0.1\",\"\""
## [2556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"10\",\"1,529\",\"15,194\",\"0.66\",\"0.7\",\"\""
## [2557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"29\",\"4681\",\"15194\",\"1.91\",\"0.6\",\"\""
## [2558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"131\",\"12403\",\"5782\",\"22.66\",\"1.1\",\"\""
## [2559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"20\",\"19,146\",\"3,426\",\"5.84\",\"0.1\",\"\""
## [2560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"17,186\",\"3,426\",\"3.79\",\"0.1\",\"\""
## [2561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"10,309\",\"3,426\",\"4.09\",\"0.1\",\"\""
## [2562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4\",\"7,655\",\"3,426\",\"1.17\",\"0.1\",\"\""
## [2563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"11\",\"11,170\",\"3,426\",\"3.21\",\"0.1\",\"\""
## [2564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"23\",\"18,903\",\"3,426\",\"6.71\",\"0.1\",\"\""
## [2565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"38\",\"18,950\",\"3,426\",\"11.09\",\"0.2\",\"\""
## [2566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"48\",\"14,538\",\"3,426\",\"14.01\",\"0.3\",\"\""
## [2567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"12\",\"6,012\",\"3,426\",\"3.5\",\"0.2\",\"\""
## [2568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"3,847\",\"3,426\",\"3.79\",\"0.3\",\"\""
## [2569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"3,563\",\"3,426\",\"3.79\",\"0.4\",\"\""
## [2570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"19\",\"2,601\",\"3,426\",\"5.55\",\"0.7\",\"\""
## [2571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"23\",\"3280\",\"3426\",\"6.71\",\"0.7\",\"\""
## [2572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"39\",\"5348\",\"2449\",\"15.92\",\"0.7\",\"\""
## [2573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"35\",\"4,059\",\"2,511\",\"13.94\",\"0.9\",\"\""
## [2574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"59\",\"5,373\",\"2,511\",\"23.5\",\"1.1\",\"\""
## [2575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"21\",\"5,978\",\"2,511\",\"8.36\",\"0.4\",\"\""
## [2576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"41\",\"4,262\",\"2,511\",\"16.33\",\"1\",\"\""
## [2577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2\",\"3,356\",\"2,511\",\"0.8\",\"0.1\",\"\""
## [2578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3\",\"3,310\",\"2,511\",\"1.19\",\"0.1\",\"\""
## [2579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1\",\"3,570\",\"2,511\",\"0.4\",\"0\",\"\""
## [2580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"50\",\"5,049\",\"2,511\",\"19.91\",\"1\",\"\""
## [2581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"12\",\"4,628\",\"2,511\",\"4.78\",\"0.3\",\"\""
## [2582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"16\",\"2,530\",\"2,511\",\"6.37\",\"0.6\",\"\""
## [2583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"1,894\",\"2,511\",\"3.19\",\"0.4\",\"\""
## [2584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1\",\"1,175\",\"2,511\",\"0.4\",\"0.1\",\"\""
## [2585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"40\",\"1735\",\"2511\",\"15.93\",\"2.3\",\"\""
## [2586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"84\",\"2899\",\"2191\",\"38.34\",\"2.9\",\"\""
## [2587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"84\",\"13,970\",\"9,226\",\"9.1\",\"0.6\",\"\""
## [2588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"105\",\"18,016\",\"9,226\",\"11.38\",\"0.6\",\"\""
## [2589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"108\",\"17,079\",\"9,226\",\"11.71\",\"0.6\",\"\""
## [2590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"96\",\"13,672\",\"9,226\",\"10.41\",\"0.7\",\"\""
## [2591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"91\",\"13,478\",\"9,226\",\"9.86\",\"0.7\",\"\""
## [2592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"129\",\"15,863\",\"9,226\",\"13.98\",\"0.8\",\"\""
## [2593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"126\",\"18,140\",\"9,226\",\"13.66\",\"0.7\",\"\""
## [2594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"124\",\"14,399\",\"9,226\",\"13.44\",\"0.9\",\"\""
## [2595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"66\",\"10,029\",\"9,226\",\"7.15\",\"0.7\",\"\""
## [2596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"34\",\"5,738\",\"9,226\",\"3.69\",\"0.6\",\"\""
## [2597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"38\",\"3,980\",\"9,226\",\"4.12\",\"1\",\"\""
## [2598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"38\",\"4,561\",\"9,226\",\"4.12\",\"0.8\",\"\""
## [2599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"60\",\"5221\",\"9226\",\"6.5\",\"1.1\",\"\""
## [2600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"33\",\"5086\",\"5125\",\"6.44\",\"0.6\",\"\""
## [2601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"30\",\"14,988\",\"8,462\",\"3.55\",\"0.2\",\"\""
## [2602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"55\",\"25,703\",\"8,462\",\"6.5\",\"0.2\",\"\""
## [2603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"36\",\"18,311\",\"8,462\",\"4.25\",\"0.2\",\"\""
## [2604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"57\",\"18,289\",\"8,462\",\"6.74\",\"0.3\",\"\""
## [2605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"68\",\"20,745\",\"8,462\",\"8.04\",\"0.3\",\"\""
## [2606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"90\",\"26,625\",\"8,462\",\"10.64\",\"0.3\",\"\""
## [2607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"76\",\"23,451\",\"8,462\",\"8.98\",\"0.3\",\"\""
## [2608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"62\",\"16,444\",\"8,462\",\"7.33\",\"0.4\",\"\""
## [2609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"68\",\"11,396\",\"8,462\",\"8.04\",\"0.6\",\"\""
## [2610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"50\",\"7,660\",\"8,462\",\"5.91\",\"0.7\",\"\""
## [2611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"40\",\"6,059\",\"8,462\",\"4.73\",\"0.7\",\"\""
## [2612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"36\",\"4,856\",\"8,462\",\"4.25\",\"0.7\",\"\""
## [2613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"38\",\"5765\",\"8462\",\"4.49\",\"0.7\",\"\""
## [2614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"48\",\"7282\",\"4559\",\"10.53\",\"0.7\",\"\""
## [2615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"94\",\"25,880\",\"15,803\",\"5.95\",\"0.4\",\"\""
## [2616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"90\",\"25,330\",\"15,803\",\"5.7\",\"0.4\",\"\""
## [2617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"122\",\"27,330\",\"15,803\",\"7.72\",\"0.4\",\"\""
## [2618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"171\",\"39,733\",\"15,803\",\"10.82\",\"0.4\",\"\""
## [2619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"210\",\"40,215\",\"15,803\",\"13.29\",\"0.5\",\"\""
## [2620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"136\",\"23,604\",\"15,803\",\"8.61\",\"0.6\",\"\""
## [2621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"90\",\"21,472\",\"15,803\",\"5.7\",\"0.4\",\"\""
## [2622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"117\",\"20,760\",\"15,803\",\"7.4\",\"0.6\",\"\""
## [2623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"71\",\"16,476\",\"15,803\",\"4.49\",\"0.4\",\"\""
## [2624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"60\",\"10,464\",\"15,803\",\"3.8\",\"0.6\",\"\""
## [2625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"29\",\"8,208\",\"15,803\",\"1.84\",\"0.4\",\"\""
## [2626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"53\",\"5,466\",\"15,803\",\"3.35\",\"1\",\"\""
## [2627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"47\",\"6577\",\"15803\",\"2.97\",\"0.7\",\"\""
## [2628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"58\",\"10092\",\"10200\",\"5.69\",\"0.6\",\"\""
## [2629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"5,020\",\"2,298\",\"3.92\",\"0.2\",\"\""
## [2630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"10\",\"3,821\",\"2,298\",\"4.35\",\"0.3\",\"\""
## [2631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"10\",\"5,586\",\"2,298\",\"4.35\",\"0.2\",\"\""
## [2632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"7,974\",\"2,298\",\"3.92\",\"0.1\",\"\""
## [2633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"5,086\",\"2,298\",\"3.92\",\"0.2\",\"\""
## [2634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1\",\"4,063\",\"2,298\",\"0.44\",\"0\",\"\""
## [2635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"7\",\"5,639\",\"2,298\",\"3.05\",\"0.1\",\"\""
## [2636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"20\",\"4,783\",\"2,298\",\"8.7\",\"0.4\",\"\""
## [2637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"22\",\"3,054\",\"2,298\",\"9.57\",\"0.7\",\"\""
## [2638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"27\",\"3,235\",\"2,298\",\"11.75\",\"0.8\",\"\""
## [2639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"1,908\",\"2,298\",\"5.22\",\"0.6\",\"\""
## [2640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1,725\",\"2,298\",\"2.61\",\"0.3\",\"\""
## [2641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1685\",\"2298\",\"2.61\",\"0.4\",\"\""
## [2642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"16\",\"1530\",\"1831\",\"8.74\",\"1\",\"\""
## [2643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"11,652\",\"2,112\",\"9.47\",\"0.2\",\"\""
## [2644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"10,428\",\"2,112\",\"6.63\",\"0.1\",\"\""
## [2645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"28\",\"12,043\",\"2,112\",\"13.26\",\"0.2\",\"\""
## [2646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"6\",\"11,775\",\"2,112\",\"2.84\",\"0.1\",\"\""
## [2647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"10,609\",\"2,112\",\"1.42\",\"0\",\"\""
## [2648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11\",\"10,340\",\"2,112\",\"5.21\",\"0.1\",\"\""
## [2649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"40\",\"13,578\",\"2,112\",\"18.94\",\"0.3\",\"\""
## [2650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"47\",\"14,121\",\"2,112\",\"22.25\",\"0.3\",\"\""
## [2651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"23\",\"9,753\",\"2,112\",\"10.89\",\"0.2\",\"\""
## [2652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"21\",\"8,357\",\"2,112\",\"9.94\",\"0.3\",\"\""
## [2653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"4,829\",\"2,112\",\"6.63\",\"0.3\",\"\""
## [2654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"2\",\"4,239\",\"2,112\",\"0.95\",\"0\",\"\""
## [2655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"3727\",\"2112\",\"6.63\",\"0.4\",\"\""
## [2656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"25\",\"4245\",\"1506\",\"16.6\",\"0.6\",\"\""
## [2657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"169\",\"25,364\",\"42,068\",\"4.02\",\"0.7\",\"\""
## [2658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"175\",\"27,826\",\"42,068\",\"4.16\",\"0.6\",\"\""
## [2659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"162\",\"26,362\",\"42,068\",\"3.85\",\"0.6\",\"\""
## [2660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"130\",\"18,674\",\"42,068\",\"3.09\",\"0.7\",\"\""
## [2661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"163\",\"19,059\",\"42,068\",\"3.87\",\"0.9\",\"\""
## [2662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"338\",\"35,185\",\"42,068\",\"8.03\",\"1\",\"\""
## [2663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"339\",\"31,249\",\"42,068\",\"8.06\",\"1.1\",\"\""
## [2664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"320\",\"22,481\",\"42,068\",\"7.61\",\"1.4\",\"\""
## [2665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"36\",\"14,928\",\"42,068\",\"0.86\",\"0.2\",\"\""
## [2666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"19\",\"17,442\",\"42,068\",\"0.45\",\"0.1\",\"\""
## [2667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"17\",\"12,548\",\"42,068\",\"0.4\",\"0.1\",\"\""
## [2668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"24\",\"11,316\",\"42,068\",\"0.57\",\"0.2\",\"\""
## [2669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"27\",\"16576\",\"42068\",\"0.64\",\"0.2\",\"\""
## [2670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"32\",\"21918\",\"26039\",\"1.23\",\"0.1\",\"\""
## [2671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"176\",\"61,178\",\"20,091\",\"8.76\",\"0.3\",\"\""
## [2672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"177\",\"48,392\",\"20,091\",\"8.81\",\"0.4\",\"\""
## [2673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"124\",\"47,383\",\"20,091\",\"6.17\",\"0.3\",\"\""
## [2674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"186\",\"36,439\",\"20,091\",\"9.26\",\"0.5\",\"\""
## [2675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"119\",\"35,642\",\"20,091\",\"5.92\",\"0.3\",\"\""
## [2676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"119\",\"41,564\",\"20,091\",\"5.92\",\"0.3\",\"\""
## [2677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"51\",\"39,304\",\"20,091\",\"2.54\",\"0.1\",\"\""
## [2678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"44\",\"33,230\",\"20,091\",\"2.19\",\"0.1\",\"\""
## [2679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"55\",\"20,479\",\"20,091\",\"2.74\",\"0.3\",\"\""
## [2680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"45\",\"13,184\",\"20,091\",\"2.24\",\"0.3\",\"\""
## [2681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"35\",\"9,653\",\"20,091\",\"1.74\",\"0.4\",\"\""
## [2682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"30\",\"6,321\",\"20,091\",\"1.49\",\"0.5\",\"\""
## [2683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"55\",\"7353\",\"20091\",\"2.74\",\"0.7\",\"\""
## [2684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"93\",\"11830\",\"10879\",\"8.55\",\"0.8\",\"\""
## [2685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"4,356\",\"1,842\",\"3.8\",\"0.2\",\"\""
## [2686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"4,178\",\"1,842\",\"8.14\",\"0.4\",\"\""
## [2687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"4,952\",\"1,842\",\"7.6\",\"0.3\",\"\""
## [2688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"5,726\",\"1,842\",\"7.6\",\"0.2\",\"\""
## [2689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"28\",\"5,465\",\"1,842\",\"15.2\",\"0.5\",\"\""
## [2690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"4,653\",\"1,842\",\"4.89\",\"0.2\",\"\""
## [2691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"23\",\"5,844\",\"1,842\",\"12.49\",\"0.4\",\"\""
## [2692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"17\",\"6,322\",\"1,842\",\"9.23\",\"0.3\",\"\""
## [2693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"3,072\",\"1,842\",\"1.63\",\"0.1\",\"\""
## [2694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"2,405\",\"1,842\",\"2.71\",\"0.2\",\"\""
## [2695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2\",\"1,488\",\"1,842\",\"1.09\",\"0.1\",\"\""
## [2696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"0\",\"940\",\"1,842\",\"-\",\"0\",\"\""
## [2697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other ethnic group\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"1142\",\"1842\",\"1.63\",\"0.3\",\"\""
## [2698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other ethnic group\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"1313\",\"1366\",\"2.2\",\"0.2\",\"\""
## [2699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6,455\",\"932,065\",\"289,984\",\"22.26\",\"0.7\",\"\""
## [2700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,369\",\"1,125,647\",\"289,984\",\"32.31\",\"0.8\",\"\""
## [2701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,057\",\"1,409,802\",\"289,984\",\"45.03\",\"0.9\",\"\""
## [2702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,344\",\"1,284,197\",\"289,984\",\"42.57\",\"1\",\"\""
## [2703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,260\",\"1,220,198\",\"289,984\",\"38.83\",\"0.9\",\"\""
## [2704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,045\",\"1,121,123\",\"289,984\",\"41.54\",\"1.1\",\"\""
## [2705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,845\",\"954,314\",\"289,984\",\"33.95\",\"1\",\"\""
## [2706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,853\",\"841,399\",\"289,984\",\"27.08\",\"0.9\",\"\""
## [2707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,097\",\"498,721\",\"289,984\",\"17.58\",\"1\",\"\""
## [2708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,418\",\"342,086\",\"289,984\",\"15.24\",\"1.3\",\"\""
## [2709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,872\",\"266,308\",\"289,984\",\"13.35\",\"1.5\",\"\""
## [2710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,025\",\"243,589\",\"289,984\",\"13.88\",\"1.7\",\"\""
## [2711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5210\",\"316353\",\"289984\",\"17.97\",\"1.6\",\"\""
## [2712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"8046\",\"461837\",\"289984\",\"27.75\",\"1.7\",\"\""
## [2713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6199\",\"886657\",\"278,059\",\"22.29\",\"0.7\",\"\""
## [2714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9113\",\"1075609\",\"278,059\",\"32.77\",\"0.8\",\"\""
## [2715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12754\",\"1357473\",\"278,059\",\"45.87\",\"0.9\",\"\""
## [2716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12023\",\"1242635\",\"278,059\",\"43.24\",\"1\",\"\""
## [2717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10888\",\"1171286\",\"278,059\",\"39.16\",\"0.9\",\"\""
## [2718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11706\",\"1070599\",\"278,059\",\"42.1\",\"1.1\",\"\""
## [2719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9623\",\"921346\",\"278,059\",\"34.61\",\"1\",\"\""
## [2720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7723\",\"814587\",\"278,059\",\"27.77\",\"0.9\",\"\""
## [2721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5019\",\"485097\",\"278,059\",\"18.05\",\"1\",\"\""
## [2722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4385\",\"337325\",\"278,059\",\"15.77\",\"1.3\",\"\""
## [2723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3859\",\"263806\",\"278,059\",\"13.88\",\"1.5\",\"\""
## [2724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4003\",\"241285\",\"278,059\",\"14.4\",\"1.7\",\"\""
## [2725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5171\",\"312139\",\"278,059\",\"18.6\",\"1.7\",\"\""
## [2726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"8015\",\"459468\",\"278059\",\"28.82\",\"1.7\",\"\""
## [2727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"12,767\",\"1,323,681\",\"289,984\",\"44.03\",\"1\",\"\""
## [2728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,453\",\"1,237,719\",\"289,984\",\"39.5\",\"0.9\",\"\""
## [2729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"12,161\",\"1,131,675\",\"289,984\",\"41.94\",\"1.1\",\"\""
## [2730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9,946\",\"963,449\",\"289,984\",\"34.3\",\"1\",\"\""
## [2731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"8,005\",\"852,465\",\"289,984\",\"27.6\",\"0.9\",\"\""
## [2732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,174\",\"504,446\",\"289,984\",\"17.84\",\"1\",\"\""
## [2733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,459\",\"345,087\",\"289,984\",\"15.38\",\"1.3\",\"\""
## [2734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,907\",\"268,447\",\"289,984\",\"13.47\",\"1.5\",\"\""
## [2735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,063\",\"245,749\",\"289,984\",\"14.01\",\"1.7\",\"\""
## [2736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5304\",\"320808\",\"289984\",\"18.29\",\"1.7\",\"\""
## [2737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"8186\",\"468431\",\"289984\",\"28.23\",\"1.7\",\"\""
## [2738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [2741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"12,446\",\"1282119\",\"278059\",\"44.76\",\"1\",\"\""
## [2742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,081\",\"1188807\",\"278059\",\"39.85\",\"0.9\",\"\""
## [2743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,822\",\"1081151\",\"278059\",\"42.52\",\"1.1\",\"\""
## [2744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,724\",\"930481\",\"278059\",\"34.97\",\"1\",\"\""
## [2745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,875\",\"825653\",\"278059\",\"28.32\",\"1\",\"\""
## [2746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,096\",\"490822\",\"278059\",\"18.33\",\"1\",\"\""
## [2747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,426\",\"340326\",\"278059\",\"15.92\",\"1.3\",\"\""
## [2748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,894\",\"265945\",\"278059\",\"14\",\"1.5\",\"\""
## [2749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,041\",\"243445\",\"278059\",\"14.53\",\"1.7\",\"\""
## [2750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,265\",\"316594\",\"278059\",\"18.93\",\"1.7\",\"\""
## [2751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"8155\",\"466062\",\"278059\",\"29.33\",\"1.7\",\"\""
## [2752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"54\",\"9,050\",\"5,936\",\"9.1\",\"0.6\",\"\""
## [2753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"76\",\"8,722\",\"5,936\",\"12.8\",\"0.9\",\"\""
## [2754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"110\",\"12,772\",\"5,936\",\"18.53\",\"0.9\",\"\""
## [2755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"126\",\"12,983\",\"5,936\",\"21.23\",\"1\",\"\""
## [2756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"151\",\"14,940\",\"5,936\",\"25.44\",\"1\",\"\""
## [2757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"162\",\"20,911\",\"5,936\",\"27.29\",\"0.8\",\"\""
## [2758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"192\",\"29,588\",\"5,936\",\"32.35\",\"0.6\",\"\""
## [2759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"156\",\"23,728\",\"5,936\",\"26.28\",\"0.7\",\"\""
## [2760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"102\",\"9,973\",\"5,936\",\"17.18\",\"1\",\"\""
## [2761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"25\",\"4,929\",\"5,936\",\"4.21\",\"0.5\",\"\""
## [2762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26\",\"4,723\",\"5,936\",\"4.38\",\"0.6\",\"\""
## [2763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"36\",\"4,734\",\"5,936\",\"6.06\",\"0.8\",\"\""
## [2764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"39\",\"4589\",\"5936\",\"6.57\",\"0.8\",\"\""
## [2765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"59\",\"6013\",\"5936\",\"9.94\",\"1\",\"\""
## [2766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"30\",\"4,279\",\"3,773\",\"7.95\",\"0.7\",\"\""
## [2767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"30\",\"4,614\",\"3,773\",\"7.95\",\"0.7\",\"\""
## [2768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"51\",\"8,076\",\"3,773\",\"13.52\",\"0.6\",\"\""
## [2769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"58\",\"6,908\",\"3,773\",\"15.37\",\"0.8\",\"\""
## [2770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"61\",\"8,856\",\"3,773\",\"16.17\",\"0.7\",\"\""
## [2771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"52\",\"6,886\",\"3,773\",\"13.78\",\"0.8\",\"\""
## [2772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"60\",\"7,365\",\"3,773\",\"15.9\",\"0.8\",\"\""
## [2773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"37\",\"5,515\",\"3,773\",\"9.81\",\"0.7\",\"\""
## [2774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"30\",\"2,476\",\"3,773\",\"7.95\",\"1.2\",\"\""
## [2775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"21\",\"1,891\",\"3,773\",\"5.57\",\"1.1\",\"\""
## [2776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"18\",\"1,373\",\"3,773\",\"4.77\",\"1.3\",\"\""
## [2777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"1,244\",\"3,773\",\"2.65\",\"0.8\",\"\""
## [2778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"33\",\"1631\",\"3773\",\"8.75\",\"2\",\"\""
## [2779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"49\",\"2564\",\"3773\",\"12.99\",\"1.9\",\"\""
## [2780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"423\",\"39,484\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [2781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"193\",\"17,521\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [2782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"116\",\"10,552\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [2783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"101\",\"9,135\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [2784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"152\",\"11,066\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [2785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"77\",\"5,725\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [2786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"41\",\"3,001\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [2787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"35\",\"2,139\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [2788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"38\",\"2,160\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [2789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"94\",\"4455\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [2790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"140\",\"6594\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [2791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"60\",\"8,582\",\"4,486\",\"13.37\",\"0.7\",\"\""
## [2792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"91\",\"9,811\",\"4,486\",\"20.29\",\"0.9\",\"\""
## [2793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"29\",\"5,286\",\"4,486\",\"6.46\",\"0.5\",\"\""
## [2794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"42\",\"6,070\",\"4,486\",\"9.36\",\"0.7\",\"\""
## [2795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"166\",\"13,145\",\"4,486\",\"37\",\"1.3\",\"\""
## [2796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"195\",\"16,900\",\"4,486\",\"43.47\",\"1.2\",\"\""
## [2797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"162\",\"16,169\",\"4,486\",\"36.11\",\"1\",\"\""
## [2798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"125\",\"12,292\",\"4,486\",\"27.86\",\"1\",\"\""
## [2799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"58\",\"5,715\",\"4,486\",\"12.93\",\"1\",\"\""
## [2800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"31\",\"2,836\",\"4,486\",\"6.91\",\"1.1\",\"\""
## [2801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"17\",\"1,084\",\"4,486\",\"3.79\",\"1.6\",\"\""
## [2802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"13\",\"775\",\"4,486\",\"2.9\",\"1.7\",\"\""
## [2803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"38\",\"1363\",\"4486\",\"8.47\",\"2.8\",\"\""
## [2804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"33\",\"2018\",\"4486\",\"7.36\",\"1.6\",\"\""
## [2805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"26\",\"6,390\",\"2,247\",\"11.57\",\"0.4\",\"\""
## [2806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"5,547\",\"2,247\",\"7.12\",\"0.3\",\"\""
## [2807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"4,976\",\"2,247\",\"10.24\",\"0.5\",\"\""
## [2808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"19\",\"5,193\",\"2,247\",\"8.46\",\"0.4\",\"\""
## [2809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"6,002\",\"2,247\",\"8.9\",\"0.3\",\"\""
## [2810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"27\",\"7,787\",\"2,247\",\"12.02\",\"0.3\",\"\""
## [2811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"4,934\",\"2,247\",\"7.12\",\"0.3\",\"\""
## [2812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"46\",\"6,541\",\"2,247\",\"20.47\",\"0.7\",\"\""
## [2813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"54\",\"9,203\",\"2,247\",\"24.03\",\"0.6\",\"\""
## [2814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"11\",\"3,839\",\"2,247\",\"4.9\",\"0.3\",\"\""
## [2815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"2,004\",\"2,247\",\"5.79\",\"0.6\",\"\""
## [2816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"1,889\",\"2,247\",\"5.79\",\"0.7\",\"\""
## [2817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"2104\",\"2247\",\"3.56\",\"0.4\",\"\""
## [2818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"3352\",\"2247\",\"10.24\",\"0.7\",\"\""
## [2819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"11,453\",\"1,222\",\"13.91\",\"0.1\",\"\""
## [2820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28\",\"15,573\",\"1,222\",\"22.91\",\"0.2\",\"\""
## [2821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"15\",\"17,357\",\"1,222\",\"12.27\",\"0.1\",\"\""
## [2822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"55\",\"24,197\",\"1,222\",\"45.01\",\"0.2\",\"\""
## [2823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"43\",\"29,911\",\"1,222\",\"35.19\",\"0.1\",\"\""
## [2824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"47\",\"30,424\",\"1,222\",\"38.46\",\"0.2\",\"\""
## [2825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"60\",\"31,104\",\"1,222\",\"49.1\",\"0.2\",\"\""
## [2826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"37\",\"24,616\",\"1,222\",\"30.28\",\"0.2\",\"\""
## [2827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"31\",\"9,281\",\"1,222\",\"25.37\",\"0.3\",\"\""
## [2828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"8\",\"2,717\",\"1,222\",\"6.55\",\"0.3\",\"\""
## [2829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"1,222\",\"-\",\"0\",\"\""
## [2830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"3\",\"804\",\"1,222\",\"2.45\",\"0.4\",\"\""
## [2831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"1222\",\"0\",\"0\",\"\""
## [2832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"26\",\"1729\",\"1222\",\"21.28\",\"1.5\",\"\""
## [2833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"8,071\",\"558\",\"17.92\",\"0.1\",\"\""
## [2834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"8,849\",\"558\",\"8.96\",\"0.1\",\"\""
## [2835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"8,588\",\"558\",\"12.54\",\"0.1\",\"\""
## [2836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"10,365\",\"558\",\"32.26\",\"0.2\",\"\""
## [2837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"10,183\",\"558\",\"35.84\",\"0.2\",\"\""
## [2838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"13,685\",\"558\",\"37.63\",\"0.2\",\"\""
## [2839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"12,251\",\"558\",\"19.71\",\"0.1\",\"\""
## [2840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"19\",\"9,616\",\"558\",\"34.05\",\"0.2\",\"\""
## [2841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"5,622\",\"558\",\"10.75\",\"0.1\",\"\""
## [2842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"3,490\",\"558\",\"-\",\"0\",\"\""
## [2843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1,755\",\"558\",\"3.58\",\"0.1\",\"\""
## [2844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"558\",\"-\",\"0\",\"\""
## [2845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1558\",\"558\",\"8.96\",\"0.3\",\"\""
## [2846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"558\",\"0\",\"0\",\"\""
## [2847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"41\",\"8,368\",\"2,226\",\"18.42\",\"0.5\",\"\""
## [2848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"24\",\"7,999\",\"2,226\",\"10.78\",\"0.3\",\"\""
## [2849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"32\",\"7,695\",\"2,226\",\"14.38\",\"0.4\",\"\""
## [2850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"46\",\"8,411\",\"2,226\",\"20.66\",\"0.5\",\"\""
## [2851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"48\",\"11,336\",\"2,226\",\"21.56\",\"0.4\",\"\""
## [2852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"92\",\"14,875\",\"2,226\",\"41.33\",\"0.6\",\"\""
## [2853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"68\",\"12,377\",\"2,226\",\"30.55\",\"0.5\",\"\""
## [2854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"27\",\"6,211\",\"2,226\",\"12.13\",\"0.4\",\"\""
## [2855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"51\",\"5,291\",\"2,226\",\"22.91\",\"1\",\"\""
## [2856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"3,534\",\"2,226\",\"6.74\",\"0.4\",\"\""
## [2857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"13\",\"1,724\",\"2,226\",\"5.84\",\"0.8\",\"\""
## [2858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"1,084\",\"2,226\",\"3.59\",\"0.7\",\"\""
## [2859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"22\",\"1431\",\"2226\",\"9.88\",\"1.5\",\"\""
## [2860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"1517\",\"2226\",\"6.74\",\"1\",\"\""
## [2861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"57\",\"24,411\",\"3,840\",\"14.84\",\"0.2\",\"\""
## [2862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"51\",\"20,731\",\"3,840\",\"13.28\",\"0.2\",\"\""
## [2863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"60\",\"21,875\",\"3,840\",\"15.63\",\"0.3\",\"\""
## [2864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"71\",\"22,967\",\"3,840\",\"18.49\",\"0.3\",\"\""
## [2865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"55\",\"19,460\",\"3,840\",\"14.32\",\"0.3\",\"\""
## [2866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"56\",\"16,876\",\"3,840\",\"14.58\",\"0.3\",\"\""
## [2867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"43\",\"13,107\",\"3,840\",\"11.2\",\"0.3\",\"\""
## [2868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"47\",\"13,125\",\"3,840\",\"12.24\",\"0.4\",\"\""
## [2869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"8,010\",\"3,840\",\"5.99\",\"0.3\",\"\""
## [2870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"5,802\",\"3,840\",\"5.99\",\"0.4\",\"\""
## [2871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"4,744\",\"3,840\",\"2.6\",\"0.2\",\"\""
## [2872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"4,445\",\"3,840\",\"5.47\",\"0.5\",\"\""
## [2873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"4088\",\"3840\",\"3.91\",\"0.4\",\"\""
## [2874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"26\",\"4396\",\"3840\",\"6.77\",\"0.6\",\"\""
## [2875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"33\",\"6,543\",\"2,455\",\"13.44\",\"0.5\",\"\""
## [2876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"60\",\"7,786\",\"2,455\",\"24.44\",\"0.8\",\"\""
## [2877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"48\",\"6,426\",\"2,455\",\"19.55\",\"0.7\",\"\""
## [2878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"43\",\"6,561\",\"2,455\",\"17.52\",\"0.7\",\"\""
## [2879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"38\",\"6,728\",\"2,455\",\"15.48\",\"0.6\",\"\""
## [2880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"34\",\"6,924\",\"2,455\",\"13.85\",\"0.5\",\"\""
## [2881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"41\",\"7,549\",\"2,455\",\"16.7\",\"0.5\",\"\""
## [2882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"62\",\"8,329\",\"2,455\",\"25.25\",\"0.7\",\"\""
## [2883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"89\",\"6,985\",\"2,455\",\"36.25\",\"1.3\",\"\""
## [2884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"29\",\"4,278\",\"2,455\",\"11.81\",\"0.7\",\"\""
## [2885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"2,895\",\"2,455\",\"7.33\",\"0.6\",\"\""
## [2886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"2,117\",\"2,455\",\"4.07\",\"0.5\",\"\""
## [2887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"2071\",\"2455\",\"5.3\",\"0.6\",\"\""
## [2888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"1770\",\"2455\",\"7.33\",\"1\",\"\""
## [2889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"8,302\",\"947\",\"8.45\",\"0.1\",\"\""
## [2890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"7,950\",\"947\",\"4.22\",\"0.1\",\"\""
## [2891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"5,249\",\"947\",\"6.34\",\"0.1\",\"\""
## [2892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,835\",\"947\",\"5.28\",\"0.1\",\"\""
## [2893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,902\",\"947\",\"1.06\",\"0\",\"\""
## [2894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,272\",\"947\",\"1.06\",\"0\",\"\""
## [2895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,528\",\"947\",\"4.22\",\"0\",\"\""
## [2896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"12,058\",\"947\",\"6.34\",\"0\",\"\""
## [2897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"8,189\",\"947\",\"5.28\",\"0.1\",\"\""
## [2898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"10\",\"4,433\",\"947\",\"10.56\",\"0.2\",\"\""
## [2899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"947\",\"3.17\",\"0.2\",\"\""
## [2900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1,455\",\"947\",\"-\",\"0\",\"\""
## [2901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"1711\",\"947\",\"8.45\",\"0.5\",\"\""
## [2902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"1955\",\"947\",\"12.67\",\"0.6\",\"\""
## [2903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"8,384\",\"773\",\"20.7\",\"0.2\",\"\""
## [2904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"7,049\",\"773\",\"31.05\",\"0.3\",\"\""
## [2905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"17\",\"10,141\",\"773\",\"21.99\",\"0.2\",\"\""
## [2906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"25\",\"12,048\",\"773\",\"32.34\",\"0.2\",\"\""
## [2907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"29\",\"14,203\",\"773\",\"37.52\",\"0.2\",\"\""
## [2908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"20\",\"12,957\",\"773\",\"25.87\",\"0.2\",\"\""
## [2909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"13,125\",\"773\",\"19.4\",\"0.1\",\"\""
## [2910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"18\",\"8,988\",\"773\",\"23.29\",\"0.2\",\"\""
## [2911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"5,156\",\"773\",\"18.11\",\"0.3\",\"\""
## [2912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"3,632\",\"773\",\"9.06\",\"0.2\",\"\""
## [2913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2,292\",\"773\",\"3.88\",\"0.1\",\"\""
## [2914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2,007\",\"773\",\"6.47\",\"0.2\",\"\""
## [2915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"2648\",\"773\",\"11.64\",\"0.3\",\"\""
## [2916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"2929\",\"773\",\"9.06\",\"0.2\",\"\""
## [2917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"51\",\"9,604\",\"6,559\",\"7.78\",\"0.5\",\"\""
## [2918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"80\",\"13,588\",\"6,559\",\"12.2\",\"0.6\",\"\""
## [2919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"72\",\"12,318\",\"6,559\",\"10.98\",\"0.6\",\"\""
## [2920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"77\",\"9,359\",\"6,559\",\"11.74\",\"0.8\",\"\""
## [2921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"59\",\"5,803\",\"6,559\",\"9\",\"1\",\"\""
## [2922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"43\",\"3,629\",\"6,559\",\"6.56\",\"1.2\",\"\""
## [2923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"30\",\"4,326\",\"6,559\",\"4.57\",\"0.7\",\"\""
## [2924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"61\",\"8,726\",\"6,559\",\"9.3\",\"0.7\",\"\""
## [2925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"47\",\"4,835\",\"6,559\",\"7.17\",\"1\",\"\""
## [2926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"23\",\"2,200\",\"6,559\",\"3.51\",\"1\",\"\""
## [2927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"28\",\"3,148\",\"6,559\",\"4.27\",\"0.9\",\"\""
## [2928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"35\",\"3,004\",\"6,559\",\"5.34\",\"1.2\",\"\""
## [2929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"98\",\"7452\",\"6559\",\"14.94\",\"1.3\",\"\""
## [2930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"225\",\"17256\",\"6559\",\"34.3\",\"1.3\",\"\""
## [2931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"4,837\",\"1,758\",\"12.51\",\"0.5\",\"\""
## [2932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"30\",\"5,554\",\"1,758\",\"17.06\",\"0.5\",\"\""
## [2933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"32\",\"6,227\",\"1,758\",\"18.2\",\"0.5\",\"\""
## [2934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"25\",\"5,464\",\"1,758\",\"14.22\",\"0.5\",\"\""
## [2935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"15\",\"4,447\",\"1,758\",\"8.53\",\"0.3\",\"\""
## [2936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"29\",\"5,062\",\"1,758\",\"16.5\",\"0.6\",\"\""
## [2937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"26\",\"4,701\",\"1,758\",\"14.79\",\"0.6\",\"\""
## [2938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"4,445\",\"1,758\",\"11.38\",\"0.4\",\"\""
## [2939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"2,667\",\"1,758\",\"7.39\",\"0.5\",\"\""
## [2940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"2,018\",\"1,758\",\"13.65\",\"1.2\",\"\""
## [2941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"1,720\",\"1,758\",\"7.39\",\"0.8\",\"\""
## [2942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"1,659\",\"1,758\",\"7.39\",\"0.8\",\"\""
## [2943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"1765\",\"1758\",\"11.38\",\"1.1\",\"\""
## [2944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"42\",\"2101\",\"1758\",\"23.89\",\"2\",\"\""
## [2945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"256\",\"45,408\",\"11,925\",\"21.47\",\"0.6\",\"\""
## [2946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"256\",\"50,038\",\"11,925\",\"21.47\",\"0.5\",\"\""
## [2947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"303\",\"52,329\",\"11,925\",\"25.41\",\"0.6\",\"\""
## [2948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"321\",\"41,562\",\"11,925\",\"26.92\",\"0.8\",\"\""
## [2949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"372\",\"48,912\",\"11,925\",\"31.19\",\"0.8\",\"\""
## [2950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"339\",\"50,524\",\"11,925\",\"28.43\",\"0.7\",\"\""
## [2951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"222\",\"32,968\",\"11,925\",\"18.62\",\"0.7\",\"\""
## [2952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"130\",\"26,812\",\"11,925\",\"10.9\",\"0.5\",\"\""
## [2953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"78\",\"13,624\",\"11,925\",\"6.54\",\"0.6\",\"\""
## [2954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"33\",\"4,761\",\"11,925\",\"2.77\",\"0.7\",\"\""
## [2955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"13\",\"2,502\",\"11,925\",\"1.09\",\"0.5\",\"\""
## [2956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"22\",\"2,304\",\"11,925\",\"1.84\",\"1\",\"\""
## [2957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"39\",\"4214\",\"11925\",\"3.27\",\"0.9\",\"\""
## [2958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"31\",\"2369\",\"11925\",\"2.6\",\"1.3\",\"\""
## [2959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"5,627\",\"1,063\",\"15.05\",\"0.3\",\"\""
## [2960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"26\",\"7,275\",\"1,063\",\"24.46\",\"0.4\",\"\""
## [2961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"26\",\"6,859\",\"1,063\",\"24.46\",\"0.4\",\"\""
## [2962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"46\",\"9,022\",\"1,063\",\"43.27\",\"0.5\",\"\""
## [2963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"36\",\"8,018\",\"1,063\",\"33.87\",\"0.4\",\"\""
## [2964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"30\",\"7,188\",\"1,063\",\"28.22\",\"0.4\",\"\""
## [2965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"25\",\"8,875\",\"1,063\",\"23.52\",\"0.3\",\"\""
## [2966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"3,947\",\"1,063\",\"8.47\",\"0.2\",\"\""
## [2967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"2,086\",\"1,063\",\"11.29\",\"0.6\",\"\""
## [2968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"13\",\"1,092\",\"1,063\",\"12.23\",\"1.2\",\"\""
## [2969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1\",\"1,310\",\"1,063\",\"0.94\",\"0.1\",\"\""
## [2970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"1,063\",\"-\",\"0\",\"\""
## [2971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"34\",\"1850\",\"1063\",\"31.98\",\"1.8\",\"\""
## [2972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"35\",\"2592\",\"1063\",\"32.93\",\"1.4\",\"\""
## [2973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"77\",\"23,137\",\"6,683\",\"11.52\",\"0.3\",\"\""
## [2974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"107\",\"24,400\",\"6,683\",\"16.01\",\"0.4\",\"\""
## [2975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"123\",\"25,589\",\"6,683\",\"18.4\",\"0.5\",\"\""
## [2976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"100\",\"21,096\",\"6,683\",\"14.96\",\"0.5\",\"\""
## [2977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"148\",\"26,013\",\"6,683\",\"22.15\",\"0.6\",\"\""
## [2978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"137\",\"31,212\",\"6,683\",\"20.5\",\"0.4\",\"\""
## [2979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"201\",\"30,422\",\"6,683\",\"30.08\",\"0.7\",\"\""
## [2980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"204\",\"27,917\",\"6,683\",\"30.53\",\"0.7\",\"\""
## [2981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"135\",\"17,375\",\"6,683\",\"20.2\",\"0.8\",\"\""
## [2982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"90\",\"10,238\",\"6,683\",\"13.47\",\"0.9\",\"\""
## [2983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"73\",\"7,762\",\"6,683\",\"10.92\",\"0.9\",\"\""
## [2984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"79\",\"7,207\",\"6,683\",\"11.82\",\"1.1\",\"\""
## [2985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"73\",\"7072\",\"6683\",\"10.92\",\"1\",\"\""
## [2986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"83\",\"7952\",\"6683\",\"12.42\",\"1\",\"\""
## [2987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"105\",\"10,276\",\"6,645\",\"15.8\",\"1\",\"\""
## [2988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"106\",\"11,788\",\"6,645\",\"15.95\",\"0.9\",\"\""
## [2989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"149\",\"18,796\",\"6,645\",\"22.42\",\"0.8\",\"\""
## [2990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"124\",\"12,847\",\"6,645\",\"18.66\",\"1\",\"\""
## [2991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"99\",\"10,450\",\"6,645\",\"14.9\",\"0.9\",\"\""
## [2992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"115\",\"9,329\",\"6,645\",\"17.31\",\"1.2\",\"\""
## [2993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"190\",\"14,876\",\"6,645\",\"28.59\",\"1.3\",\"\""
## [2994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"215\",\"22,302\",\"6,645\",\"32.36\",\"1\",\"\""
## [2995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"131\",\"10,429\",\"6,645\",\"19.71\",\"1.3\",\"\""
## [2996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"99\",\"7,162\",\"6,645\",\"14.9\",\"1.4\",\"\""
## [2997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"88\",\"6,420\",\"6,645\",\"13.24\",\"1.4\",\"\""
## [2998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"83\",\"5,755\",\"6,645\",\"12.49\",\"1.4\",\"\""
## [2999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"131\",\"5601\",\"6645\",\"19.71\",\"2.3\",\"\""
## [3000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"160\",\"6359\",\"6645\",\"24.08\",\"2.5\",\"\""
## [3001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"9,856\",\"1,844\",\"14.64\",\"0.3\",\"\""
## [3002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"23\",\"11,689\",\"1,844\",\"12.47\",\"0.2\",\"\""
## [3003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"40\",\"11,077\",\"1,844\",\"21.69\",\"0.4\",\"\""
## [3004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"42\",\"9,485\",\"1,844\",\"22.78\",\"0.4\",\"\""
## [3005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"43\",\"8,907\",\"1,844\",\"23.32\",\"0.5\",\"\""
## [3006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"29\",\"10,363\",\"1,844\",\"15.73\",\"0.3\",\"\""
## [3007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"34\",\"10,317\",\"1,844\",\"18.44\",\"0.3\",\"\""
## [3008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"26\",\"6,512\",\"1,844\",\"14.1\",\"0.4\",\"\""
## [3009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"3,154\",\"1,844\",\"4.34\",\"0.3\",\"\""
## [3010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"739\",\"1,844\",\"2.71\",\"0.7\",\"\""
## [3011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"716\",\"1,844\",\"2.71\",\"0.7\",\"\""
## [3012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"1,011\",\"1,844\",\"2.71\",\"0.5\",\"\""
## [3013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"1278\",\"1844\",\"3.25\",\"0.5\",\"\""
## [3014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"16\",\"2548\",\"1844\",\"8.68\",\"0.6\",\"\""
## [3015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"58\",\"13,888\",\"6,489\",\"8.94\",\"0.4\",\"\""
## [3016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"104\",\"15,487\",\"6,489\",\"16.03\",\"0.7\",\"\""
## [3017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"124\",\"17,225\",\"6,489\",\"19.11\",\"0.7\",\"\""
## [3018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"93\",\"14,764\",\"6,489\",\"14.33\",\"0.6\",\"\""
## [3019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"64\",\"11,595\",\"6,489\",\"9.86\",\"0.6\",\"\""
## [3020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"43\",\"8,144\",\"6,489\",\"6.63\",\"0.5\",\"\""
## [3021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"52\",\"7,996\",\"6,489\",\"8.01\",\"0.7\",\"\""
## [3022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"61\",\"8,969\",\"6,489\",\"9.4\",\"0.7\",\"\""
## [3023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"8\",\"8,989\",\"6,489\",\"1.23\",\"0.1\",\"\""
## [3024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"49\",\"6,845\",\"6,489\",\"7.55\",\"0.7\",\"\""
## [3025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"60\",\"6,328\",\"6,489\",\"9.25\",\"0.9\",\"\""
## [3026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"117\",\"5,830\",\"6,489\",\"18.03\",\"2\",\"\""
## [3027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"107\",\"5404\",\"6489\",\"16.49\",\"2\",\"\""
## [3028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"167\",\"8789\",\"6489\",\"25.74\",\"1.9\",\"\""
## [3029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"38\",\"17,874\",\"3,009\",\"12.63\",\"0.2\",\"\""
## [3030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"71\",\"22,878\",\"3,009\",\"23.6\",\"0.3\",\"\""
## [3031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"62\",\"22,899\",\"3,009\",\"20.6\",\"0.3\",\"\""
## [3032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"88\",\"26,384\",\"3,009\",\"29.25\",\"0.3\",\"\""
## [3033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"82\",\"26,255\",\"3,009\",\"27.25\",\"0.3\",\"\""
## [3034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"67\",\"20,851\",\"3,009\",\"22.27\",\"0.3\",\"\""
## [3035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"38\",\"18,152\",\"3,009\",\"12.63\",\"0.2\",\"\""
## [3036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"48\",\"15,748\",\"3,009\",\"15.95\",\"0.3\",\"\""
## [3037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"7,723\",\"3,009\",\"7.98\",\"0.3\",\"\""
## [3038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"21\",\"5,472\",\"3,009\",\"6.98\",\"0.4\",\"\""
## [3039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"25\",\"3,074\",\"3,009\",\"8.31\",\"0.8\",\"\""
## [3040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"2,807\",\"3,009\",\"3.66\",\"0.4\",\"\""
## [3041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"17\",\"3825\",\"3009\",\"5.65\",\"0.4\",\"\""
## [3042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"30\",\"7163\",\"3009\",\"9.97\",\"0.4\",\"\""
## [3043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"133\",\"19,364\",\"3,993\",\"33.31\",\"0.7\",\"\""
## [3044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"173\",\"20,890\",\"3,993\",\"43.33\",\"0.8\",\"\""
## [3045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"142\",\"19,250\",\"3,993\",\"35.56\",\"0.7\",\"\""
## [3046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"194\",\"23,349\",\"3,993\",\"48.59\",\"0.8\",\"\""
## [3047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"194\",\"22,386\",\"3,993\",\"48.59\",\"0.9\",\"\""
## [3048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"93\",\"10,091\",\"3,993\",\"23.29\",\"0.9\",\"\""
## [3049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"55\",\"5,831\",\"3,993\",\"13.77\",\"0.9\",\"\""
## [3050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"33\",\"4,376\",\"3,993\",\"8.26\",\"0.8\",\"\""
## [3051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"21\",\"3,129\",\"3,993\",\"5.26\",\"0.7\",\"\""
## [3052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13\",\"1,719\",\"3,993\",\"3.26\",\"0.8\",\"\""
## [3053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15\",\"1,342\",\"3,993\",\"3.76\",\"1.1\",\"\""
## [3054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13\",\"1,465\",\"3,993\",\"3.26\",\"0.9\",\"\""
## [3055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"24\",\"2685\",\"3993\",\"6.01\",\"0.9\",\"\""
## [3056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"29\",\"3384\",\"3993\",\"7.26\",\"0.9\",\"\""
## [3057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"8,609\",\"1,504\",\"6.65\",\"0.1\",\"\""
## [3058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"18\",\"11,818\",\"1,504\",\"11.97\",\"0.2\",\"\""
## [3059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"47\",\"13,353\",\"1,504\",\"31.25\",\"0.4\",\"\""
## [3060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"22\",\"10,521\",\"1,504\",\"14.63\",\"0.2\",\"\""
## [3061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"42\",\"9,651\",\"1,504\",\"27.93\",\"0.4\",\"\""
## [3062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"22\",\"6,343\",\"1,504\",\"14.63\",\"0.3\",\"\""
## [3063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"26\",\"6,999\",\"1,504\",\"17.29\",\"0.4\",\"\""
## [3064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"42\",\"8,942\",\"1,504\",\"27.93\",\"0.5\",\"\""
## [3065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"14\",\"5,881\",\"1,504\",\"9.31\",\"0.2\",\"\""
## [3066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"3,812\",\"1,504\",\"13.96\",\"0.6\",\"\""
## [3067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"12\",\"2,186\",\"1,504\",\"7.98\",\"0.5\",\"\""
## [3068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"2,048\",\"1,504\",\"10.64\",\"0.8\",\"\""
## [3069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"36\",\"2546\",\"1504\",\"23.94\",\"1.4\",\"\""
## [3070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"2692\",\"1504\",\"17.95\",\"1\",\"\""
## [3071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"86\",\"6,912\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [3072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"101\",\"7,581\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [3073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"85\",\"7,300\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [3074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"58\",\"5,420\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [3075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"57\",\"4,078\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [3076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"42\",\"3,251\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [3077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"37\",\"2,645\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [3078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"27\",\"2,231\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [3079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"22\",\"1,539\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [3080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"20\",\"1,322\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [3081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"18\",\"1,122\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [3082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"26\",\"1,004\",\"N/A\",\"N/A\",\"2.6\",\"\""
## [3083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"33\",\"1111\",\"N/A\",\"N/A\",\"3\",\"\""
## [3084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"44\",\"1930\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [3085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"205\",\"47,870\",\"5,027\",\"40.78\",\"0.4\",\"\""
## [3086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"218\",\"64,607\",\"5,027\",\"43.37\",\"0.3\",\"\""
## [3087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"230\",\"68,915\",\"5,027\",\"45.75\",\"0.3\",\"\""
## [3088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"123\",\"59,659\",\"5,027\",\"24.47\",\"0.2\",\"\""
## [3089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"130\",\"43,877\",\"5,027\",\"25.86\",\"0.3\",\"\""
## [3090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"73\",\"25,691\",\"5,027\",\"14.52\",\"0.3\",\"\""
## [3091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"115\",\"29,117\",\"5,027\",\"22.88\",\"0.4\",\"\""
## [3092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"190\",\"35,855\",\"5,027\",\"37.8\",\"0.5\",\"\""
## [3093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"151\",\"24,523\",\"5,027\",\"30.04\",\"0.6\",\"\""
## [3094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"38\",\"6,450\",\"5,027\",\"7.56\",\"0.6\",\"\""
## [3095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"43\",\"6,650\",\"5,027\",\"8.55\",\"0.6\",\"\""
## [3096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"75\",\"9,257\",\"5,027\",\"14.92\",\"0.8\",\"\""
## [3097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"159\",\"17576\",\"5027\",\"31.63\",\"0.9\",\"\""
## [3098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"270\",\"29408\",\"5027\",\"53.71\",\"0.9\",\"\""
## [3099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,814\",\"294,467\",\"118,772\",\"32.11\",\"1.3\",\"\""
## [3100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,311\",\"448,957\",\"118,772\",\"53.14\",\"1.4\",\"\""
## [3101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9,936\",\"721,451\",\"118,772\",\"83.66\",\"1.4\",\"\""
## [3102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9,149\",\"624,009\",\"118,772\",\"77.03\",\"1.5\",\"\""
## [3103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,923\",\"560,544\",\"118,772\",\"66.71\",\"1.4\",\"\""
## [3104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,882\",\"480,702\",\"118,772\",\"74.78\",\"1.8\",\"\""
## [3105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,699\",\"338,973\",\"118,772\",\"56.4\",\"2\",\"\""
## [3106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,888\",\"270,086\",\"118,772\",\"41.15\",\"1.8\",\"\""
## [3107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,067\",\"157,738\",\"118,772\",\"25.82\",\"1.9\",\"\""
## [3108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,918\",\"140,198\",\"118,772\",\"24.57\",\"2.1\",\"\""
## [3109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,597\",\"121,607\",\"118,772\",\"21.87\",\"2.1\",\"\""
## [3110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,764\",\"116,385\",\"118,772\",\"23.27\",\"2.4\",\"\""
## [3111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3287\",\"149592\",\"118772\",\"27.67\",\"2.2\",\"\""
## [3112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5213\",\"219569\",\"118772\",\"43.89\",\"2.4\",\"\""
## [3113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"53\",\"8,298\",\"2,650\",\"20\",\"0.6\",\"\""
## [3114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"47\",\"8,541\",\"2,650\",\"17.74\",\"0.6\",\"\""
## [3115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"55\",\"11,467\",\"2,650\",\"20.75\",\"0.5\",\"\""
## [3116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"63\",\"13,075\",\"2,650\",\"23.77\",\"0.5\",\"\""
## [3117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"80\",\"15,350\",\"2,650\",\"30.19\",\"0.5\",\"\""
## [3118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"59\",\"16,047\",\"2,650\",\"22.26\",\"0.4\",\"\""
## [3119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"70\",\"14,297\",\"2,650\",\"26.42\",\"0.5\",\"\""
## [3120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"71\",\"13,070\",\"2,650\",\"26.79\",\"0.5\",\"\""
## [3121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"79\",\"9,226\",\"2,650\",\"29.81\",\"0.9\",\"\""
## [3122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"34\",\"5,277\",\"2,650\",\"12.83\",\"0.6\",\"\""
## [3123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"37\",\"3,682\",\"2,650\",\"13.96\",\"1\",\"\""
## [3124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"2,075\",\"2,650\",\"7.17\",\"0.9\",\"\""
## [3125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"32\",\"2707\",\"2650\",\"12.08\",\"1.2\",\"\""
## [3126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"50\",\"4229\",\"2650\",\"18.87\",\"1.2\",\"\""
## [3127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"43\",\"14,537\",\"1,095\",\"39.27\",\"0.3\",\"\""
## [3128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"24\",\"11,940\",\"1,095\",\"21.92\",\"0.2\",\"\""
## [3129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"8,229\",\"1,095\",\"12.79\",\"0.2\",\"\""
## [3130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"23\",\"6,212\",\"1,095\",\"21\",\"0.4\",\"\""
## [3131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"6,169\",\"1,095\",\"8.22\",\"0.1\",\"\""
## [3132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"3,661\",\"1,095\",\"4.57\",\"0.1\",\"\""
## [3133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"16\",\"4,750\",\"1,095\",\"14.61\",\"0.3\",\"\""
## [3134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"5,097\",\"1,095\",\"7.31\",\"0.2\",\"\""
## [3135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"2,419\",\"1,095\",\"6.39\",\"0.3\",\"\""
## [3136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,521\",\"1,095\",\"-\",\"0\",\"\""
## [3137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"1,622\",\"1,095\",\"8.22\",\"0.6\",\"\""
## [3138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,527\",\"1,095\",\"1.83\",\"0.1\",\"\""
## [3139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"1734\",\"1095\",\"7.31\",\"0.5\",\"\""
## [3140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"19\",\"4684\",\"1095\",\"17.35\",\"0.4\",\"\""
## [3141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"9,415\",\"1,951\",\"9.74\",\"0.2\",\"\""
## [3142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"20\",\"9,429\",\"1,951\",\"10.25\",\"0.2\",\"\""
## [3143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"9,086\",\"1,951\",\"6.66\",\"0.1\",\"\""
## [3144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"6,260\",\"1,951\",\"6.66\",\"0.2\",\"\""
## [3145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"5,649\",\"1,951\",\"3.08\",\"0.1\",\"\""
## [3146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"7,379\",\"1,951\",\"11.28\",\"0.3\",\"\""
## [3147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"7,032\",\"1,951\",\"3.08\",\"0.1\",\"\""
## [3148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"7,685\",\"1,951\",\"8.2\",\"0.2\",\"\""
## [3149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"6,310\",\"1,951\",\"7.18\",\"0.2\",\"\""
## [3150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"4,214\",\"1,951\",\"12.3\",\"0.6\",\"\""
## [3151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"2,465\",\"1,951\",\"7.69\",\"0.6\",\"\""
## [3152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"1,671\",\"1,951\",\"4.1\",\"0.5\",\"\""
## [3153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"1753\",\"1951\",\"3.08\",\"0.3\",\"\""
## [3154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"20\",\"2220\",\"1951\",\"10.25\",\"0.9\",\"\""
## [3155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"84\",\"13,176\",\"2,942\",\"28.55\",\"0.6\",\"\""
## [3156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"81\",\"14,036\",\"2,942\",\"27.53\",\"0.6\",\"\""
## [3157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"57\",\"11,542\",\"2,942\",\"19.37\",\"0.5\",\"\""
## [3158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"71\",\"11,737\",\"2,942\",\"24.13\",\"0.6\",\"\""
## [3159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"66\",\"12,681\",\"2,942\",\"22.43\",\"0.5\",\"\""
## [3160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"54\",\"8,453\",\"2,942\",\"18.35\",\"0.6\",\"\""
## [3161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"90\",\"9,030\",\"2,942\",\"30.59\",\"1\",\"\""
## [3162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"75\",\"8,427\",\"2,942\",\"25.49\",\"0.9\",\"\""
## [3163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"43\",\"4,404\",\"2,942\",\"14.62\",\"1\",\"\""
## [3164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"19\",\"1,752\",\"2,942\",\"6.46\",\"1.1\",\"\""
## [3165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"15\",\"1,136\",\"2,942\",\"5.1\",\"1.3\",\"\""
## [3166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"13\",\"1,090\",\"2,942\",\"4.42\",\"1.2\",\"\""
## [3167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"33\",\"1960\",\"2942\",\"11.22\",\"1.7\",\"\""
## [3168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"24\",\"2121\",\"2942\",\"8.16\",\"1.1\",\"\""
## [3169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"32\",\"33,759\",\"2,771\",\"11.55\",\"0.1\",\"\""
## [3170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"35\",\"28,937\",\"2,771\",\"12.63\",\"0.1\",\"\""
## [3171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"62\",\"32,281\",\"2,771\",\"22.37\",\"0.2\",\"\""
## [3172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"48\",\"39,383\",\"2,771\",\"17.32\",\"0.1\",\"\""
## [3173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"57\",\"43,441\",\"2,771\",\"20.57\",\"0.1\",\"\""
## [3174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"41\",\"40,654\",\"2,771\",\"14.8\",\"0.1\",\"\""
## [3175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"47\",\"31,759\",\"2,771\",\"16.96\",\"0.1\",\"\""
## [3176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"99\",\"37,843\",\"2,771\",\"35.73\",\"0.3\",\"\""
## [3177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"59\",\"17,223\",\"2,771\",\"21.29\",\"0.3\",\"\""
## [3178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"26\",\"7,055\",\"2,771\",\"9.38\",\"0.4\",\"\""
## [3179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"3,695\",\"2,771\",\"6.13\",\"0.5\",\"\""
## [3180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"2,857\",\"2,771\",\"3.97\",\"0.4\",\"\""
## [3181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"2831\",\"2771\",\"6.13\",\"0.6\",\"\""
## [3182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31\",\"5210\",\"2771\",\"11.19\",\"0.6\",\"\""
## [3183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"36\",\"8,640\",\"4,653\",\"7.74\",\"0.4\",\"\""
## [3184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"29\",\"5,848\",\"4,653\",\"6.23\",\"0.5\",\"\""
## [3185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"14\",\"4,556\",\"4,653\",\"3.01\",\"0.3\",\"\""
## [3186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"28\",\"5,451\",\"4,653\",\"6.02\",\"0.5\",\"\""
## [3187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"23\",\"4,528\",\"4,653\",\"4.94\",\"0.5\",\"\""
## [3188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"16\",\"3,320\",\"4,653\",\"3.44\",\"0.5\",\"\""
## [3189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"27\",\"3,384\",\"4,653\",\"5.8\",\"0.8\",\"\""
## [3190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"33\",\"5,166\",\"4,653\",\"7.09\",\"0.6\",\"\""
## [3191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"24\",\"3,762\",\"4,653\",\"5.16\",\"0.6\",\"\""
## [3192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"31\",\"2,417\",\"4,653\",\"6.66\",\"1.3\",\"\""
## [3193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"22\",\"1,573\",\"4,653\",\"4.73\",\"1.4\",\"\""
## [3194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"23\",\"1,449\",\"4,653\",\"4.94\",\"1.6\",\"\""
## [3195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"41\",\"2231\",\"4653\",\"8.81\",\"1.8\",\"\""
## [3196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"67\",\"3910\",\"4653\",\"14.4\",\"1.7\",\"\""
## [3197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"79\",\"18,023\",\"4,048\",\"19.52\",\"0.4\",\"\""
## [3198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"118\",\"18,952\",\"4,048\",\"29.15\",\"0.6\",\"\""
## [3199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"80\",\"18,463\",\"4,048\",\"19.76\",\"0.4\",\"\""
## [3200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"63\",\"15,846\",\"4,048\",\"15.56\",\"0.4\",\"\""
## [3201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"58\",\"13,847\",\"4,048\",\"14.33\",\"0.4\",\"\""
## [3202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"74\",\"13,948\",\"4,048\",\"18.28\",\"0.5\",\"\""
## [3203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"46\",\"10,083\",\"4,048\",\"11.36\",\"0.5\",\"\""
## [3204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"55\",\"12,879\",\"4,048\",\"13.59\",\"0.4\",\"\""
## [3205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"34\",\"7,782\",\"4,048\",\"8.4\",\"0.4\",\"\""
## [3206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"40\",\"6,058\",\"4,048\",\"9.88\",\"0.7\",\"\""
## [3207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"44\",\"4,851\",\"4,048\",\"10.87\",\"0.9\",\"\""
## [3208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"71\",\"5,868\",\"4,048\",\"17.54\",\"1.2\",\"\""
## [3209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"108\",\"9436\",\"4048\",\"26.68\",\"1.1\",\"\""
## [3210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"155\",\"11295\",\"4048\",\"38.29\",\"1.4\",\"\""
## [3211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"103\",\"19,042\",\"4,616\",\"22.31\",\"0.5\",\"\""
## [3212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"81\",\"20,530\",\"4,616\",\"17.55\",\"0.4\",\"\""
## [3213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"108\",\"26,816\",\"4,616\",\"23.4\",\"0.4\",\"\""
## [3214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"108\",\"27,555\",\"4,616\",\"23.4\",\"0.4\",\"\""
## [3215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"103\",\"23,106\",\"4,616\",\"22.31\",\"0.4\",\"\""
## [3216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"53\",\"17,674\",\"4,616\",\"11.48\",\"0.3\",\"\""
## [3217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"119\",\"20,487\",\"4,616\",\"25.78\",\"0.6\",\"\""
## [3218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"171\",\"21,218\",\"4,616\",\"37.05\",\"0.8\",\"\""
## [3219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"43\",\"8,175\",\"4,616\",\"9.32\",\"0.5\",\"\""
## [3220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"35\",\"3,521\",\"4,616\",\"7.58\",\"1\",\"\""
## [3221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"20\",\"2,025\",\"4,616\",\"4.33\",\"1\",\"\""
## [3222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"12\",\"1,529\",\"4,616\",\"2.6\",\"0.8\",\"\""
## [3223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"35\",\"4681\",\"4616\",\"7.58\",\"0.7\",\"\""
## [3224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"81\",\"12403\",\"4616\",\"17.55\",\"0.7\",\"\""
## [3225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"44\",\"19,146\",\"2,342\",\"18.79\",\"0.2\",\"\""
## [3226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"40\",\"17,186\",\"2,342\",\"17.08\",\"0.2\",\"\""
## [3227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"32\",\"10,309\",\"2,342\",\"13.66\",\"0.3\",\"\""
## [3228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"19\",\"7,655\",\"2,342\",\"8.11\",\"0.2\",\"\""
## [3229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"31\",\"11,170\",\"2,342\",\"13.24\",\"0.3\",\"\""
## [3230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"64\",\"18,903\",\"2,342\",\"27.33\",\"0.3\",\"\""
## [3231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"57\",\"18,950\",\"2,342\",\"24.34\",\"0.3\",\"\""
## [3232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"72\",\"14,538\",\"2,342\",\"30.74\",\"0.5\",\"\""
## [3233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"28\",\"6,012\",\"2,342\",\"11.96\",\"0.5\",\"\""
## [3234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"27\",\"3,847\",\"2,342\",\"11.53\",\"0.7\",\"\""
## [3235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"20\",\"3,563\",\"2,342\",\"8.54\",\"0.6\",\"\""
## [3236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18\",\"2,601\",\"2,342\",\"7.69\",\"0.7\",\"\""
## [3237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"22\",\"3280\",\"2342\",\"9.39\",\"0.7\",\"\""
## [3238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"41\",\"5348\",\"2342\",\"17.51\",\"0.8\",\"\""
## [3239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"34\",\"4,059\",\"3,167\",\"10.74\",\"0.8\",\"\""
## [3240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"54\",\"5,373\",\"3,167\",\"17.05\",\"1\",\"\""
## [3241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"53\",\"5,978\",\"3,167\",\"16.74\",\"0.9\",\"\""
## [3242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"31\",\"4,262\",\"3,167\",\"9.79\",\"0.7\",\"\""
## [3243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"3,356\",\"3,167\",\"7.26\",\"0.7\",\"\""
## [3244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"25\",\"3,310\",\"3,167\",\"7.89\",\"0.8\",\"\""
## [3245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"24\",\"3,570\",\"3,167\",\"7.58\",\"0.7\",\"\""
## [3246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"5,049\",\"3,167\",\"1.58\",\"0.1\",\"\""
## [3247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"52\",\"4,628\",\"3,167\",\"16.42\",\"1.1\",\"\""
## [3248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"26\",\"2,530\",\"3,167\",\"8.21\",\"1\",\"\""
## [3249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"40\",\"1,894\",\"3,167\",\"12.63\",\"2.1\",\"\""
## [3250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"25\",\"1,175\",\"3,167\",\"7.89\",\"2.1\",\"\""
## [3251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"48\",\"1735\",\"3167\",\"15.16\",\"2.8\",\"\""
## [3252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"89\",\"2899\",\"3167\",\"28.1\",\"3.1\",\"\""
## [3253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"72\",\"13,970\",\"6,241\",\"11.54\",\"0.5\",\"\""
## [3254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"97\",\"18,016\",\"6,241\",\"15.54\",\"0.5\",\"\""
## [3255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"122\",\"17,079\",\"6,241\",\"19.55\",\"0.7\",\"\""
## [3256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"100\",\"13,672\",\"6,241\",\"16.02\",\"0.7\",\"\""
## [3257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"95\",\"13,478\",\"6,241\",\"15.22\",\"0.7\",\"\""
## [3258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"106\",\"15,863\",\"6,241\",\"16.98\",\"0.7\",\"\""
## [3259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"101\",\"18,140\",\"6,241\",\"16.18\",\"0.6\",\"\""
## [3260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"2\",\"14,399\",\"6,241\",\"0.32\",\"0\",\"\""
## [3261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"71\",\"10,029\",\"6,241\",\"11.38\",\"0.7\",\"\""
## [3262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"68\",\"5,738\",\"6,241\",\"10.9\",\"1.2\",\"\""
## [3263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"64\",\"3,980\",\"6,241\",\"10.25\",\"1.6\",\"\""
## [3264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"74\",\"4,561\",\"6,241\",\"11.86\",\"1.6\",\"\""
## [3265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"76\",\"5221\",\"6241\",\"12.18\",\"1.5\",\"\""
## [3266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"67\",\"5086\",\"6241\",\"10.74\",\"1.3\",\"\""
## [3267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"80\",\"14,988\",\"7,714\",\"10.37\",\"0.5\",\"\""
## [3268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"168\",\"25,703\",\"7,714\",\"21.78\",\"0.7\",\"\""
## [3269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"86\",\"18,311\",\"7,714\",\"11.15\",\"0.5\",\"\""
## [3270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"127\",\"18,289\",\"7,714\",\"16.46\",\"0.7\",\"\""
## [3271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"164\",\"20,745\",\"7,714\",\"21.26\",\"0.8\",\"\""
## [3272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"157\",\"26,625\",\"7,714\",\"20.35\",\"0.6\",\"\""
## [3273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"197\",\"23,451\",\"7,714\",\"25.54\",\"0.8\",\"\""
## [3274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"127\",\"16,444\",\"7,714\",\"16.46\",\"0.8\",\"\""
## [3275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"103\",\"11,396\",\"7,714\",\"13.35\",\"0.9\",\"\""
## [3276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"79\",\"7,660\",\"7,714\",\"10.24\",\"1\",\"\""
## [3277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"78\",\"6,059\",\"7,714\",\"10.11\",\"1.3\",\"\""
## [3278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"56\",\"4,856\",\"7,714\",\"7.26\",\"1.2\",\"\""
## [3279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"80\",\"5765\",\"7714\",\"10.37\",\"1.4\",\"\""
## [3280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"92\",\"7282\",\"7714\",\"11.93\",\"1.3\",\"\""
## [3281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"141\",\"25,880\",\"13,068\",\"10.79\",\"0.5\",\"\""
## [3282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"184\",\"25,330\",\"13,068\",\"14.08\",\"0.7\",\"\""
## [3283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"194\",\"27,330\",\"13,068\",\"14.85\",\"0.7\",\"\""
## [3284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"295\",\"39,733\",\"13,068\",\"22.57\",\"0.7\",\"\""
## [3285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"283\",\"40,215\",\"13,068\",\"21.66\",\"0.7\",\"\""
## [3286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"214\",\"23,604\",\"13,068\",\"16.38\",\"0.9\",\"\""
## [3287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"165\",\"21,472\",\"13,068\",\"12.63\",\"0.8\",\"\""
## [3288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"184\",\"20,760\",\"13,068\",\"14.08\",\"0.9\",\"\""
## [3289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"138\",\"16,476\",\"13,068\",\"10.56\",\"0.8\",\"\""
## [3290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"122\",\"10,464\",\"13,068\",\"9.34\",\"1.2\",\"\""
## [3291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"98\",\"8,208\",\"13,068\",\"7.5\",\"1.2\",\"\""
## [3292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"71\",\"5,466\",\"13,068\",\"5.43\",\"1.3\",\"\""
## [3293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"78\",\"6577\",\"13068\",\"5.97\",\"1.2\",\"\""
## [3294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"130\",\"10092\",\"13068\",\"9.95\",\"1.3\",\"\""
## [3295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"19\",\"5,020\",\"1,555\",\"12.22\",\"0.4\",\"\""
## [3296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"20\",\"3,821\",\"1,555\",\"12.86\",\"0.5\",\"\""
## [3297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"29\",\"5,586\",\"1,555\",\"18.65\",\"0.5\",\"\""
## [3298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"39\",\"7,974\",\"1,555\",\"25.08\",\"0.5\",\"\""
## [3299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"5,086\",\"1,555\",\"16.08\",\"0.5\",\"\""
## [3300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"4,063\",\"1,555\",\"21.86\",\"0.8\",\"\""
## [3301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"5,639\",\"1,555\",\"21.86\",\"0.6\",\"\""
## [3302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"33\",\"4,783\",\"1,555\",\"21.22\",\"0.7\",\"\""
## [3303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"11\",\"3,054\",\"1,555\",\"7.07\",\"0.4\",\"\""
## [3304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"3,235\",\"1,555\",\"16.08\",\"0.8\",\"\""
## [3305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"15\",\"1,908\",\"1,555\",\"9.65\",\"0.8\",\"\""
## [3306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"1,725\",\"1,555\",\"5.79\",\"0.5\",\"\""
## [3307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"13\",\"1685\",\"1555\",\"8.36\",\"0.8\",\"\""
## [3308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"1530\",\"1555\",\"7.72\",\"0.8\",\"\""
## [3309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"43\",\"11,652\",\"2,538\",\"16.94\",\"0.4\",\"\""
## [3310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"46\",\"10,428\",\"2,538\",\"18.12\",\"0.4\",\"\""
## [3311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"60\",\"12,043\",\"2,538\",\"23.64\",\"0.5\",\"\""
## [3312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"47\",\"11,775\",\"2,538\",\"18.52\",\"0.4\",\"\""
## [3313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"42\",\"10,609\",\"2,538\",\"16.55\",\"0.4\",\"\""
## [3314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"37\",\"10,340\",\"2,538\",\"14.58\",\"0.4\",\"\""
## [3315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"48\",\"13,578\",\"2,538\",\"18.91\",\"0.4\",\"\""
## [3316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"63\",\"14,121\",\"2,538\",\"24.82\",\"0.4\",\"\""
## [3317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"58\",\"9,753\",\"2,538\",\"22.85\",\"0.6\",\"\""
## [3318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"56\",\"8,357\",\"2,538\",\"22.06\",\"0.7\",\"\""
## [3319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"39\",\"4,829\",\"2,538\",\"15.37\",\"0.8\",\"\""
## [3320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"27\",\"4,239\",\"2,538\",\"10.64\",\"0.6\",\"\""
## [3321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"25\",\"3727\",\"2538\",\"9.85\",\"0.7\",\"\""
## [3322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"4245\",\"2538\",\"7.88\",\"0.5\",\"\""
## [3323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"152\",\"25,364\",\"14,953\",\"10.17\",\"0.6\",\"\""
## [3324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"160\",\"27,826\",\"14,953\",\"10.7\",\"0.6\",\"\""
## [3325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"179\",\"26,362\",\"14,953\",\"11.97\",\"0.7\",\"\""
## [3326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"134\",\"18,674\",\"14,953\",\"8.96\",\"0.7\",\"\""
## [3327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"105\",\"19,059\",\"14,953\",\"7.02\",\"0.6\",\"\""
## [3328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"216\",\"35,185\",\"14,953\",\"14.45\",\"0.6\",\"\""
## [3329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"191\",\"31,249\",\"14,953\",\"12.77\",\"0.6\",\"\""
## [3330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"126\",\"22,481\",\"14,953\",\"8.43\",\"0.6\",\"\""
## [3331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"21\",\"14,928\",\"14,953\",\"1.4\",\"0.1\",\"\""
## [3332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"157\",\"17,442\",\"14,953\",\"10.5\",\"0.9\",\"\""
## [3333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"138\",\"12,548\",\"14,953\",\"9.23\",\"1.1\",\"\""
## [3334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"139\",\"11,316\",\"14,953\",\"9.3\",\"1.2\",\"\""
## [3335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"279\",\"16576\",\"14953\",\"18.66\",\"1.7\",\"\""
## [3336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"372\",\"21918\",\"14953\",\"24.88\",\"1.7\",\"\""
## [3337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"164\",\"61,178\",\"7,577\",\"21.64\",\"0.3\",\"\""
## [3338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"121\",\"48,392\",\"7,577\",\"15.97\",\"0.3\",\"\""
## [3339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"113\",\"47,383\",\"7,577\",\"14.91\",\"0.2\",\"\""
## [3340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"143\",\"36,439\",\"7,577\",\"18.87\",\"0.4\",\"\""
## [3341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"168\",\"35,642\",\"7,577\",\"22.17\",\"0.5\",\"\""
## [3342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"191\",\"41,564\",\"7,577\",\"25.21\",\"0.5\",\"\""
## [3343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"148\",\"39,304\",\"7,577\",\"19.53\",\"0.4\",\"\""
## [3344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"137\",\"33,230\",\"7,577\",\"18.08\",\"0.4\",\"\""
## [3345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"94\",\"20,479\",\"7,577\",\"12.41\",\"0.5\",\"\""
## [3346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"83\",\"13,184\",\"7,577\",\"10.95\",\"0.6\",\"\""
## [3347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"74\",\"9,653\",\"7,577\",\"9.77\",\"0.8\",\"\""
## [3348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"62\",\"6,321\",\"7,577\",\"8.18\",\"1\",\"\""
## [3349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"50\",\"7353\",\"7577\",\"6.6\",\"0.7\",\"\""
## [3350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"124\",\"11830\",\"7577\",\"16.37\",\"1\",\"\""
## [3351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"4,356\",\"2,266\",\"3.09\",\"0.2\",\"\""
## [3352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"11\",\"4,178\",\"2,266\",\"4.85\",\"0.3\",\"\""
## [3353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"17\",\"4,952\",\"2,266\",\"7.5\",\"0.3\",\"\""
## [3354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"22\",\"5,726\",\"2,266\",\"9.71\",\"0.4\",\"\""
## [3355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"5,465\",\"2,266\",\"11.47\",\"0.5\",\"\""
## [3356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"4,653\",\"2,266\",\"11.47\",\"0.6\",\"\""
## [3357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"37\",\"5,844\",\"2,266\",\"16.33\",\"0.6\",\"\""
## [3358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"42\",\"6,322\",\"2,266\",\"18.53\",\"0.7\",\"\""
## [3359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"24\",\"3,072\",\"2,266\",\"10.59\",\"0.8\",\"\""
## [3360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"19\",\"2,405\",\"2,266\",\"8.38\",\"0.8\",\"\""
## [3361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"1,488\",\"2,266\",\"5.74\",\"0.9\",\"\""
## [3362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"940\",\"2,266\",\"3.09\",\"0.7\",\"\""
## [3363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1142\",\"2266\",\"2.21\",\"0.4\",\"\""
## [3364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other mixed/multiple ethnic background\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"12\",\"1313\",\"2266\",\"5.3\",\"0.9\",\"\""
## [3365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"39,641\",\"932,065\",\"2,543,622\",\"15.58\",\"4.3\",\"\""
## [3366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"71,427\",\"1,125,647\",\"2,543,622\",\"28.08\",\"6.3\",\"\""
## [3367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"116,597\",\"1,409,802\",\"2,543,622\",\"45.84\",\"8.3\",\"\""
## [3368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"99,526\",\"1,284,197\",\"2,543,622\",\"39.13\",\"7.8\",\"\""
## [3369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"89,379\",\"1,220,198\",\"2,543,622\",\"35.14\",\"7.3\",\"\""
## [3370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"87,523\",\"1,121,123\",\"2,543,622\",\"34.41\",\"7.8\",\"\""
## [3371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"77,477\",\"954,314\",\"2,543,622\",\"30.46\",\"8.1\",\"\""
## [3372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"67,982\",\"841,399\",\"2,543,622\",\"26.73\",\"8.1\",\"\""
## [3373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41,267\",\"498,721\",\"2,543,622\",\"16.22\",\"8.3\",\"\""
## [3374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"33,660\",\"342,086\",\"2,543,622\",\"13.23\",\"9.8\",\"\""
## [3375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"25,995\",\"266,308\",\"2,543,622\",\"10.22\",\"9.8\",\"\""
## [3376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"21,405\",\"243,589\",\"2,543,622\",\"8.42\",\"8.8\",\"\""
## [3377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"29388\",\"316353\",\"2543622\",\"11.55\",\"9.3\",\"\""
## [3378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"46343\",\"461837\",\"2485942\",\"18.64\",\"10\",\"\""
## [3379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"39354\",\"886657\",\"2,471,685\",\"15.92\",\"4.4\",\"\""
## [3380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"71019\",\"1075609\",\"2,471,685\",\"28.73\",\"6.6\",\"\""
## [3381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"116106\",\"1357473\",\"2,471,685\",\"46.97\",\"8.6\",\"\""
## [3382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"99048\",\"1242635\",\"2,471,685\",\"40.07\",\"8\",\"\""
## [3383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"88603\",\"1171286\",\"2,471,685\",\"35.85\",\"7.6\",\"\""
## [3384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"86659\",\"1070599\",\"2,471,685\",\"35.06\",\"8.1\",\"\""
## [3385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"76631\",\"921346\",\"2,471,685\",\"31\",\"8.3\",\"\""
## [3386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"67156\",\"814587\",\"2,471,685\",\"27.17\",\"8.2\",\"\""
## [3387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"40898\",\"485097\",\"2,471,685\",\"16.55\",\"8.4\",\"\""
## [3388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"33504\",\"337325\",\"2,471,685\",\"13.56\",\"9.9\",\"\""
## [3389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"25910\",\"263806\",\"2,471,685\",\"10.48\",\"9.8\",\"\""
## [3390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"21323\",\"241285\",\"2,471,685\",\"8.63\",\"8.8\",\"\""
## [3391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"29212\",\"312139\",\"2,471,685\",\"11.82\",\"9.4\",\"\""
## [3392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"46255\",\"459468\",\"2415528\",\"19.15\",\"10.1\",\"\""
## [3393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"104,771\",\"1,323,681\",\"2,543,622\",\"41.19\",\"7.9\",\"\""
## [3394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"91,007\",\"1,237,719\",\"2,543,622\",\"35.78\",\"7.4\",\"\""
## [3395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"88,736\",\"1,131,675\",\"2,543,622\",\"34.89\",\"7.8\",\"\""
## [3396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"78,712\",\"963,449\",\"2,543,622\",\"30.94\",\"8.2\",\"\""
## [3397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"69,902\",\"852,465\",\"2,543,622\",\"27.48\",\"8.2\",\"\""
## [3398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"41,979\",\"504,446\",\"2,543,622\",\"16.5\",\"8.3\",\"\""
## [3399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"34,047\",\"345,087\",\"2,543,622\",\"13.39\",\"9.9\",\"\""
## [3400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"26,253\",\"268,447\",\"2,543,622\",\"10.32\",\"9.8\",\"\""
## [3401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"21,633\",\"245,749\",\"2,543,622\",\"8.5\",\"8.8\",\"\""
## [3402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"29815\",\"320808\",\"2543622\",\"11.72\",\"9.3\",\"\""
## [3403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"47042\",\"468431\",\"2485942\",\"18.92\",\"10\",\"\""
## [3404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [3405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [3406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [3407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"104,293\",\"1282119\",\"2471685\",\"42.2\",\"8.1\",\"\""
## [3408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"90,231\",\"1188807\",\"2471685\",\"36.51\",\"7.6\",\"\""
## [3409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"87,872\",\"1081151\",\"2471685\",\"35.55\",\"8.1\",\"\""
## [3410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"77,866\",\"930481\",\"2471685\",\"31.5\",\"8.4\",\"\""
## [3411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"69,076\",\"825653\",\"2471685\",\"27.95\",\"8.4\",\"\""
## [3412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"41,610\",\"490822\",\"2471685\",\"16.83\",\"8.5\",\"\""
## [3413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"33,891\",\"340326\",\"2471685\",\"13.71\",\"10\",\"\""
## [3414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"26,168\",\"265945\",\"2471685\",\"10.59\",\"9.8\",\"\""
## [3415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"21,551\",\"243445\",\"2471685\",\"8.72\",\"8.9\",\"\""
## [3416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"29,639\",\"316594\",\"2471685\",\"11.99\",\"9.4\",\"\""
## [3417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"46954\",\"466062\",\"2415528\",\"19.44\",\"10.1\",\"\""
## [3418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"297\",\"9,050\",\"56,586\",\"5.25\",\"3.3\",\"\""
## [3419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"253\",\"8,722\",\"56,586\",\"4.47\",\"2.9\",\"\""
## [3420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"888\",\"12,772\",\"56,586\",\"15.69\",\"7\",\"\""
## [3421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,358\",\"12,983\",\"56,586\",\"24\",\"10.5\",\"\""
## [3422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"414\",\"14,940\",\"56,586\",\"7.32\",\"2.8\",\"\""
## [3423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"773\",\"20,911\",\"56,586\",\"13.66\",\"3.7\",\"\""
## [3424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,516\",\"29,588\",\"56,586\",\"26.79\",\"5.1\",\"\""
## [3425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,182\",\"23,728\",\"56,586\",\"20.89\",\"5\",\"\""
## [3426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"478\",\"9,973\",\"56,586\",\"8.45\",\"4.8\",\"\""
## [3427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"283\",\"4,929\",\"56,586\",\"5\",\"5.7\",\"\""
## [3428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"219\",\"4,723\",\"56,586\",\"3.87\",\"4.6\",\"\""
## [3429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"208\",\"4,734\",\"56,586\",\"3.68\",\"4.4\",\"\""
## [3430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"233\",\"4589\",\"56586\",\"4.12\",\"5.1\",\"\""
## [3431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"266\",\"6013\",\"54989\",\"4.84\",\"4.4\",\"\""
## [3432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"197\",\"4,279\",\"34,518\",\"5.71\",\"4.6\",\"\""
## [3433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"206\",\"4,614\",\"34,518\",\"5.97\",\"4.5\",\"\""
## [3434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"284\",\"8,076\",\"34,518\",\"8.23\",\"3.5\",\"\""
## [3435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"284\",\"6,908\",\"34,518\",\"8.23\",\"4.1\",\"\""
## [3436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"502\",\"8,856\",\"34,518\",\"14.54\",\"5.7\",\"\""
## [3437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"401\",\"6,886\",\"34,518\",\"11.62\",\"5.8\",\"\""
## [3438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"602\",\"7,365\",\"34,518\",\"17.44\",\"8.2\",\"\""
## [3439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"553\",\"5,515\",\"34,518\",\"16.02\",\"10\",\"\""
## [3440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"219\",\"2,476\",\"34,518\",\"6.34\",\"8.8\",\"\""
## [3441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"194\",\"1,891\",\"34,518\",\"5.62\",\"10.3\",\"\""
## [3442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"147\",\"1,373\",\"34,518\",\"4.26\",\"10.7\",\"\""
## [3443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"136\",\"1,244\",\"34,518\",\"3.94\",\"10.9\",\"\""
## [3444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"155\",\"1631\",\"34518\",\"4.49\",\"9.5\",\"\""
## [3445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"260\",\"2564\",\"33727\",\"7.71\",\"10.1\",\"\""
## [3446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"5,245\",\"39,484\",\"N/A\",\"N/A\",\"13.3\",\"\""
## [3447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,628\",\"17,521\",\"N/A\",\"N/A\",\"9.3\",\"\""
## [3448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,213\",\"10,552\",\"N/A\",\"N/A\",\"11.5\",\"\""
## [3449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,235\",\"9,135\",\"N/A\",\"N/A\",\"13.5\",\"\""
## [3450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,920\",\"11,066\",\"N/A\",\"N/A\",\"17.4\",\"\""
## [3451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"712\",\"5,725\",\"N/A\",\"N/A\",\"12.4\",\"\""
## [3452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"387\",\"3,001\",\"N/A\",\"N/A\",\"12.9\",\"\""
## [3453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"258\",\"2,139\",\"N/A\",\"N/A\",\"12.1\",\"\""
## [3454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"228\",\"2,160\",\"N/A\",\"N/A\",\"10.6\",\"\""
## [3455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"427\",\"4455\",\"N/A\",\"N/A\",\"9.6\",\"\""
## [3456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"699\",\"6594\",\"N/A\",\"N/A\",\"10.6\",\"\""
## [3457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"618\",\"8,582\",\"65,517\",\"9.43\",\"7.2\",\"\""
## [3458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"706\",\"9,811\",\"65,517\",\"10.78\",\"7.2\",\"\""
## [3459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"242\",\"5,286\",\"65,517\",\"3.69\",\"4.6\",\"\""
## [3460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"659\",\"6,070\",\"65,517\",\"10.06\",\"10.9\",\"\""
## [3461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2,137\",\"13,145\",\"65,517\",\"32.62\",\"16.3\",\"\""
## [3462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2,883\",\"16,900\",\"65,517\",\"44\",\"17.1\",\"\""
## [3463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"3,078\",\"16,169\",\"65,517\",\"46.98\",\"19\",\"\""
## [3464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2,128\",\"12,292\",\"65,517\",\"32.48\",\"17.3\",\"\""
## [3465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"825\",\"5,715\",\"65,517\",\"12.59\",\"14.4\",\"\""
## [3466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"462\",\"2,836\",\"65,517\",\"7.05\",\"16.3\",\"\""
## [3467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"207\",\"1,084\",\"65,517\",\"3.16\",\"19.1\",\"\""
## [3468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"144\",\"775\",\"65,517\",\"2.2\",\"18.6\",\"\""
## [3469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"196\",\"1363\",\"65517\",\"2.99\",\"14.4\",\"\""
## [3470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"291\",\"2018\",\"63449\",\"4.59\",\"14.4\",\"\""
## [3471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"51\",\"6,390\",\"21,954\",\"2.32\",\"0.8\",\"\""
## [3472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"98\",\"5,547\",\"21,954\",\"4.46\",\"1.8\",\"\""
## [3473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"109\",\"4,976\",\"21,954\",\"4.96\",\"2.2\",\"\""
## [3474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"119\",\"5,193\",\"21,954\",\"5.42\",\"2.3\",\"\""
## [3475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"181\",\"6,002\",\"21,954\",\"8.24\",\"3\",\"\""
## [3476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"158\",\"7,787\",\"21,954\",\"7.2\",\"2\",\"\""
## [3477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"114\",\"4,934\",\"21,954\",\"5.19\",\"2.3\",\"\""
## [3478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"194\",\"6,541\",\"21,954\",\"8.84\",\"3\",\"\""
## [3479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"282\",\"9,203\",\"21,954\",\"12.85\",\"3.1\",\"\""
## [3480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"115\",\"3,839\",\"21,954\",\"5.24\",\"3\",\"\""
## [3481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"60\",\"2,004\",\"21,954\",\"2.73\",\"3\",\"\""
## [3482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"40\",\"1,889\",\"21,954\",\"1.82\",\"2.1\",\"\""
## [3483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"50\",\"2104\",\"21954\",\"2.28\",\"2.4\",\"\""
## [3484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"152\",\"3352\",\"21321\",\"7.13\",\"4.5\",\"\""
## [3485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29\",\"11,453\",\"5,815\",\"4.99\",\"0.3\",\"\""
## [3486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"41\",\"15,573\",\"5,815\",\"7.05\",\"0.3\",\"\""
## [3487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"50\",\"17,357\",\"5,815\",\"8.6\",\"0.3\",\"\""
## [3488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"85\",\"24,197\",\"5,815\",\"14.62\",\"0.4\",\"\""
## [3489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"118\",\"29,911\",\"5,815\",\"20.29\",\"0.4\",\"\""
## [3490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"822\",\"30,424\",\"5,815\",\"141.36\",\"2.7\",\"\""
## [3491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1,179\",\"31,104\",\"5,815\",\"202.75\",\"3.8\",\"\""
## [3492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"170\",\"24,616\",\"5,815\",\"29.23\",\"0.7\",\"\""
## [3493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"67\",\"9,281\",\"5,815\",\"11.52\",\"0.7\",\"\""
## [3494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"21\",\"2,717\",\"5,815\",\"3.61\",\"0.8\",\"\""
## [3495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"11\",\"943\",\"5,815\",\"1.89\",\"1.2\",\"\""
## [3496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"15\",\"804\",\"5,815\",\"2.58\",\"1.9\",\"\""
## [3497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"794\",\"5815\",\"1.03\",\"0.8\",\"\""
## [3498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"34\",\"1729\",\"5462\",\"6.22\",\"2\",\"\""
## [3499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"36\",\"8,071\",\"8,581\",\"4.2\",\"0.4\",\"\""
## [3500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"69\",\"8,849\",\"8,581\",\"8.04\",\"0.8\",\"\""
## [3501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"82\",\"8,588\",\"8,581\",\"9.56\",\"1\",\"\""
## [3502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"88\",\"10,365\",\"8,581\",\"10.26\",\"0.8\",\"\""
## [3503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"54\",\"10,183\",\"8,581\",\"6.29\",\"0.5\",\"\""
## [3504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"144\",\"13,685\",\"8,581\",\"16.78\",\"1.1\",\"\""
## [3505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"131\",\"12,251\",\"8,581\",\"15.27\",\"1.1\",\"\""
## [3506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"113\",\"9,616\",\"8,581\",\"13.17\",\"1.2\",\"\""
## [3507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"59\",\"5,622\",\"8,581\",\"6.88\",\"1\",\"\""
## [3508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"57\",\"3,490\",\"8,581\",\"6.64\",\"1.6\",\"\""
## [3509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"44\",\"1,755\",\"8,581\",\"5.13\",\"2.5\",\"\""
## [3510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"19\",\"1,366\",\"8,581\",\"2.21\",\"1.4\",\"\""
## [3511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"1558\",\"8581\",\"2.68\",\"1.5\",\"\""
## [3512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"31\",\"1867\",\"8266\",\"3.75\",\"1.7\",\"\""
## [3513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"88\",\"8,368\",\"19,952\",\"4.41\",\"1.1\",\"\""
## [3514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"109\",\"7,999\",\"19,952\",\"5.46\",\"1.4\",\"\""
## [3515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"72\",\"7,695\",\"19,952\",\"3.61\",\"0.9\",\"\""
## [3516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"109\",\"8,411\",\"19,952\",\"5.46\",\"1.3\",\"\""
## [3517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"214\",\"11,336\",\"19,952\",\"10.73\",\"1.9\",\"\""
## [3518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"494\",\"14,875\",\"19,952\",\"24.76\",\"3.3\",\"\""
## [3519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"543\",\"12,377\",\"19,952\",\"27.22\",\"4.4\",\"\""
## [3520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"317\",\"6,211\",\"19,952\",\"15.89\",\"5.1\",\"\""
## [3521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"439\",\"5,291\",\"19,952\",\"22\",\"8.3\",\"\""
## [3522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"442\",\"3,534\",\"19,952\",\"22.15\",\"12.5\",\"\""
## [3523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"139\",\"1,724\",\"19,952\",\"6.97\",\"8.1\",\"\""
## [3524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"51\",\"1,084\",\"19,952\",\"2.56\",\"4.7\",\"\""
## [3525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"78\",\"1431\",\"19952\",\"3.91\",\"5.5\",\"\""
## [3526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"61\",\"1517\",\"19346\",\"3.15\",\"4\",\"\""
## [3527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"302\",\"24,411\",\"37,628\",\"8.03\",\"1.2\",\"\""
## [3528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"233\",\"20,731\",\"37,628\",\"6.19\",\"1.1\",\"\""
## [3529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"330\",\"21,875\",\"37,628\",\"8.77\",\"1.5\",\"\""
## [3530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"395\",\"22,967\",\"37,628\",\"10.5\",\"1.7\",\"\""
## [3531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"357\",\"19,460\",\"37,628\",\"9.49\",\"1.8\",\"\""
## [3532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"317\",\"16,876\",\"37,628\",\"8.42\",\"1.9\",\"\""
## [3533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"277\",\"13,107\",\"37,628\",\"7.36\",\"2.1\",\"\""
## [3534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"282\",\"13,125\",\"37,628\",\"7.49\",\"2.1\",\"\""
## [3535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"177\",\"8,010\",\"37,628\",\"4.7\",\"2.2\",\"\""
## [3536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"88\",\"5,802\",\"37,628\",\"2.34\",\"1.5\",\"\""
## [3537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"65\",\"4,744\",\"37,628\",\"1.73\",\"1.4\",\"\""
## [3538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"45\",\"4,445\",\"37,628\",\"1.2\",\"1\",\"\""
## [3539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"59\",\"4088\",\"37628\",\"1.57\",\"1.4\",\"\""
## [3540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"146\",\"4396\",\"36249\",\"4.03\",\"3.3\",\"\""
## [3541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"140\",\"6,543\",\"26,751\",\"5.23\",\"2.1\",\"\""
## [3542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"167\",\"7,786\",\"26,751\",\"6.24\",\"2.1\",\"\""
## [3543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"131\",\"6,426\",\"26,751\",\"4.9\",\"2\",\"\""
## [3544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"164\",\"6,561\",\"26,751\",\"6.13\",\"2.5\",\"\""
## [3545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"195\",\"6,728\",\"26,751\",\"7.29\",\"2.9\",\"\""
## [3546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"269\",\"6,924\",\"26,751\",\"10.06\",\"3.9\",\"\""
## [3547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"273\",\"7,549\",\"26,751\",\"10.21\",\"3.6\",\"\""
## [3548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"335\",\"8,329\",\"26,751\",\"12.52\",\"4\",\"\""
## [3549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"379\",\"6,985\",\"26,751\",\"14.17\",\"5.4\",\"\""
## [3550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"182\",\"4,278\",\"26,751\",\"6.8\",\"4.3\",\"\""
## [3551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"146\",\"2,895\",\"26,751\",\"5.46\",\"5\",\"\""
## [3552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"64\",\"2,117\",\"26,751\",\"2.39\",\"3\",\"\""
## [3553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"79\",\"2071\",\"26751\",\"2.95\",\"3.8\",\"\""
## [3554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"58\",\"1770\",\"25764\",\"2.25\",\"3.3\",\"\""
## [3555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"17\",\"8,302\",\"9,245\",\"1.84\",\"0.2\",\"\""
## [3556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"34\",\"7,950\",\"9,245\",\"3.68\",\"0.4\",\"\""
## [3557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"5,249\",\"9,245\",\"1.3\",\"0.2\",\"\""
## [3558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"5,835\",\"9,245\",\"2.06\",\"0.3\",\"\""
## [3559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"27\",\"4,902\",\"9,245\",\"2.92\",\"0.6\",\"\""
## [3560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"5,272\",\"9,245\",\"1.62\",\"0.3\",\"\""
## [3561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"30\",\"8,528\",\"9,245\",\"3.24\",\"0.4\",\"\""
## [3562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"65\",\"12,058\",\"9,245\",\"7.03\",\"0.5\",\"\""
## [3563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"42\",\"8,189\",\"9,245\",\"4.54\",\"0.5\",\"\""
## [3564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"23\",\"4,433\",\"9,245\",\"2.49\",\"0.5\",\"\""
## [3565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"21\",\"1,705\",\"9,245\",\"2.27\",\"1.2\",\"\""
## [3566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"1,455\",\"9,245\",\"2.06\",\"1.3\",\"\""
## [3567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"20\",\"1711\",\"9245\",\"2.16\",\"1.2\",\"\""
## [3568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"39\",\"1955\",\"8428\",\"4.63\",\"2\",\"\""
## [3569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"42\",\"8,384\",\"10,973\",\"3.83\",\"0.5\",\"\""
## [3570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"32\",\"7,049\",\"10,973\",\"2.92\",\"0.5\",\"\""
## [3571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"56\",\"10,141\",\"10,973\",\"5.1\",\"0.6\",\"\""
## [3572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"70\",\"12,048\",\"10,973\",\"6.38\",\"0.6\",\"\""
## [3573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"66\",\"14,203\",\"10,973\",\"6.01\",\"0.5\",\"\""
## [3574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"91\",\"12,957\",\"10,973\",\"8.29\",\"0.7\",\"\""
## [3575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"162\",\"13,125\",\"10,973\",\"14.76\",\"1.2\",\"\""
## [3576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"143\",\"8,988\",\"10,973\",\"13.03\",\"1.6\",\"\""
## [3577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"115\",\"5,156\",\"10,973\",\"10.48\",\"2.2\",\"\""
## [3578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"97\",\"3,632\",\"10,973\",\"8.84\",\"2.7\",\"\""
## [3579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"74\",\"2,292\",\"10,973\",\"6.74\",\"3.2\",\"\""
## [3580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"73\",\"2,007\",\"10,973\",\"6.65\",\"3.6\",\"\""
## [3581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"63\",\"2648\",\"10973\",\"5.74\",\"2.4\",\"\""
## [3582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"89\",\"2929\",\"9982\",\"8.92\",\"3\",\"\""
## [3583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"306\",\"9,604\",\"50,939\",\"6.01\",\"3.2\",\"\""
## [3584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"1,063\",\"13,588\",\"50,939\",\"20.87\",\"7.8\",\"\""
## [3585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"1,291\",\"12,318\",\"50,939\",\"25.34\",\"10.5\",\"\""
## [3586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"536\",\"9,359\",\"50,939\",\"10.52\",\"5.7\",\"\""
## [3587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"253\",\"5,803\",\"50,939\",\"4.97\",\"4.4\",\"\""
## [3588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"164\",\"3,629\",\"50,939\",\"3.22\",\"4.5\",\"\""
## [3589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"267\",\"4,326\",\"50,939\",\"5.24\",\"6.2\",\"\""
## [3590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"517\",\"8,726\",\"50,939\",\"10.15\",\"5.9\",\"\""
## [3591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"545\",\"4,835\",\"50,939\",\"10.7\",\"11.3\",\"\""
## [3592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"128\",\"2,200\",\"50,939\",\"2.51\",\"5.8\",\"\""
## [3593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"175\",\"3,148\",\"50,939\",\"3.44\",\"5.6\",\"\""
## [3594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"135\",\"3,004\",\"50,939\",\"2.65\",\"4.5\",\"\""
## [3595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"344\",\"7452\",\"50939\",\"6.75\",\"4.6\",\"\""
## [3596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"969\",\"17256\",\"48308\",\"20.06\",\"5.6\",\"\""
## [3597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"84\",\"4,837\",\"19,289\",\"4.35\",\"1.7\",\"\""
## [3598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"129\",\"5,554\",\"19,289\",\"6.69\",\"2.3\",\"\""
## [3599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"114\",\"6,227\",\"19,289\",\"5.91\",\"1.8\",\"\""
## [3600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"104\",\"5,464\",\"19,289\",\"5.39\",\"1.9\",\"\""
## [3601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"113\",\"4,447\",\"19,289\",\"5.86\",\"2.5\",\"\""
## [3602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"121\",\"5,062\",\"19,289\",\"6.27\",\"2.4\",\"\""
## [3603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"127\",\"4,701\",\"19,289\",\"6.58\",\"2.7\",\"\""
## [3604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"91\",\"4,445\",\"19,289\",\"4.72\",\"2\",\"\""
## [3605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"104\",\"2,667\",\"19,289\",\"5.39\",\"3.9\",\"\""
## [3606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"136\",\"2,018\",\"19,289\",\"7.05\",\"6.7\",\"\""
## [3607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"82\",\"1,720\",\"19,289\",\"4.25\",\"4.8\",\"\""
## [3608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"69\",\"1,659\",\"19,289\",\"3.58\",\"4.2\",\"\""
## [3609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"82\",\"1765\",\"19289\",\"4.25\",\"4.6\",\"\""
## [3610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"110\",\"2101\",\"18558\",\"5.93\",\"5.2\",\"\""
## [3611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"287\",\"45,408\",\"71,937\",\"3.99\",\"0.6\",\"\""
## [3612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"408\",\"50,038\",\"71,937\",\"5.67\",\"0.8\",\"\""
## [3613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"491\",\"52,329\",\"71,937\",\"6.83\",\"0.9\",\"\""
## [3614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"478\",\"41,562\",\"71,937\",\"6.64\",\"1.2\",\"\""
## [3615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"776\",\"48,912\",\"71,937\",\"10.79\",\"1.6\",\"\""
## [3616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"864\",\"50,524\",\"71,937\",\"12.01\",\"1.7\",\"\""
## [3617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"846\",\"32,968\",\"71,937\",\"11.76\",\"2.6\",\"\""
## [3618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"826\",\"26,812\",\"71,937\",\"11.48\",\"3.1\",\"\""
## [3619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"369\",\"13,624\",\"71,937\",\"5.13\",\"2.7\",\"\""
## [3620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"156\",\"4,761\",\"71,937\",\"2.17\",\"3.3\",\"\""
## [3621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"85\",\"2,502\",\"71,937\",\"1.18\",\"3.4\",\"\""
## [3622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"82\",\"2,304\",\"71,937\",\"1.14\",\"3.6\",\"\""
## [3623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"176\",\"4214\",\"71937\",\"2.45\",\"4.2\",\"\""
## [3624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"88\",\"2369\",\"70414\",\"1.25\",\"3.7\",\"\""
## [3625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"23\",\"5,627\",\"7,822\",\"2.94\",\"0.4\",\"\""
## [3626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"54\",\"7,275\",\"7,822\",\"6.9\",\"0.7\",\"\""
## [3627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"55\",\"6,859\",\"7,822\",\"7.03\",\"0.8\",\"\""
## [3628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"79\",\"9,022\",\"7,822\",\"10.1\",\"0.9\",\"\""
## [3629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"60\",\"8,018\",\"7,822\",\"7.67\",\"0.7\",\"\""
## [3630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"66\",\"7,188\",\"7,822\",\"8.44\",\"0.9\",\"\""
## [3631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"51\",\"8,875\",\"7,822\",\"6.52\",\"0.6\",\"\""
## [3632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"18\",\"3,947\",\"7,822\",\"2.3\",\"0.5\",\"\""
## [3633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"19\",\"2,086\",\"7,822\",\"2.43\",\"0.9\",\"\""
## [3634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"1,092\",\"7,822\",\"1.02\",\"0.7\",\"\""
## [3635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"1,310\",\"7,822\",\"2.05\",\"1.2\",\"\""
## [3636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"667\",\"7,822\",\"0.26\",\"0.3\",\"\""
## [3637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"51\",\"1850\",\"7822\",\"6.52\",\"2.8\",\"\""
## [3638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"40\",\"2592\",\"7474\",\"5.35\",\"1.5\",\"\""
## [3639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"597\",\"23,137\",\"63,656\",\"9.38\",\"2.6\",\"\""
## [3640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"722\",\"24,400\",\"63,656\",\"11.34\",\"3\",\"\""
## [3641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"797\",\"25,589\",\"63,656\",\"12.52\",\"3.1\",\"\""
## [3642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"496\",\"21,096\",\"63,656\",\"7.79\",\"2.4\",\"\""
## [3643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"819\",\"26,013\",\"63,656\",\"12.87\",\"3.1\",\"\""
## [3644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,019\",\"31,212\",\"63,656\",\"16.01\",\"3.3\",\"\""
## [3645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,087\",\"30,422\",\"63,656\",\"17.08\",\"3.6\",\"\""
## [3646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,152\",\"27,917\",\"63,656\",\"18.1\",\"4.1\",\"\""
## [3647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"740\",\"17,375\",\"63,656\",\"11.62\",\"4.3\",\"\""
## [3648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"469\",\"10,238\",\"63,656\",\"7.37\",\"4.6\",\"\""
## [3649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"397\",\"7,762\",\"63,656\",\"6.24\",\"5.1\",\"\""
## [3650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"374\",\"7,207\",\"63,656\",\"5.88\",\"5.2\",\"\""
## [3651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"401\",\"7072\",\"63656\",\"6.3\",\"5.7\",\"\""
## [3652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"498\",\"7952\",\"61067\",\"8.15\",\"6.3\",\"\""
## [3653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"350\",\"10,276\",\"58,229\",\"6.01\",\"3.4\",\"\""
## [3654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"534\",\"11,788\",\"58,229\",\"9.17\",\"4.5\",\"\""
## [3655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"906\",\"18,796\",\"58,229\",\"15.56\",\"4.8\",\"\""
## [3656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"541\",\"12,847\",\"58,229\",\"9.29\",\"4.2\",\"\""
## [3657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"499\",\"10,450\",\"58,229\",\"8.57\",\"4.8\",\"\""
## [3658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"583\",\"9,329\",\"58,229\",\"10.01\",\"6.2\",\"\""
## [3659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,145\",\"14,876\",\"58,229\",\"19.66\",\"7.7\",\"\""
## [3660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,782\",\"22,302\",\"58,229\",\"30.6\",\"8\",\"\""
## [3661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"853\",\"10,429\",\"58,229\",\"14.65\",\"8.2\",\"\""
## [3662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"655\",\"7,162\",\"58,229\",\"11.25\",\"9.1\",\"\""
## [3663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"546\",\"6,420\",\"58,229\",\"9.38\",\"8.5\",\"\""
## [3664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"462\",\"5,755\",\"58,229\",\"7.93\",\"8\",\"\""
## [3665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"461\",\"5601\",\"58229\",\"7.92\",\"8.2\",\"\""
## [3666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"456\",\"6359\",\"57080\",\"7.99\",\"7.2\",\"\""
## [3667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"38\",\"9,856\",\"24,685\",\"1.54\",\"0.4\",\"\""
## [3668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"102\",\"11,689\",\"24,685\",\"4.13\",\"0.9\",\"\""
## [3669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"102\",\"11,077\",\"24,685\",\"4.13\",\"0.9\",\"\""
## [3670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"209\",\"9,485\",\"24,685\",\"8.47\",\"2.2\",\"\""
## [3671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"232\",\"8,907\",\"24,685\",\"9.4\",\"2.6\",\"\""
## [3672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"286\",\"10,363\",\"24,685\",\"11.59\",\"2.8\",\"\""
## [3673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"346\",\"10,317\",\"24,685\",\"14.02\",\"3.4\",\"\""
## [3674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"269\",\"6,512\",\"24,685\",\"10.9\",\"4.1\",\"\""
## [3675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"144\",\"3,154\",\"24,685\",\"5.83\",\"4.6\",\"\""
## [3676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"34\",\"739\",\"24,685\",\"1.38\",\"4.6\",\"\""
## [3677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"24\",\"716\",\"24,685\",\"0.97\",\"3.4\",\"\""
## [3678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"37\",\"1,011\",\"24,685\",\"1.5\",\"3.7\",\"\""
## [3679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"59\",\"1278\",\"24685\",\"2.39\",\"4.6\",\"\""
## [3680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"144\",\"2548\",\"24058\",\"5.99\",\"5.7\",\"\""
## [3681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"297\",\"13,888\",\"66,284\",\"4.48\",\"2.1\",\"\""
## [3682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"452\",\"15,487\",\"66,284\",\"6.82\",\"2.9\",\"\""
## [3683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"539\",\"17,225\",\"66,284\",\"8.13\",\"3.1\",\"\""
## [3684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"527\",\"14,764\",\"66,284\",\"7.95\",\"3.6\",\"\""
## [3685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"454\",\"11,595\",\"66,284\",\"6.85\",\"3.9\",\"\""
## [3686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"484\",\"8,144\",\"66,284\",\"7.3\",\"5.9\",\"\""
## [3687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"617\",\"7,996\",\"66,284\",\"9.31\",\"7.7\",\"\""
## [3688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"651\",\"8,969\",\"66,284\",\"9.82\",\"7.3\",\"\""
## [3689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"129\",\"8,989\",\"66,284\",\"1.95\",\"1.4\",\"\""
## [3690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"204\",\"6,845\",\"66,284\",\"3.08\",\"3\",\"\""
## [3691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"660\",\"6,328\",\"66,284\",\"9.96\",\"10.4\",\"\""
## [3692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"470\",\"5,830\",\"66,284\",\"7.09\",\"8.1\",\"\""
## [3693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"533\",\"5404\",\"66284\",\"8.04\",\"9.9\",\"\""
## [3694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"564\",\"8789\",\"61089\",\"9.23\",\"6.4\",\"\""
## [3695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"82\",\"17,874\",\"29,561\",\"2.77\",\"0.5\",\"\""
## [3696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"164\",\"22,878\",\"29,561\",\"5.55\",\"0.7\",\"\""
## [3697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"216\",\"22,899\",\"29,561\",\"7.31\",\"0.9\",\"\""
## [3698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"416\",\"26,384\",\"29,561\",\"14.07\",\"1.6\",\"\""
## [3699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"362\",\"26,255\",\"29,561\",\"12.25\",\"1.4\",\"\""
## [3700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"301\",\"20,851\",\"29,561\",\"10.18\",\"1.4\",\"\""
## [3701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"277\",\"18,152\",\"29,561\",\"9.37\",\"1.5\",\"\""
## [3702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"226\",\"15,748\",\"29,561\",\"7.65\",\"1.4\",\"\""
## [3703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"100\",\"7,723\",\"29,561\",\"3.38\",\"1.3\",\"\""
## [3704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"92\",\"5,472\",\"29,561\",\"3.11\",\"1.7\",\"\""
## [3705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"59\",\"3,074\",\"29,561\",\"2\",\"1.9\",\"\""
## [3706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"62\",\"2,807\",\"29,561\",\"2.1\",\"2.2\",\"\""
## [3707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"104\",\"3825\",\"29561\",\"3.52\",\"2.7\",\"\""
## [3708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"352\",\"7163\",\"28342\",\"12.42\",\"4.9\",\"\""
## [3709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"307\",\"19,364\",\"29,133\",\"10.54\",\"1.6\",\"\""
## [3710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"405\",\"20,890\",\"29,133\",\"13.9\",\"1.9\",\"\""
## [3711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"259\",\"19,250\",\"29,133\",\"8.89\",\"1.3\",\"\""
## [3712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"394\",\"23,349\",\"29,133\",\"13.52\",\"1.7\",\"\""
## [3713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"648\",\"22,386\",\"29,133\",\"22.24\",\"2.9\",\"\""
## [3714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"365\",\"10,091\",\"29,133\",\"12.53\",\"3.6\",\"\""
## [3715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"242\",\"5,831\",\"29,133\",\"8.31\",\"4.2\",\"\""
## [3716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"185\",\"4,376\",\"29,133\",\"6.35\",\"4.2\",\"\""
## [3717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"119\",\"3,129\",\"29,133\",\"4.08\",\"3.8\",\"\""
## [3718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"88\",\"1,719\",\"29,133\",\"3.02\",\"5.1\",\"\""
## [3719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"90\",\"1,342\",\"29,133\",\"3.09\",\"6.7\",\"\""
## [3720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"65\",\"1,465\",\"29,133\",\"2.23\",\"4.4\",\"\""
## [3721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"137\",\"2685\",\"29133\",\"4.7\",\"5.1\",\"\""
## [3722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"198\",\"3384\",\"28247\",\"7.01\",\"5.9\",\"\""
## [3723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"358\",\"8,609\",\"29,465\",\"12.15\",\"4.2\",\"\""
## [3724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"766\",\"11,818\",\"29,465\",\"26\",\"6.5\",\"\""
## [3725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,087\",\"13,353\",\"29,465\",\"36.89\",\"8.1\",\"\""
## [3726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,431\",\"10,521\",\"29,465\",\"48.57\",\"13.6\",\"\""
## [3727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,069\",\"9,651\",\"29,465\",\"36.28\",\"11.1\",\"\""
## [3728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"667\",\"6,343\",\"29,465\",\"22.64\",\"10.5\",\"\""
## [3729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"880\",\"6,999\",\"29,465\",\"29.87\",\"12.6\",\"\""
## [3730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,726\",\"8,942\",\"29,465\",\"58.58\",\"19.3\",\"\""
## [3731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,150\",\"5,881\",\"29,465\",\"39.03\",\"19.6\",\"\""
## [3732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"593\",\"3,812\",\"29,465\",\"20.13\",\"15.6\",\"\""
## [3733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"301\",\"2,186\",\"29,465\",\"10.22\",\"13.8\",\"\""
## [3734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"250\",\"2,048\",\"29,465\",\"8.48\",\"12.2\",\"\""
## [3735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"277\",\"2546\",\"29465\",\"9.4\",\"10.9\",\"\""
## [3736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"320\",\"2692\",\"28848\",\"11.09\",\"11.9\",\"\""
## [3737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,241\",\"6,912\",\"N/A\",\"N/A\",\"18\",\"\""
## [3738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,434\",\"7,581\",\"N/A\",\"N/A\",\"18.9\",\"\""
## [3739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,557\",\"7,300\",\"N/A\",\"N/A\",\"21.3\",\"\""
## [3740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,241\",\"5,420\",\"N/A\",\"N/A\",\"22.9\",\"\""
## [3741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"945\",\"4,078\",\"N/A\",\"N/A\",\"23.2\",\"\""
## [3742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"888\",\"3,251\",\"N/A\",\"N/A\",\"27.3\",\"\""
## [3743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"640\",\"2,645\",\"N/A\",\"N/A\",\"24.2\",\"\""
## [3744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"596\",\"2,231\",\"N/A\",\"N/A\",\"26.7\",\"\""
## [3745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"339\",\"1,539\",\"N/A\",\"N/A\",\"22\",\"\""
## [3746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"423\",\"1,322\",\"N/A\",\"N/A\",\"32\",\"\""
## [3747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"335\",\"1,122\",\"N/A\",\"N/A\",\"29.9\",\"\""
## [3748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"248\",\"1,004\",\"N/A\",\"N/A\",\"24.7\",\"\""
## [3749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"285\",\"1111\",\"N/A\",\"N/A\",\"25.7\",\"\""
## [3750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"550\",\"1930\",\"N/A\",\"N/A\",\"28.5\",\"\""
## [3751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"126\",\"47,870\",\"23,684\",\"5.32\",\"0.3\",\"\""
## [3752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"230\",\"64,607\",\"23,684\",\"9.71\",\"0.4\",\"\""
## [3753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"278\",\"68,915\",\"23,684\",\"11.74\",\"0.4\",\"\""
## [3754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"267\",\"59,659\",\"23,684\",\"11.27\",\"0.4\",\"\""
## [3755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"219\",\"43,877\",\"23,684\",\"9.25\",\"0.5\",\"\""
## [3756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"141\",\"25,691\",\"23,684\",\"5.95\",\"0.5\",\"\""
## [3757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"159\",\"29,117\",\"23,684\",\"6.71\",\"0.5\",\"\""
## [3758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"275\",\"35,855\",\"23,684\",\"11.61\",\"0.8\",\"\""
## [3759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"256\",\"24,523\",\"23,684\",\"10.81\",\"1\",\"\""
## [3760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"93\",\"6,450\",\"23,684\",\"3.93\",\"1.4\",\"\""
## [3761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"112\",\"6,650\",\"23,684\",\"4.73\",\"1.7\",\"\""
## [3762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"163\",\"9,257\",\"23,684\",\"6.88\",\"1.8\",\"\""
## [3763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"352\",\"17576\",\"23684\",\"14.86\",\"2\",\"\""
## [3764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"580\",\"29408\",\"23227\",\"24.97\",\"2\",\"\""
## [3765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"28,416\",\"294,467\",\"1,040,801\",\"27.3\",\"9.6\",\"\""
## [3766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"56,967\",\"448,957\",\"1,040,801\",\"54.73\",\"12.7\",\"\""
## [3767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"100,539\",\"721,451\",\"1,040,801\",\"96.6\",\"13.9\",\"\""
## [3768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"82,017\",\"624,009\",\"1,040,801\",\"78.8\",\"13.1\",\"\""
## [3769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"69,850\",\"560,544\",\"1,040,801\",\"67.11\",\"12.5\",\"\""
## [3770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"65,155\",\"480,702\",\"1,040,801\",\"62.6\",\"13.6\",\"\""
## [3771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"51,616\",\"338,973\",\"1,040,801\",\"49.59\",\"15.2\",\"\""
## [3772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"42,647\",\"270,086\",\"1,040,801\",\"40.98\",\"15.8\",\"\""
## [3773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"24,900\",\"157,738\",\"1,040,801\",\"23.92\",\"15.8\",\"\""
## [3774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"22,126\",\"140,198\",\"1,040,801\",\"21.26\",\"15.8\",\"\""
## [3775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"17,766\",\"121,607\",\"1,040,801\",\"17.07\",\"14.6\",\"\""
## [3776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,222\",\"116,385\",\"1,040,801\",\"14.63\",\"13.1\",\"\""
## [3777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20695\",\"149592\",\"1040801\",\"19.88\",\"13.8\",\"\""
## [3778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"32997\",\"219569\",\"1032608\",\"31.96\",\"15\",\"\""
## [3779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"320\",\"8,298\",\"31,255\",\"10.24\",\"3.9\",\"\""
## [3780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"485\",\"8,541\",\"31,255\",\"15.52\",\"5.7\",\"\""
## [3781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"767\",\"11,467\",\"31,255\",\"24.54\",\"6.7\",\"\""
## [3782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,155\",\"13,075\",\"31,255\",\"36.95\",\"8.8\",\"\""
## [3783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,356\",\"15,350\",\"31,255\",\"43.39\",\"8.8\",\"\""
## [3784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,975\",\"16,047\",\"31,255\",\"63.19\",\"12.3\",\"\""
## [3785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,548\",\"14,297\",\"31,255\",\"49.53\",\"10.8\",\"\""
## [3786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,422\",\"13,070\",\"31,255\",\"45.5\",\"10.9\",\"\""
## [3787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,027\",\"9,226\",\"31,255\",\"32.86\",\"11.1\",\"\""
## [3788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"585\",\"5,277\",\"31,255\",\"18.72\",\"11.1\",\"\""
## [3789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"389\",\"3,682\",\"31,255\",\"12.45\",\"10.6\",\"\""
## [3790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"170\",\"2,075\",\"31,255\",\"5.44\",\"8.2\",\"\""
## [3791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"328\",\"2707\",\"31255\",\"10.49\",\"12.1\",\"\""
## [3792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"508\",\"4229\",\"30333\",\"16.75\",\"12\",\"\""
## [3793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"182\",\"14,537\",\"13,525\",\"13.46\",\"1.3\",\"\""
## [3794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"158\",\"11,940\",\"13,525\",\"11.68\",\"1.3\",\"\""
## [3795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"102\",\"8,229\",\"13,525\",\"7.54\",\"1.2\",\"\""
## [3796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"53\",\"6,212\",\"13,525\",\"3.92\",\"0.9\",\"\""
## [3797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"71\",\"6,169\",\"13,525\",\"5.25\",\"1.2\",\"\""
## [3798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"66\",\"3,661\",\"13,525\",\"4.88\",\"1.8\",\"\""
## [3799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"64\",\"4,750\",\"13,525\",\"4.73\",\"1.3\",\"\""
## [3800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"102\",\"5,097\",\"13,525\",\"7.54\",\"2\",\"\""
## [3801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"614\",\"2,419\",\"13,525\",\"45.4\",\"25.4\",\"\""
## [3802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"425\",\"1,521\",\"13,525\",\"31.42\",\"27.9\",\"\""
## [3803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"44\",\"1,622\",\"13,525\",\"3.25\",\"2.7\",\"\""
## [3804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"25\",\"1,527\",\"13,525\",\"1.85\",\"1.6\",\"\""
## [3805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"50\",\"1734\",\"13525\",\"3.7\",\"2.9\",\"\""
## [3806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"81\",\"4684\",\"13009\",\"6.23\",\"1.7\",\"\""
## [3807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"206\",\"9,415\",\"22,054\",\"9.34\",\"2.2\",\"\""
## [3808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"124\",\"9,429\",\"22,054\",\"5.62\",\"1.3\",\"\""
## [3809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"130\",\"9,086\",\"22,054\",\"5.89\",\"1.4\",\"\""
## [3810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"122\",\"6,260\",\"22,054\",\"5.53\",\"1.9\",\"\""
## [3811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"107\",\"5,649\",\"22,054\",\"4.85\",\"1.9\",\"\""
## [3812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"106\",\"7,379\",\"22,054\",\"4.81\",\"1.4\",\"\""
## [3813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"125\",\"7,032\",\"22,054\",\"5.67\",\"1.8\",\"\""
## [3814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"158\",\"7,685\",\"22,054\",\"7.16\",\"2.1\",\"\""
## [3815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"137\",\"6,310\",\"22,054\",\"6.21\",\"2.2\",\"\""
## [3816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"115\",\"4,214\",\"22,054\",\"5.21\",\"2.7\",\"\""
## [3817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"74\",\"2,465\",\"22,054\",\"3.36\",\"3\",\"\""
## [3818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"41\",\"1,671\",\"22,054\",\"1.86\",\"2.5\",\"\""
## [3819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"35\",\"1753\",\"22054\",\"1.59\",\"2\",\"\""
## [3820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"85\",\"2220\",\"21197\",\"4.01\",\"3.8\",\"\""
## [3821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,156\",\"13,176\",\"33,363\",\"34.65\",\"8.8\",\"\""
## [3822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"899\",\"14,036\",\"33,363\",\"26.95\",\"6.4\",\"\""
## [3823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"823\",\"11,542\",\"33,363\",\"24.67\",\"7.1\",\"\""
## [3824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,017\",\"11,737\",\"33,363\",\"30.48\",\"8.7\",\"\""
## [3825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,235\",\"12,681\",\"33,363\",\"37.02\",\"9.7\",\"\""
## [3826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"980\",\"8,453\",\"33,363\",\"29.37\",\"11.6\",\"\""
## [3827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,337\",\"9,030\",\"33,363\",\"40.07\",\"14.8\",\"\""
## [3828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,430\",\"8,427\",\"33,363\",\"42.86\",\"17\",\"\""
## [3829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"867\",\"4,404\",\"33,363\",\"25.99\",\"19.7\",\"\""
## [3830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"402\",\"1,752\",\"33,363\",\"12.05\",\"22.9\",\"\""
## [3831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"136\",\"1,136\",\"33,363\",\"4.08\",\"12\",\"\""
## [3832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"135\",\"1,090\",\"33,363\",\"4.05\",\"12.4\",\"\""
## [3833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"215\",\"1960\",\"33363\",\"6.44\",\"11\",\"\""
## [3834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"255\",\"2121\",\"32836\",\"7.77\",\"12\",\"\""
## [3835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"212\",\"33,759\",\"21,049\",\"10.07\",\"0.6\",\"\""
## [3836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"176\",\"28,937\",\"21,049\",\"8.36\",\"0.6\",\"\""
## [3837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"155\",\"32,281\",\"21,049\",\"7.36\",\"0.5\",\"\""
## [3838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"201\",\"39,383\",\"21,049\",\"9.55\",\"0.5\",\"\""
## [3839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"222\",\"43,441\",\"21,049\",\"10.55\",\"0.5\",\"\""
## [3840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"283\",\"40,654\",\"21,049\",\"13.44\",\"0.7\",\"\""
## [3841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"263\",\"31,759\",\"21,049\",\"12.49\",\"0.8\",\"\""
## [3842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"511\",\"37,843\",\"21,049\",\"24.28\",\"1.4\",\"\""
## [3843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"249\",\"17,223\",\"21,049\",\"11.83\",\"1.4\",\"\""
## [3844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"117\",\"7,055\",\"21,049\",\"5.56\",\"1.7\",\"\""
## [3845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"59\",\"3,695\",\"21,049\",\"2.8\",\"1.6\",\"\""
## [3846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"65\",\"2,857\",\"21,049\",\"3.09\",\"2.3\",\"\""
## [3847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"70\",\"2831\",\"21049\",\"3.33\",\"2.5\",\"\""
## [3848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"86\",\"5210\",\"20535\",\"4.19\",\"1.7\",\"\""
## [3849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"55\",\"8,640\",\"34,621\",\"1.59\",\"0.6\",\"\""
## [3850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"47\",\"5,848\",\"34,621\",\"1.36\",\"0.8\",\"\""
## [3851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"31\",\"4,556\",\"34,621\",\"0.9\",\"0.7\",\"\""
## [3852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"82\",\"5,451\",\"34,621\",\"2.37\",\"1.5\",\"\""
## [3853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"87\",\"4,528\",\"34,621\",\"2.51\",\"1.9\",\"\""
## [3854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"124\",\"3,320\",\"34,621\",\"3.58\",\"3.7\",\"\""
## [3855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"169\",\"3,384\",\"34,621\",\"4.88\",\"5\",\"\""
## [3856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"422\",\"5,166\",\"34,621\",\"12.19\",\"8.2\",\"\""
## [3857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"363\",\"3,762\",\"34,621\",\"10.48\",\"9.6\",\"\""
## [3858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"260\",\"2,417\",\"34,621\",\"7.51\",\"10.8\",\"\""
## [3859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"250\",\"1,573\",\"34,621\",\"7.22\",\"15.9\",\"\""
## [3860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"93\",\"1,449\",\"34,621\",\"2.69\",\"6.4\",\"\""
## [3861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"129\",\"2231\",\"34621\",\"3.73\",\"5.8\",\"\""
## [3862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"182\",\"3910\",\"33839\",\"5.38\",\"4.7\",\"\""
## [3863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"179\",\"18,023\",\"26,397\",\"6.78\",\"1\",\"\""
## [3864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"179\",\"18,952\",\"26,397\",\"6.78\",\"0.9\",\"\""
## [3865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"143\",\"18,463\",\"26,397\",\"5.42\",\"0.8\",\"\""
## [3866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"86\",\"15,846\",\"26,397\",\"3.26\",\"0.5\",\"\""
## [3867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"117\",\"13,847\",\"26,397\",\"4.43\",\"0.8\",\"\""
## [3868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"205\",\"13,948\",\"26,397\",\"7.77\",\"1.5\",\"\""
## [3869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"182\",\"10,083\",\"26,397\",\"6.89\",\"1.8\",\"\""
## [3870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"254\",\"12,879\",\"26,397\",\"9.62\",\"2\",\"\""
## [3871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"110\",\"7,782\",\"26,397\",\"4.17\",\"1.4\",\"\""
## [3872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"130\",\"6,058\",\"26,397\",\"4.92\",\"2.1\",\"\""
## [3873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"102\",\"4,851\",\"26,397\",\"3.86\",\"2.1\",\"\""
## [3874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"105\",\"5,868\",\"26,397\",\"3.98\",\"1.8\",\"\""
## [3875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"185\",\"9436\",\"26397\",\"7.01\",\"2\",\"\""
## [3876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"261\",\"11295\",\"25467\",\"10.25\",\"2.3\",\"\""
## [3877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"128\",\"19,042\",\"29,057\",\"4.41\",\"0.7\",\"\""
## [3878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"164\",\"20,530\",\"29,057\",\"5.64\",\"0.8\",\"\""
## [3879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"192\",\"26,816\",\"29,057\",\"6.61\",\"0.7\",\"\""
## [3880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"255\",\"27,555\",\"29,057\",\"8.78\",\"0.9\",\"\""
## [3881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"252\",\"23,106\",\"29,057\",\"8.67\",\"1.1\",\"\""
## [3882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"225\",\"17,674\",\"29,057\",\"7.74\",\"1.3\",\"\""
## [3883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"480\",\"20,487\",\"29,057\",\"16.52\",\"2.3\",\"\""
## [3884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"706\",\"21,218\",\"29,057\",\"24.3\",\"3.3\",\"\""
## [3885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"333\",\"8,175\",\"29,057\",\"11.46\",\"4.1\",\"\""
## [3886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"115\",\"3,521\",\"29,057\",\"3.96\",\"3.3\",\"\""
## [3887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"99\",\"2,025\",\"29,057\",\"3.41\",\"4.9\",\"\""
## [3888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"56\",\"1,529\",\"29,057\",\"1.93\",\"3.7\",\"\""
## [3889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"266\",\"4681\",\"29057\",\"9.15\",\"5.7\",\"\""
## [3890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"622\",\"12403\",\"27823\",\"22.36\",\"5\",\"\""
## [3891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"62\",\"19,146\",\"18,807\",\"3.3\",\"0.3\",\"\""
## [3892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"129\",\"17,186\",\"18,807\",\"6.86\",\"0.8\",\"\""
## [3893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"82\",\"10,309\",\"18,807\",\"4.36\",\"0.8\",\"\""
## [3894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"68\",\"7,655\",\"18,807\",\"3.62\",\"0.9\",\"\""
## [3895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"127\",\"11,170\",\"18,807\",\"6.75\",\"1.1\",\"\""
## [3896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"274\",\"18,903\",\"18,807\",\"14.57\",\"1.4\",\"\""
## [3897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"437\",\"18,950\",\"18,807\",\"23.24\",\"2.3\",\"\""
## [3898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"402\",\"14,538\",\"18,807\",\"21.38\",\"2.8\",\"\""
## [3899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"137\",\"6,012\",\"18,807\",\"7.28\",\"2.3\",\"\""
## [3900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"141\",\"3,847\",\"18,807\",\"7.5\",\"3.7\",\"\""
## [3901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"131\",\"3,563\",\"18,807\",\"6.97\",\"3.7\",\"\""
## [3902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"127\",\"2,601\",\"18,807\",\"6.75\",\"4.9\",\"\""
## [3903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"153\",\"3280\",\"18807\",\"8.14\",\"4.7\",\"\""
## [3904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"216\",\"5348\",\"18191\",\"11.87\",\"4\",\"\""
## [3905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"95\",\"4,059\",\"27,993\",\"3.39\",\"2.3\",\"\""
## [3906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"183\",\"5,373\",\"27,993\",\"6.54\",\"3.4\",\"\""
## [3907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"200\",\"5,978\",\"27,993\",\"7.14\",\"3.3\",\"\""
## [3908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"172\",\"4,262\",\"27,993\",\"6.14\",\"4\",\"\""
## [3909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"150\",\"3,356\",\"27,993\",\"5.36\",\"4.5\",\"\""
## [3910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"135\",\"3,310\",\"27,993\",\"4.82\",\"4.1\",\"\""
## [3911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"142\",\"3,570\",\"27,993\",\"5.07\",\"4\",\"\""
## [3912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"272\",\"5,049\",\"27,993\",\"9.72\",\"5.4\",\"\""
## [3913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"297\",\"4,628\",\"27,993\",\"10.61\",\"6.4\",\"\""
## [3914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"201\",\"2,530\",\"27,993\",\"7.18\",\"7.9\",\"\""
## [3915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"161\",\"1,894\",\"27,993\",\"5.75\",\"8.5\",\"\""
## [3916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"89\",\"1,175\",\"27,993\",\"3.18\",\"7.6\",\"\""
## [3917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"273\",\"1735\",\"27993\",\"9.75\",\"15.7\",\"\""
## [3918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"556\",\"2899\",\"27389\",\"20.3\",\"19.2\",\"\""
## [3919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"472\",\"13,970\",\"64,997\",\"7.26\",\"3.4\",\"\""
## [3920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"700\",\"18,016\",\"64,997\",\"10.77\",\"3.9\",\"\""
## [3921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"613\",\"17,079\",\"64,997\",\"9.43\",\"3.6\",\"\""
## [3922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"453\",\"13,672\",\"64,997\",\"6.97\",\"3.3\",\"\""
## [3923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"483\",\"13,478\",\"64,997\",\"7.43\",\"3.6\",\"\""
## [3924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"543\",\"15,863\",\"64,997\",\"8.35\",\"3.4\",\"\""
## [3925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"736\",\"18,140\",\"64,997\",\"11.32\",\"4.1\",\"\""
## [3926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"628\",\"14,399\",\"64,997\",\"9.66\",\"4.4\",\"\""
## [3927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"477\",\"10,029\",\"64,997\",\"7.34\",\"4.8\",\"\""
## [3928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"290\",\"5,738\",\"64,997\",\"4.46\",\"5.1\",\"\""
## [3929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"225\",\"3,980\",\"64,997\",\"3.46\",\"5.7\",\"\""
## [3930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"311\",\"4,561\",\"64,997\",\"4.78\",\"6.8\",\"\""
## [3931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"372\",\"5221\",\"64997\",\"5.72\",\"7.1\",\"\""
## [3932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"425\",\"5086\",\"62736\",\"6.77\",\"8.4\",\"\""
## [3933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"553\",\"14,988\",\"71,378\",\"7.75\",\"3.7\",\"\""
## [3934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,095\",\"25,703\",\"71,378\",\"15.34\",\"4.3\",\"\""
## [3935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"873\",\"18,311\",\"71,378\",\"12.23\",\"4.8\",\"\""
## [3936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,012\",\"18,289\",\"71,378\",\"14.18\",\"5.5\",\"\""
## [3937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,220\",\"20,745\",\"71,378\",\"17.09\",\"5.9\",\"\""
## [3938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,647\",\"26,625\",\"71,378\",\"23.07\",\"6.2\",\"\""
## [3939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,461\",\"23,451\",\"71,378\",\"20.47\",\"6.2\",\"\""
## [3940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,066\",\"16,444\",\"71,378\",\"14.93\",\"6.5\",\"\""
## [3941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"603\",\"11,396\",\"71,378\",\"8.45\",\"5.3\",\"\""
## [3942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"478\",\"7,660\",\"71,378\",\"6.7\",\"6.2\",\"\""
## [3943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"398\",\"6,059\",\"71,378\",\"5.58\",\"6.6\",\"\""
## [3944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"245\",\"4,856\",\"71,378\",\"3.43\",\"5\",\"\""
## [3945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"336\",\"5765\",\"71378\",\"4.71\",\"5.8\",\"\""
## [3946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"795\",\"7282\",\"69292\",\"11.47\",\"10.9\",\"\""
## [3947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"710\",\"25,880\",\"128,936\",\"5.51\",\"2.7\",\"\""
## [3948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"753\",\"25,330\",\"128,936\",\"5.84\",\"3\",\"\""
## [3949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"926\",\"27,330\",\"128,936\",\"7.18\",\"3.4\",\"\""
## [3950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,419\",\"39,733\",\"128,936\",\"11.01\",\"3.6\",\"\""
## [3951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,845\",\"40,215\",\"128,936\",\"14.31\",\"4.6\",\"\""
## [3952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,113\",\"23,604\",\"128,936\",\"8.63\",\"4.7\",\"\""
## [3953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,082\",\"21,472\",\"128,936\",\"8.39\",\"5\",\"\""
## [3954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,235\",\"20,760\",\"128,936\",\"9.58\",\"5.9\",\"\""
## [3955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,020\",\"16,476\",\"128,936\",\"7.91\",\"6.2\",\"\""
## [3956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"765\",\"10,464\",\"128,936\",\"5.93\",\"7.3\",\"\""
## [3957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"512\",\"8,208\",\"128,936\",\"3.97\",\"6.2\",\"\""
## [3958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"312\",\"5,466\",\"128,936\",\"2.42\",\"5.7\",\"\""
## [3959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"409\",\"6577\",\"128936\",\"3.17\",\"6.2\",\"\""
## [3960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"642\",\"10092\",\"126525\",\"5.07\",\"6.4\",\"\""
## [3961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"109\",\"5,020\",\"17,865\",\"6.1\",\"2.2\",\"\""
## [3962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"121\",\"3,821\",\"17,865\",\"6.77\",\"3.2\",\"\""
## [3963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"223\",\"5,586\",\"17,865\",\"12.48\",\"4\",\"\""
## [3964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"339\",\"7,974\",\"17,865\",\"18.98\",\"4.3\",\"\""
## [3965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"199\",\"5,086\",\"17,865\",\"11.14\",\"3.9\",\"\""
## [3966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"182\",\"4,063\",\"17,865\",\"10.19\",\"4.5\",\"\""
## [3967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"282\",\"5,639\",\"17,865\",\"15.79\",\"5\",\"\""
## [3968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"230\",\"4,783\",\"17,865\",\"12.87\",\"4.8\",\"\""
## [3969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"159\",\"3,054\",\"17,865\",\"8.9\",\"5.2\",\"\""
## [3970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"262\",\"3,235\",\"17,865\",\"14.67\",\"8.1\",\"\""
## [3971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"130\",\"1,908\",\"17,865\",\"7.28\",\"6.8\",\"\""
## [3972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"114\",\"1,725\",\"17,865\",\"6.38\",\"6.6\",\"\""
## [3973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"118\",\"1685\",\"17865\",\"6.61\",\"7\",\"\""
## [3974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"138\",\"1530\",\"17371\",\"7.94\",\"9\",\"\""
## [3975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"150\",\"11,652\",\"34,201\",\"4.39\",\"1.3\",\"\""
## [3976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"193\",\"10,428\",\"34,201\",\"5.64\",\"1.9\",\"\""
## [3977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"228\",\"12,043\",\"34,201\",\"6.67\",\"1.9\",\"\""
## [3978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"205\",\"11,775\",\"34,201\",\"5.99\",\"1.7\",\"\""
## [3979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"285\",\"10,609\",\"34,201\",\"8.33\",\"2.7\",\"\""
## [3980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"337\",\"10,340\",\"34,201\",\"9.85\",\"3.3\",\"\""
## [3981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"640\",\"13,578\",\"34,201\",\"18.71\",\"4.7\",\"\""
## [3982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"730\",\"14,121\",\"34,201\",\"21.34\",\"5.2\",\"\""
## [3983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"511\",\"9,753\",\"34,201\",\"14.94\",\"5.2\",\"\""
## [3984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"511\",\"8,357\",\"34,201\",\"14.94\",\"6.1\",\"\""
## [3985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"316\",\"4,829\",\"34,201\",\"9.24\",\"6.5\",\"\""
## [3986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"178\",\"4,239\",\"34,201\",\"5.2\",\"4.2\",\"\""
## [3987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"257\",\"3727\",\"34201\",\"7.51\",\"6.9\",\"\""
## [3988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"270\",\"4245\",\"32195\",\"8.39\",\"6.4\",\"\""
## [3989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"253\",\"25,364\",\"73,247\",\"3.45\",\"1\",\"\""
## [3990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"249\",\"27,826\",\"73,247\",\"3.4\",\"0.9\",\"\""
## [3991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"297\",\"26,362\",\"73,247\",\"4.05\",\"1.1\",\"\""
## [3992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"214\",\"18,674\",\"73,247\",\"2.92\",\"1.1\",\"\""
## [3993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"394\",\"19,059\",\"73,247\",\"5.38\",\"2.1\",\"\""
## [3994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"955\",\"35,185\",\"73,247\",\"13.04\",\"2.7\",\"\""
## [3995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,079\",\"31,249\",\"73,247\",\"14.73\",\"3.5\",\"\""
## [3996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"869\",\"22,481\",\"73,247\",\"11.86\",\"3.9\",\"\""
## [3997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"766\",\"14,928\",\"73,247\",\"10.46\",\"5.1\",\"\""
## [3998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,065\",\"17,442\",\"73,247\",\"14.54\",\"6.1\",\"\""
## [3999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"772\",\"12,548\",\"73,247\",\"10.54\",\"6.2\",\"\""
## [4000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"653\",\"11,316\",\"73,247\",\"8.92\",\"5.8\",\"\""
## [4001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"920\",\"16576\",\"73247\",\"12.56\",\"5.6\",\"\""
## [4002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1333\",\"21918\",\"71629\",\"18.61\",\"6.1\",\"\""
## [4003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"412\",\"61,178\",\"58,613\",\"7.03\",\"0.7\",\"\""
## [4004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"329\",\"48,392\",\"58,613\",\"5.61\",\"0.7\",\"\""
## [4005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"266\",\"47,383\",\"58,613\",\"4.54\",\"0.6\",\"\""
## [4006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"464\",\"36,439\",\"58,613\",\"7.92\",\"1.3\",\"\""
## [4007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"573\",\"35,642\",\"58,613\",\"9.78\",\"1.6\",\"\""
## [4008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"780\",\"41,564\",\"58,613\",\"13.31\",\"1.9\",\"\""
## [4009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,049\",\"39,304\",\"58,613\",\"17.9\",\"2.7\",\"\""
## [4010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"906\",\"33,230\",\"58,613\",\"15.46\",\"2.7\",\"\""
## [4011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"614\",\"20,479\",\"58,613\",\"10.48\",\"3\",\"\""
## [4012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"529\",\"13,184\",\"58,613\",\"9.03\",\"4\",\"\""
## [4013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"366\",\"9,653\",\"58,613\",\"6.24\",\"3.8\",\"\""
## [4014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"209\",\"6,321\",\"58,613\",\"3.57\",\"3.3\",\"\""
## [4015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"296\",\"7353\",\"58613\",\"5.05\",\"4\",\"\""
## [4016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"552\",\"11830\",\"56953\",\"9.69\",\"4.7\",\"\""
## [4017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"58\",\"4,356\",\"21,883\",\"2.65\",\"1.3\",\"\""
## [4018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"65\",\"4,178\",\"21,883\",\"2.97\",\"1.6\",\"\""
## [4019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"59\",\"4,952\",\"21,883\",\"2.7\",\"1.2\",\"\""
## [4020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"123\",\"5,726\",\"21,883\",\"5.62\",\"2.1\",\"\""
## [4021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"92\",\"5,465\",\"21,883\",\"4.2\",\"1.7\",\"\""
## [4022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"122\",\"4,653\",\"21,883\",\"5.58\",\"2.6\",\"\""
## [4023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"196\",\"5,844\",\"21,883\",\"8.96\",\"3.4\",\"\""
## [4024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"196\",\"6,322\",\"21,883\",\"8.96\",\"3.1\",\"\""
## [4025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"134\",\"3,072\",\"21,883\",\"6.12\",\"4.4\",\"\""
## [4026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"100\",\"2,405\",\"21,883\",\"4.57\",\"4.2\",\"\""
## [4027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"50\",\"1,488\",\"21,883\",\"2.28\",\"3.4\",\"\""
## [4028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"22\",\"940\",\"21,883\",\"1.01\",\"2.3\",\"\""
## [4029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Any other white background\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"57\",\"1142\",\"21883\",\"2.6\",\"5\",\"\""
## [4030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Any other white background\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"43\",\"1313\",\"20946\",\"2.05\",\"3.3\",\"\""
## [4031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"162\",\"461837\",\"230600\",\"0.7\",\"0\",\"\""
## [4032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"130\",\"459468\",\"215574\",\"0.6\",\"0\",\"\""
## [4033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"162\",\"468431\",\"230600\",\"0.7\",\"0\",\"\""
## [4034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"130\",\"466062\",\"215574\",\"0.6\",\"0\",\"\""
## [4035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"0\",\"6013\",\"2315\",\"0\",\"0\",\"\""
## [4036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"0\",\"2564\",\"2334\",\"0\",\"0\",\"\""
## [4037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"0\",\"6594\",\"N/A\",\"N/A\",\"0\",\"\""
## [4038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"0\",\"2018\",\"1798\",\"0\",\"0\",\"\""
## [4039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3352\",\"828\",\"0\",\"0\",\"\""
## [4040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"7\",\"1729\",\"1280\",\"5.47\",\"0.4\",\"\""
## [4041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"153\",\"0\",\"0\",\"\""
## [4042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1517\",\"1112\",\"0\",\"0\",\"\""
## [4043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"2\",\"4396\",\"1601\",\"1.25\",\"0\",\"\""
## [4044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"0\",\"1770\",\"936\",\"0\",\"0\",\"\""
## [4045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1955\",\"571\",\"0\",\"0\",\"\""
## [4046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2929\",\"413\",\"0\",\"0\",\"\""
## [4047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"0\",\"17256\",\"2593\",\"0\",\"0\",\"\""
## [4048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"2101\",\"364\",\"0\",\"0\",\"\""
## [4049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"32\",\"2369\",\"15026\",\"2.13\",\"1.4\",\"\""
## [4050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"2592\",\"1088\",\"0\",\"0\",\"\""
## [4051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"0\",\"7952\",\"3704\",\"0\",\"0\",\"\""
## [4052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"0\",\"6359\",\"2359\",\"0\",\"0\",\"\""
## [4053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"2548\",\"1861\",\"0\",\"0\",\"\""
## [4054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"0\",\"8789\",\"2052\",\"0\",\"0\",\"\""
## [4055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"0\",\"7163\",\"2142\",\"0\",\"0\",\"\""
## [4056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6\",\"3384\",\"4182\",\"1.43\",\"0.2\",\"\""
## [4057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"2692\",\"420\",\"9.52\",\"0.1\",\"\""
## [4058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"0\",\"1930\",\"N/A\",\"N/A\",\"0\",\"\""
## [4059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"0\",\"29408\",\"6379\",\"0\",\"0\",\"\""
## [4060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"0\",\"219569\",\"105951\",\"0\",\"0\",\"\""
## [4061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"0\",\"4229\",\"963\",\"0\",\"0\",\"\""
## [4062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"4684\",\"1219\",\"0\",\"0\",\"\""
## [4063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"0\",\"2220\",\"855\",\"0\",\"0\",\"\""
## [4064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"0\",\"2121\",\"845\",\"0\",\"0\",\"\""
## [4065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"0\",\"5210\",\"3999\",\"0\",\"0\",\"\""
## [4066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"3910\",\"3187\",\"0\",\"0\",\"\""
## [4067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"53\",\"11295\",\"6895\",\"7.69\",\"0.5\",\"\""
## [4068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"0\",\"12403\",\"9412\",\"0\",\"0\",\"\""
## [4069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"8\",\"5348\",\"977\",\"8.19\",\"0.1\",\"\""
## [4070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"0\",\"2899\",\"320\",\"0\",\"0\",\"\""
## [4071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"18\",\"5086\",\"4101\",\"4.39\",\"0.4\",\"\""
## [4072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"27\",\"7282\",\"3903\",\"6.92\",\"0.4\",\"\""
## [4073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"0\",\"10092\",\"5603\",\"0\",\"0\",\"\""
## [4074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2\",\"1530\",\"467\",\"4.28\",\"0.1\",\"\""
## [4075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"4245\",\"606\",\"4.95\",\"0.1\",\"\""
## [4076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"0\",\"21918\",\"16029\",\"0\",\"0\",\"\""
## [4077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"0\",\"11830\",\"9212\",\"0\",\"0\",\"\""
## [4078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Arab\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"0\",\"1313\",\"476\",\"0\",\"0\",\"\""
## [4079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"76,599\",\"932,065\",\"3,820,390\",\"20.05\",\"8.2\",\"\""
## [4080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"106,325\",\"1,125,647\",\"3,820,390\",\"27.83\",\"9.4\",\"\""
## [4081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"152,393\",\"1,409,802\",\"3,820,390\",\"39.89\",\"10.8\",\"\""
## [4082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"143,697\",\"1,284,197\",\"3,820,390\",\"37.61\",\"11.2\",\"\""
## [4083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"111,192\",\"1,284,197\",\"3,820,390\",\"29.1\",\"8.7\",\"\""
## [4084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"14,853\",\"1,284,197\",\"3,820,390\",\"4.53\",\"1.3\",\"\""
## [4085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"19,137\",\"1,284,197\",\"3,820,390\",\"5.01\",\"1.5\",\"\""
## [4086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"138,756\",\"1,220,198\",\"3,820,390\",\"36.32\",\"11.4\",\"\""
## [4087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"125,828\",\"1,220,198\",\"3,820,390\",\"32.94\",\"10.3\",\"\""
## [4088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"1,676\",\"1,220,198\",\"3,820,390\",\"0.47\",\"0.1\",\"\""
## [4089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"12,420\",\"1,220,198\",\"3,820,390\",\"3.25\",\"1\",\"\""
## [4090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"122,884\",\"1,121,123\",\"3,820,390\",\"32.17\",\"11\",\"\""
## [4091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"115,842\",\"1,121,123\",\"3,820,390\",\"30.32\",\"10.3\",\"\""
## [4092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"3,820,390\",\"-\",\"0\",\"\""
## [4093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"7,831\",\"1,121,123\",\"3,820,390\",\"2.05\",\"0.7\",\"\""
## [4094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"91,560\",\"954,314\",\"3,820,390\",\"23.97\",\"9.6\",\"\""
## [4095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"91,709\",\"954,314\",\"3,820,390\",\"24.01\",\"9.6\",\"\""
## [4096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"3,820,390\",\"-\",\"0\",\"\""
## [4097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"539\",\"954,314\",\"3,820,390\",\"0.14\",\"0.1\",\"\""
## [4098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"72,821\",\"841,399\",\"3,820,390\",\"19.06\",\"8.7\",\"\""
## [4099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"73,243\",\"841,399\",\"3,820,390\",\"19.17\",\"8.7\",\"\""
## [4100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"3,820,390\",\"-\",\"0\",\"\""
## [4101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"361\",\"841,399\",\"3,820,390\",\"0.09\",\"0\",\"\""
## [4102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41,858\",\"498,721\",\"3,820,390\",\"10.96\",\"8.4\",\"\""
## [4103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"42,214\",\"498,721\",\"3,820,390\",\"11.05\",\"8.5\",\"\""
## [4104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"3,820,390\",\"-\",\"0\",\"\""
## [4105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"82\",\"498,721\",\"3,820,390\",\"0.02\",\"0\",\"\""
## [4106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"35,440\",\"342,086\",\"3,820,390\",\"9.28\",\"10.4\",\"\""
## [4107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"35,513\",\"342,086\",\"3,820,390\",\"9.3\",\"10.4\",\"\""
## [4108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"3,820,390\",\"-\",\"0\",\"\""
## [4109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"88\",\"342,086\",\"3,820,390\",\"0.02\",\"0\",\"\""
## [4110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,910\",\"266,308\",\"3,820,390\",\"7.57\",\"10.9\",\"\""
## [4111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"29,010\",\"266,308\",\"3,820,390\",\"7.59\",\"10.9\",\"\""
## [4112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"3,820,390\",\"-\",\"0\",\"\""
## [4113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"25\",\"266,308\",\"3,820,390\",\"0.01\",\"0\",\"\""
## [4114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,601\",\"243,589\",\"3,820,390\",\"7.49\",\"11.7\",\"\""
## [4115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"28,504\",\"243,589\",\"3,820,390\",\"7.46\",\"11.7\",\"\""
## [4116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"1\",\"243,589\",\"3,820,390\",\"0\",\"0\",\"\""
## [4117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"272\",\"243,589\",\"3,820,390\",\"0.07\",\"0.1\",\"\""
## [4118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41154\",\"316353\",\"3820390\",\"10.77\",\"13\",\"\""
## [4119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"39353\",\"305196\",\"3,820,390\",\"10.3\",\"12.9\",\"\""
## [4120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"3,820,390\",\"0\",\"0\",\"\""
## [4121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,777\",\"305196\",\"3,820,390\",\"N/A\",\"0.6\",\"\""
## [4122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"60404\",\"461837\",\"4213531\",\"14.34\",\"13.1\",\"\""
## [4123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"58472\",\"461837\",\"3941358\",\"13.88\",\"12.7\",\"\""
## [4124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"3941358\",\"0\",\"0\",\"\""
## [4125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1584\",\"461837\",\"3941358\",\"N/A\",\"0.3\",\"\""
## [4126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"72600\",\"886657\",\"3,574,296\",\"20.31\",\"8.2\",\"\""
## [4127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"101896\",\"1075609\",\"3,574,296\",\"28.51\",\"9.5\",\"\""
## [4128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"147592\",\"1357473\",\"3,574,296\",\"41.29\",\"10.9\",\"\""
## [4129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"139688\",\"1242635\",\"3,574,296\",\"39.08\",\"11.2\",\"\""
## [4130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"133488\",\"1171286\",\"3,574,296\",\"37.35\",\"11.4\",\"\""
## [4131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"118027\",\"1070599\",\"3,574,296\",\"33.02\",\"11\",\"\""
## [4132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"88122\",\"921346\",\"3,574,296\",\"24.65\",\"9.6\",\"\""
## [4133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"69817\",\"814587\",\"3,574,296\",\"19.53\",\"8.6\",\"\""
## [4134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"40336\",\"485097\",\"3,574,296\",\"11.29\",\"8.3\",\"\""
## [4135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"34838\",\"337325\",\"3,574,296\",\"9.75\",\"10.3\",\"\""
## [4136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28547\",\"263806\",\"3,574,296\",\"7.99\",\"10.8\",\"\""
## [4137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28238\",\"241285\",\"3,574,296\",\"7.9\",\"11.7\",\"\""
## [4138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"40592\",\"312139\",\"3,574,296\",\"11.36\",\"13\",\"\""
## [4139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"60056\",\"459468\",\"3941358\",\"15.24\",\"13.1\",\"\""
## [4140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"147,624\",\"1,323,681\",\"3,820,390\",\"38.64\",\"11.2\",\"\""
## [4141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"140,035\",\"1,237,719\",\"3,820,390\",\"36.65\",\"11.3\",\"\""
## [4142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"123,673\",\"1,131,675\",\"3,820,390\",\"32.37\",\"10.9\",\"\""
## [4143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"92,248\",\"963,449\",\"3,820,390\",\"24.15\",\"9.6\",\"\""
## [4144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"73,604\",\"852,465\",\"3,820,390\",\"19.27\",\"8.6\",\"\""
## [4145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"42,296\",\"504,446\",\"3,820,390\",\"11.07\",\"8.4\",\"\""
## [4146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"35,654\",\"345,087\",\"3,820,390\",\"9.33\",\"10.3\",\"\""
## [4147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"29,035\",\"268,447\",\"3,820,390\",\"7.6\",\"10.8\",\"\""
## [4148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"28,787\",\"245,749\",\"3,820,390\",\"7.54\",\"11.7\",\"\""
## [4149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"41496\",\"320808\",\"3820390\",\"10.86\",\"12.9\",\"\""
## [4150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"60923\",\"468431\",\"4213531\",\"14.46\",\"13\",\"\""
## [4151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"143,615\",\"1282119\",\"3574296\",\"40.18\",\"11.2\",\"\""
## [4155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"134,767\",\"1188807\",\"3574296\",\"37.7\",\"11.3\",\"\""
## [4156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"118,816\",\"1081151\",\"3574296\",\"33.24\",\"11\",\"\""
## [4157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"88,810\",\"930481\",\"3574296\",\"24.85\",\"9.5\",\"\""
## [4158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"70,600\",\"825653\",\"3574296\",\"19.75\",\"8.6\",\"\""
## [4159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"40,774\",\"490822\",\"3574296\",\"11.41\",\"8.3\",\"\""
## [4160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"35,052\",\"340326\",\"3574296\",\"9.81\",\"10.3\",\"\""
## [4161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"28,672\",\"265945\",\"3574296\",\"8.02\",\"10.8\",\"\""
## [4162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"28,424\",\"243445\",\"3574296\",\"7.95\",\"11.7\",\"\""
## [4163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"40,934\",\"316594\",\"3574296\",\"11.45\",\"12.9\",\"\""
## [4164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"60575\",\"466062\",\"3941358\",\"15.37\",\"13\",\"\""
## [4165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"153\",\"9,050\",\"33,005\",\"4.64\",\"1.7\",\"\""
## [4166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"144\",\"8,722\",\"33,005\",\"4.36\",\"1.7\",\"\""
## [4167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"278\",\"12,772\",\"33,005\",\"8.42\",\"2.2\",\"\""
## [4168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"170\",\"12,983\",\"33,005\",\"5.15\",\"1.3\",\"\""
## [4169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"252\",\"14,940\",\"33,005\",\"7.64\",\"1.7\",\"\""
## [4170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"351\",\"20,911\",\"33,005\",\"10.63\",\"1.7\",\"\""
## [4171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"539\",\"29,588\",\"33,005\",\"16.33\",\"1.8\",\"\""
## [4172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"455\",\"23,728\",\"33,005\",\"13.79\",\"1.9\",\"\""
## [4173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"227\",\"9,973\",\"33,005\",\"6.88\",\"2.3\",\"\""
## [4174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"109\",\"4,929\",\"33,005\",\"3.3\",\"2.2\",\"\""
## [4175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"77\",\"4,723\",\"33,005\",\"2.33\",\"1.6\",\"\""
## [4176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"112\",\"4,734\",\"33,005\",\"3.39\",\"2.4\",\"\""
## [4177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"133\",\"4589\",\"33005\",\"4.03\",\"2.9\",\"\""
## [4178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"165\",\"6013\",\"41981\",\"3.93\",\"2.7\",\"\""
## [4179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"656\",\"4,279\",\"81,480\",\"8.05\",\"15.3\",\"\""
## [4180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"767\",\"4,614\",\"81,480\",\"9.41\",\"16.6\",\"\""
## [4181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,205\",\"8,076\",\"81,480\",\"14.79\",\"14.9\",\"\""
## [4182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,140\",\"6,908\",\"81,480\",\"13.99\",\"16.5\",\"\""
## [4183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,483\",\"8,856\",\"81,480\",\"18.2\",\"16.7\",\"\""
## [4184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,005\",\"6,886\",\"81,480\",\"12.33\",\"14.6\",\"\""
## [4185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,199\",\"7,365\",\"81,480\",\"14.72\",\"16.3\",\"\""
## [4186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"875\",\"5,515\",\"81,480\",\"10.74\",\"15.9\",\"\""
## [4187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"445\",\"2,476\",\"81,480\",\"5.46\",\"18\",\"\""
## [4188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"318\",\"1,891\",\"81,480\",\"3.9\",\"16.8\",\"\""
## [4189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"244\",\"1,373\",\"81,480\",\"2.99\",\"17.8\",\"\""
## [4190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"253\",\"1,244\",\"81,480\",\"3.11\",\"20.3\",\"\""
## [4191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"339\",\"1631\",\"81480\",\"4.16\",\"20.8\",\"\""
## [4192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"506\",\"2564\",\"85286\",\"5.93\",\"19.7\",\"\""
## [4193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3,927\",\"39,484\",\"N/A\",\"N/A\",\"9.9\",\"\""
## [4194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,279\",\"17,521\",\"N/A\",\"N/A\",\"7.3\",\"\""
## [4195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"789\",\"10,552\",\"N/A\",\"N/A\",\"7.5\",\"\""
## [4196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"688\",\"9,135\",\"N/A\",\"N/A\",\"7.5\",\"\""
## [4197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"783\",\"11,066\",\"N/A\",\"N/A\",\"7.1\",\"\""
## [4198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"438\",\"5,725\",\"N/A\",\"N/A\",\"7.7\",\"\""
## [4199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"214\",\"3,001\",\"N/A\",\"N/A\",\"7.1\",\"\""
## [4200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"125\",\"2,139\",\"N/A\",\"N/A\",\"5.8\",\"\""
## [4201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"186\",\"2,160\",\"N/A\",\"N/A\",\"8.6\",\"\""
## [4202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"342\",\"4455\",\"N/A\",\"N/A\",\"7.7\",\"\""
## [4203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"519\",\"6594\",\"N/A\",\"N/A\",\"7.9\",\"\""
## [4204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"442\",\"8,582\",\"39,535\",\"11.18\",\"5.2\",\"\""
## [4205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"417\",\"9,811\",\"39,535\",\"10.55\",\"4.3\",\"\""
## [4206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"248\",\"5,286\",\"39,535\",\"6.27\",\"4.7\",\"\""
## [4207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"346\",\"6,070\",\"39,535\",\"8.75\",\"5.7\",\"\""
## [4208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"898\",\"13,145\",\"39,535\",\"22.71\",\"6.8\",\"\""
## [4209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"990\",\"16,900\",\"39,535\",\"25.04\",\"5.9\",\"\""
## [4210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"900\",\"16,169\",\"39,535\",\"22.76\",\"5.6\",\"\""
## [4211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"731\",\"12,292\",\"39,535\",\"18.49\",\"5.9\",\"\""
## [4212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"427\",\"5,715\",\"39,535\",\"10.8\",\"7.5\",\"\""
## [4213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"264\",\"2,836\",\"39,535\",\"6.68\",\"9.3\",\"\""
## [4214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"87\",\"1,084\",\"39,535\",\"2.2\",\"8\",\"\""
## [4215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"37\",\"775\",\"39,535\",\"0.94\",\"4.8\",\"\""
## [4216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"104\",\"1363\",\"39535\",\"2.63\",\"7.6\",\"\""
## [4217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"163\",\"2018\",\"47130\",\"3.46\",\"8.1\",\"\""
## [4218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"46\",\"6,390\",\"12,794\",\"3.6\",\"0.7\",\"\""
## [4219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"56\",\"5,547\",\"12,794\",\"4.38\",\"1\",\"\""
## [4220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"64\",\"4,976\",\"12,794\",\"5\",\"1.3\",\"\""
## [4221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"100\",\"5,193\",\"12,794\",\"7.82\",\"1.9\",\"\""
## [4222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"63\",\"6,002\",\"12,794\",\"4.92\",\"1\",\"\""
## [4223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"132\",\"7,787\",\"12,794\",\"10.32\",\"1.7\",\"\""
## [4224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"51\",\"4,934\",\"12,794\",\"3.99\",\"1\",\"\""
## [4225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"127\",\"6,541\",\"12,794\",\"9.93\",\"1.9\",\"\""
## [4226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"168\",\"9,203\",\"12,794\",\"13.13\",\"1.8\",\"\""
## [4227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"3,839\",\"12,794\",\"1.64\",\"0.5\",\"\""
## [4228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"2,004\",\"12,794\",\"1.17\",\"0.7\",\"\""
## [4229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"12\",\"1,889\",\"12,794\",\"0.94\",\"0.6\",\"\""
## [4230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"30\",\"2104\",\"12794\",\"2.34\",\"1.4\",\"\""
## [4231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"32\",\"3352\",\"16011\",\"2\",\"1\",\"\""
## [4232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"303\",\"11,453\",\"17,419\",\"17.39\",\"2.6\",\"\""
## [4233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"370\",\"15,573\",\"17,419\",\"21.24\",\"2.4\",\"\""
## [4234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"440\",\"17,357\",\"17,419\",\"25.26\",\"2.5\",\"\""
## [4235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"623\",\"24,197\",\"17,419\",\"35.77\",\"2.6\",\"\""
## [4236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"605\",\"29,911\",\"17,419\",\"34.73\",\"2\",\"\""
## [4237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"540\",\"30,424\",\"17,419\",\"31\",\"1.8\",\"\""
## [4238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"582\",\"31,104\",\"17,419\",\"33.41\",\"1.9\",\"\""
## [4239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"556\",\"24,616\",\"17,419\",\"31.92\",\"2.3\",\"\""
## [4240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"259\",\"9,281\",\"17,419\",\"14.87\",\"2.8\",\"\""
## [4241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"92\",\"2,717\",\"17,419\",\"5.28\",\"3.4\",\"\""
## [4242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"59\",\"943\",\"17,419\",\"3.39\",\"6.3\",\"\""
## [4243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"47\",\"804\",\"17,419\",\"2.7\",\"5.8\",\"\""
## [4244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"46\",\"794\",\"17419\",\"2.64\",\"5.8\",\"\""
## [4245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"81\",\"1729\",\"19573\",\"4.14\",\"4.7\",\"\""
## [4246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"49\",\"8,071\",\"2,913\",\"16.82\",\"0.6\",\"\""
## [4247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"151\",\"8,849\",\"2,913\",\"51.84\",\"1.7\",\"\""
## [4248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"207\",\"8,588\",\"2,913\",\"71.06\",\"2.4\",\"\""
## [4249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"145\",\"10,365\",\"2,913\",\"49.78\",\"1.4\",\"\""
## [4250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"62\",\"10,183\",\"2,913\",\"21.28\",\"0.6\",\"\""
## [4251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"73\",\"13,685\",\"2,913\",\"25.06\",\"0.5\",\"\""
## [4252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"53\",\"12,251\",\"2,913\",\"18.19\",\"0.4\",\"\""
## [4253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"57\",\"9,616\",\"2,913\",\"19.57\",\"0.6\",\"\""
## [4254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"43\",\"5,622\",\"2,913\",\"14.76\",\"0.8\",\"\""
## [4255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"43\",\"3,490\",\"2,913\",\"14.76\",\"1.2\",\"\""
## [4256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"1,755\",\"2,913\",\"7.21\",\"1.2\",\"\""
## [4257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"1,366\",\"2,913\",\"7.21\",\"1.5\",\"\""
## [4258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"1558\",\"2913\",\"6.18\",\"1.2\",\"\""
## [4259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"17\",\"1867\",\"4066\",\"4.18\",\"0.9\",\"\""
## [4260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"355\",\"8,368\",\"36,871\",\"9.63\",\"4.2\",\"\""
## [4261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"326\",\"7,999\",\"36,871\",\"8.84\",\"4.1\",\"\""
## [4262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"389\",\"7,695\",\"36,871\",\"10.55\",\"5.1\",\"\""
## [4263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"517\",\"8,411\",\"36,871\",\"14.02\",\"6.1\",\"\""
## [4264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"578\",\"11,336\",\"36,871\",\"15.68\",\"5.1\",\"\""
## [4265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"782\",\"14,875\",\"36,871\",\"21.21\",\"5.3\",\"\""
## [4266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"782\",\"12,377\",\"36,871\",\"21.21\",\"6.3\",\"\""
## [4267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"407\",\"6,211\",\"36,871\",\"11.04\",\"6.6\",\"\""
## [4268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"356\",\"5,291\",\"36,871\",\"9.66\",\"6.7\",\"\""
## [4269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"322\",\"3,534\",\"36,871\",\"8.73\",\"9.1\",\"\""
## [4270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"127\",\"1,724\",\"36,871\",\"3.44\",\"7.4\",\"\""
## [4271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"85\",\"1,084\",\"36,871\",\"2.31\",\"7.8\",\"\""
## [4272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"143\",\"1431\",\"36871\",\"3.88\",\"10\",\"\""
## [4273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"116\",\"1517\",\"39890\",\"2.91\",\"7.6\",\"\""
## [4274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"77\",\"24,411\",\"11,694\",\"6.58\",\"0.3\",\"\""
## [4275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"97\",\"20,731\",\"11,694\",\"8.29\",\"0.5\",\"\""
## [4276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"111\",\"21,875\",\"11,694\",\"9.49\",\"0.5\",\"\""
## [4277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"116\",\"22,967\",\"11,694\",\"9.92\",\"0.5\",\"\""
## [4278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"82\",\"19,460\",\"11,694\",\"7.01\",\"0.4\",\"\""
## [4279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"88\",\"16,876\",\"11,694\",\"7.53\",\"0.5\",\"\""
## [4280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"94\",\"13,107\",\"11,694\",\"8.04\",\"0.7\",\"\""
## [4281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"92\",\"13,125\",\"11,694\",\"7.87\",\"0.7\",\"\""
## [4282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"52\",\"8,010\",\"11,694\",\"4.45\",\"0.6\",\"\""
## [4283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"45\",\"5,802\",\"11,694\",\"3.85\",\"0.8\",\"\""
## [4284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"51\",\"4,744\",\"11,694\",\"4.36\",\"1.1\",\"\""
## [4285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"52\",\"4,445\",\"11,694\",\"4.45\",\"1.2\",\"\""
## [4286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"26\",\"4088\",\"11694\",\"2.22\",\"0.6\",\"\""
## [4287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"57\",\"4396\",\"17405\",\"3.27\",\"1.3\",\"\""
## [4288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"66\",\"6,543\",\"10,694\",\"6.17\",\"1\",\"\""
## [4289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"102\",\"7,786\",\"10,694\",\"9.54\",\"1.3\",\"\""
## [4290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"72\",\"6,426\",\"10,694\",\"6.73\",\"1.1\",\"\""
## [4291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"131\",\"6,561\",\"10,694\",\"12.25\",\"2\",\"\""
## [4292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"78\",\"6,728\",\"10,694\",\"7.29\",\"1.2\",\"\""
## [4293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"90\",\"6,924\",\"10,694\",\"8.42\",\"1.3\",\"\""
## [4294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"103\",\"7,549\",\"10,694\",\"9.63\",\"1.4\",\"\""
## [4295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"144\",\"8,329\",\"10,694\",\"13.47\",\"1.7\",\"\""
## [4296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"135\",\"6,985\",\"10,694\",\"12.62\",\"1.9\",\"\""
## [4297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"88\",\"4,278\",\"10,694\",\"8.23\",\"2.1\",\"\""
## [4298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"35\",\"2,895\",\"10,694\",\"3.27\",\"1.2\",\"\""
## [4299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"37\",\"2,117\",\"10,694\",\"3.46\",\"1.7\",\"\""
## [4300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"48\",\"2071\",\"10694\",\"4.49\",\"2.3\",\"\""
## [4301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"23\",\"1770\",\"14175\",\"1.62\",\"1.3\",\"\""
## [4302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"36\",\"8,302\",\"5,114\",\"7.04\",\"0.4\",\"\""
## [4303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"7,950\",\"5,114\",\"3.13\",\"0.2\",\"\""
## [4304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"5,249\",\"5,114\",\"2.54\",\"0.2\",\"\""
## [4305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"14\",\"5,835\",\"5,114\",\"2.74\",\"0.2\",\"\""
## [4306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"4,902\",\"5,114\",\"2.93\",\"0.3\",\"\""
## [4307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"23\",\"5,272\",\"5,114\",\"4.5\",\"0.4\",\"\""
## [4308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"40\",\"8,528\",\"5,114\",\"7.82\",\"0.5\",\"\""
## [4309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"44\",\"12,058\",\"5,114\",\"8.6\",\"0.4\",\"\""
## [4310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"35\",\"8,189\",\"5,114\",\"6.84\",\"0.4\",\"\""
## [4311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"18\",\"4,433\",\"5,114\",\"3.52\",\"0.4\",\"\""
## [4312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"1,705\",\"5,114\",\"3.13\",\"0.9\",\"\""
## [4313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"1,455\",\"5,114\",\"3.13\",\"1.1\",\"\""
## [4314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"17\",\"1711\",\"5114\",\"3.32\",\"1\",\"\""
## [4315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"30\",\"1955\",\"7061\",\"4.25\",\"1.5\",\"\""
## [4316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"31\",\"8,384\",\"4,274\",\"7.25\",\"0.4\",\"\""
## [4317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"26\",\"7,049\",\"4,274\",\"6.08\",\"0.4\",\"\""
## [4318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"77\",\"10,141\",\"4,274\",\"18.02\",\"0.8\",\"\""
## [4319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"72\",\"12,048\",\"4,274\",\"16.85\",\"0.6\",\"\""
## [4320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"70\",\"14,203\",\"4,274\",\"16.38\",\"0.5\",\"\""
## [4321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"66\",\"12,957\",\"4,274\",\"15.44\",\"0.5\",\"\""
## [4322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"86\",\"13,125\",\"4,274\",\"20.12\",\"0.7\",\"\""
## [4323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"66\",\"8,988\",\"4,274\",\"15.44\",\"0.7\",\"\""
## [4324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"53\",\"5,156\",\"4,274\",\"12.4\",\"1\",\"\""
## [4325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"30\",\"3,632\",\"4,274\",\"7.02\",\"0.8\",\"\""
## [4326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"20\",\"2,292\",\"4,274\",\"4.68\",\"0.9\",\"\""
## [4327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"17\",\"2,007\",\"4,274\",\"3.98\",\"0.8\",\"\""
## [4328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"37\",\"2648\",\"4274\",\"8.66\",\"1.4\",\"\""
## [4329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"31\",\"2929\",\"5270\",\"5.88\",\"1.1\",\"\""
## [4330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"186\",\"9,604\",\"38,954\",\"4.77\",\"1.9\",\"\""
## [4331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"452\",\"13,588\",\"38,954\",\"11.6\",\"3.3\",\"\""
## [4332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"360\",\"12,318\",\"38,954\",\"9.24\",\"2.9\",\"\""
## [4333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"312\",\"9,359\",\"38,954\",\"8.01\",\"3.3\",\"\""
## [4334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"153\",\"5,803\",\"38,954\",\"3.93\",\"2.6\",\"\""
## [4335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"77\",\"3,629\",\"38,954\",\"1.98\",\"2.1\",\"\""
## [4336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"132\",\"4,326\",\"38,954\",\"3.39\",\"3.1\",\"\""
## [4337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"232\",\"8,726\",\"38,954\",\"5.96\",\"2.7\",\"\""
## [4338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"140\",\"4,835\",\"38,954\",\"3.59\",\"2.9\",\"\""
## [4339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"89\",\"2,200\",\"38,954\",\"2.28\",\"4\",\"\""
## [4340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"131\",\"3,148\",\"38,954\",\"3.36\",\"4.2\",\"\""
## [4341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"119\",\"3,004\",\"38,954\",\"3.05\",\"4\",\"\""
## [4342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"288\",\"7452\",\"38954\",\"7.39\",\"3.9\",\"\""
## [4343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"679\",\"17256\",\"47227\",\"14.38\",\"3.9\",\"\""
## [4344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"92\",\"4,837\",\"10,522\",\"8.74\",\"1.9\",\"\""
## [4345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"93\",\"5,554\",\"10,522\",\"8.84\",\"1.7\",\"\""
## [4346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"105\",\"6,227\",\"10,522\",\"9.98\",\"1.7\",\"\""
## [4347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"124\",\"5,464\",\"10,522\",\"11.78\",\"2.3\",\"\""
## [4348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"116\",\"4,447\",\"10,522\",\"11.02\",\"2.6\",\"\""
## [4349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"164\",\"5,062\",\"10,522\",\"15.59\",\"3.2\",\"\""
## [4350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"91\",\"4,701\",\"10,522\",\"8.65\",\"1.9\",\"\""
## [4351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"68\",\"4,445\",\"10,522\",\"6.46\",\"1.5\",\"\""
## [4352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"2,667\",\"10,522\",\"4.75\",\"1.9\",\"\""
## [4353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"44\",\"2,018\",\"10,522\",\"4.18\",\"2.2\",\"\""
## [4354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"1,720\",\"10,522\",\"3.8\",\"2.3\",\"\""
## [4355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"38\",\"1,659\",\"10,522\",\"3.61\",\"2.3\",\"\""
## [4356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"31\",\"1765\",\"10522\",\"2.95\",\"1.8\",\"\""
## [4357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"39\",\"2101\",\"12433\",\"3.14\",\"1.9\",\"\""
## [4358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,999\",\"45,408\",\"246,094\",\"16.25\",\"8.8\",\"\""
## [4359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,429\",\"50,038\",\"246,094\",\"18\",\"8.9\",\"\""
## [4360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,801\",\"52,329\",\"246,094\",\"19.51\",\"9.2\",\"\""
## [4361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,009\",\"41,562\",\"246,094\",\"16.29\",\"9.6\",\"\""
## [4362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"5,268\",\"48,912\",\"246,094\",\"21.41\",\"10.8\",\"\""
## [4363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,857\",\"50,524\",\"246,094\",\"19.74\",\"9.6\",\"\""
## [4364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,438\",\"32,968\",\"246,094\",\"13.97\",\"10.4\",\"\""
## [4365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,004\",\"26,812\",\"246,094\",\"12.21\",\"11.2\",\"\""
## [4366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,522\",\"13,624\",\"246,094\",\"6.18\",\"11.2\",\"\""
## [4367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"602\",\"4,761\",\"246,094\",\"2.45\",\"12.6\",\"\""
## [4368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"363\",\"2,502\",\"246,094\",\"1.48\",\"14.5\",\"\""
## [4369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"363\",\"2,304\",\"246,094\",\"1.48\",\"15.8\",\"\""
## [4370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"562\",\"4214\",\"246094\",\"2.28\",\"13.3\",\"\""
## [4371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"348\",\"2369\",\"272173\",\"1.28\",\"14.7\",\"\""
## [4372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"149\",\"5,627\",\"10,076\",\"14.79\",\"2.6\",\"\""
## [4373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"193\",\"7,275\",\"10,076\",\"19.15\",\"2.7\",\"\""
## [4374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"178\",\"6,859\",\"10,076\",\"17.67\",\"2.6\",\"\""
## [4375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"517\",\"9,022\",\"10,076\",\"51.31\",\"5.7\",\"\""
## [4376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"425\",\"8,018\",\"10,076\",\"42.18\",\"5.3\",\"\""
## [4377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"372\",\"7,188\",\"10,076\",\"36.92\",\"5.2\",\"\""
## [4378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"312\",\"8,875\",\"10,076\",\"30.96\",\"3.5\",\"\""
## [4379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"110\",\"3,947\",\"10,076\",\"10.92\",\"2.8\",\"\""
## [4380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"63\",\"2,086\",\"10,076\",\"6.25\",\"3\",\"\""
## [4381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"26\",\"1,092\",\"10,076\",\"2.58\",\"2.4\",\"\""
## [4382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"54\",\"1,310\",\"10,076\",\"5.36\",\"4.1\",\"\""
## [4383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"28\",\"667\",\"10,076\",\"2.78\",\"4.2\",\"\""
## [4384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"141\",\"1850\",\"10076\",\"13.99\",\"7.6\",\"\""
## [4385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"202\",\"2592\",\"11694\",\"17.27\",\"7.8\",\"\""
## [4386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"413\",\"23,137\",\"57,352\",\"7.2\",\"1.8\",\"\""
## [4387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"752\",\"24,400\",\"57,352\",\"13.11\",\"3.1\",\"\""
## [4388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"762\",\"25,589\",\"57,352\",\"13.29\",\"3\",\"\""
## [4389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"593\",\"21,096\",\"57,352\",\"10.34\",\"2.8\",\"\""
## [4390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"805\",\"26,013\",\"57,352\",\"14.04\",\"3.1\",\"\""
## [4391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"919\",\"31,212\",\"57,352\",\"16.02\",\"2.9\",\"\""
## [4392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"809\",\"30,422\",\"57,352\",\"14.11\",\"2.7\",\"\""
## [4393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"706\",\"27,917\",\"57,352\",\"12.31\",\"2.5\",\"\""
## [4394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"450\",\"17,375\",\"57,352\",\"7.85\",\"2.6\",\"\""
## [4395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"310\",\"10,238\",\"57,352\",\"5.41\",\"3\",\"\""
## [4396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"218\",\"7,762\",\"57,352\",\"3.8\",\"2.8\",\"\""
## [4397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"237\",\"7,207\",\"57,352\",\"4.13\",\"3.3\",\"\""
## [4398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"256\",\"7072\",\"57352\",\"4.46\",\"3.6\",\"\""
## [4399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"410\",\"7952\",\"69236\",\"5.92\",\"5.2\",\"\""
## [4400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"602\",\"10,276\",\"64,119\",\"9.39\",\"5.9\",\"\""
## [4401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"741\",\"11,788\",\"64,119\",\"11.56\",\"6.3\",\"\""
## [4402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,413\",\"18,796\",\"64,119\",\"22.04\",\"7.5\",\"\""
## [4403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"907\",\"12,847\",\"64,119\",\"14.15\",\"7.1\",\"\""
## [4404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"813\",\"10,450\",\"64,119\",\"12.68\",\"7.8\",\"\""
## [4405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"567\",\"9,329\",\"64,119\",\"8.84\",\"6.1\",\"\""
## [4406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,011\",\"14,876\",\"64,119\",\"15.77\",\"6.8\",\"\""
## [4407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,586\",\"22,302\",\"64,119\",\"24.74\",\"7.1\",\"\""
## [4408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"759\",\"10,429\",\"64,119\",\"11.84\",\"7.3\",\"\""
## [4409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"582\",\"7,162\",\"64,119\",\"9.08\",\"8.1\",\"\""
## [4410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"459\",\"6,420\",\"64,119\",\"7.16\",\"7.1\",\"\""
## [4411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"460\",\"5,755\",\"64,119\",\"7.17\",\"8\",\"\""
## [4412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"357\",\"5601\",\"64119\",\"5.57\",\"6.4\",\"\""
## [4413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"450\",\"6359\",\"72581\",\"6.2\",\"7.1\",\"\""
## [4414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"113\",\"9,856\",\"12,191\",\"9.27\",\"1.1\",\"\""
## [4415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"127\",\"11,689\",\"12,191\",\"10.42\",\"1.1\",\"\""
## [4416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"179\",\"11,077\",\"12,191\",\"14.68\",\"1.6\",\"\""
## [4417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"168\",\"9,485\",\"12,191\",\"13.78\",\"1.8\",\"\""
## [4418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"151\",\"8,907\",\"12,191\",\"12.39\",\"1.7\",\"\""
## [4419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"225\",\"10,363\",\"12,191\",\"18.46\",\"2.2\",\"\""
## [4420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"174\",\"10,317\",\"12,191\",\"14.27\",\"1.7\",\"\""
## [4421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"125\",\"6,512\",\"12,191\",\"10.25\",\"1.9\",\"\""
## [4422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"89\",\"3,154\",\"12,191\",\"7.3\",\"2.8\",\"\""
## [4423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"7\",\"739\",\"12,191\",\"0.57\",\"0.9\",\"\""
## [4424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"16\",\"716\",\"12,191\",\"1.31\",\"2.2\",\"\""
## [4425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"26\",\"1,011\",\"12,191\",\"2.13\",\"2.6\",\"\""
## [4426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"1278\",\"12191\",\"2.21\",\"2.1\",\"\""
## [4427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"70\",\"2548\",\"16110\",\"4.35\",\"2.7\",\"\""
## [4428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"284\",\"13,888\",\"54,186\",\"5.24\",\"2\",\"\""
## [4429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"440\",\"15,487\",\"54,186\",\"8.12\",\"2.8\",\"\""
## [4430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"423\",\"17,225\",\"54,186\",\"7.81\",\"2.5\",\"\""
## [4431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"475\",\"14,764\",\"54,186\",\"8.77\",\"3.2\",\"\""
## [4432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"292\",\"11,595\",\"54,186\",\"5.39\",\"2.5\",\"\""
## [4433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"177\",\"8,144\",\"54,186\",\"3.27\",\"2.2\",\"\""
## [4434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"170\",\"7,996\",\"54,186\",\"3.14\",\"2.1\",\"\""
## [4435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"248\",\"8,969\",\"54,186\",\"4.58\",\"2.8\",\"\""
## [4436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"227\",\"8,989\",\"54,186\",\"4.19\",\"2.5\",\"\""
## [4437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"164\",\"6,845\",\"54,186\",\"3.03\",\"2.4\",\"\""
## [4438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"274\",\"6,328\",\"54,186\",\"5.06\",\"4.3\",\"\""
## [4439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"244\",\"5,830\",\"54,186\",\"4.5\",\"4.2\",\"\""
## [4440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"262\",\"5404\",\"54186\",\"4.84\",\"4.8\",\"\""
## [4441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"253\",\"8789\",\"61229\",\"4.13\",\"2.9\",\"\""
## [4442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,309\",\"17,874\",\"108,784\",\"12.03\",\"7.3\",\"\""
## [4443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,653\",\"22,878\",\"108,784\",\"15.2\",\"7.2\",\"\""
## [4444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,800\",\"22,899\",\"108,784\",\"16.55\",\"7.9\",\"\""
## [4445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,268\",\"26,384\",\"108,784\",\"20.85\",\"8.6\",\"\""
## [4446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,580\",\"26,255\",\"108,784\",\"23.72\",\"9.8\",\"\""
## [4447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,809\",\"20,851\",\"108,784\",\"16.63\",\"8.7\",\"\""
## [4448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,324\",\"18,152\",\"108,784\",\"12.17\",\"7.3\",\"\""
## [4449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,203\",\"15,748\",\"108,784\",\"11.06\",\"7.6\",\"\""
## [4450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"638\",\"7,723\",\"108,784\",\"5.86\",\"8.3\",\"\""
## [4451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"541\",\"5,472\",\"108,784\",\"4.97\",\"9.9\",\"\""
## [4452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"273\",\"3,074\",\"108,784\",\"2.51\",\"8.9\",\"\""
## [4453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"341\",\"2,807\",\"108,784\",\"3.13\",\"12.1\",\"\""
## [4454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"420\",\"3825\",\"108784\",\"3.86\",\"11\",\"\""
## [4455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1000\",\"7163\",\"114830\",\"8.71\",\"14\",\"\""
## [4456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,048\",\"19,364\",\"155,740\",\"19.57\",\"15.7\",\"\""
## [4457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,170\",\"20,890\",\"155,740\",\"20.35\",\"15.2\",\"\""
## [4458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,095\",\"19,250\",\"155,740\",\"19.87\",\"16.1\",\"\""
## [4459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,904\",\"23,349\",\"155,740\",\"25.07\",\"16.7\",\"\""
## [4460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4,037\",\"22,386\",\"155,740\",\"25.92\",\"18\",\"\""
## [4461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,887\",\"10,091\",\"155,740\",\"12.12\",\"18.7\",\"\""
## [4462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,033\",\"5,831\",\"155,740\",\"6.63\",\"17.7\",\"\""
## [4463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"762\",\"4,376\",\"155,740\",\"4.89\",\"17.4\",\"\""
## [4464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"530\",\"3,129\",\"155,740\",\"3.4\",\"16.9\",\"\""
## [4465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"302\",\"1,719\",\"155,740\",\"1.94\",\"17.6\",\"\""
## [4466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"134\",\"1,342\",\"155,740\",\"0.86\",\"10\",\"\""
## [4467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"216\",\"1,465\",\"155,740\",\"1.39\",\"14.7\",\"\""
## [4468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"332\",\"2685\",\"155740\",\"2.13\",\"12.4\",\"\""
## [4469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"526\",\"3384\",\"163612\",\"3.21\",\"15.5\",\"\""
## [4470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"54\",\"8,609\",\"5,579\",\"9.68\",\"0.6\",\"\""
## [4471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"63\",\"11,818\",\"5,579\",\"11.29\",\"0.5\",\"\""
## [4472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"94\",\"13,353\",\"5,579\",\"16.85\",\"0.7\",\"\""
## [4473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"70\",\"10,521\",\"5,579\",\"12.55\",\"0.7\",\"\""
## [4474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"63\",\"9,651\",\"5,579\",\"11.29\",\"0.7\",\"\""
## [4475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"55\",\"6,343\",\"5,579\",\"9.86\",\"0.9\",\"\""
## [4476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"45\",\"6,999\",\"5,579\",\"8.07\",\"0.6\",\"\""
## [4477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"54\",\"8,942\",\"5,579\",\"9.68\",\"0.6\",\"\""
## [4478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"23\",\"5,881\",\"5,579\",\"4.12\",\"0.4\",\"\""
## [4479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"3,812\",\"5,579\",\"3.05\",\"0.4\",\"\""
## [4480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"14\",\"2,186\",\"5,579\",\"2.51\",\"0.6\",\"\""
## [4481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"2,048\",\"5,579\",\"2.33\",\"0.6\",\"\""
## [4482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"33\",\"2546\",\"5579\",\"5.92\",\"1.3\",\"\""
## [4483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"47\",\"2692\",\"7316\",\"6.42\",\"1.7\",\"\""
## [4484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"904\",\"6,912\",\"N/A\",\"N/A\",\"13.1\",\"\""
## [4485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,025\",\"7,581\",\"N/A\",\"N/A\",\"13.5\",\"\""
## [4486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"972\",\"7,300\",\"N/A\",\"N/A\",\"13.3\",\"\""
## [4487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"784\",\"5,420\",\"N/A\",\"N/A\",\"14.5\",\"\""
## [4488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"724\",\"4,078\",\"N/A\",\"N/A\",\"17.8\",\"\""
## [4489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"544\",\"3,251\",\"N/A\",\"N/A\",\"16.7\",\"\""
## [4490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"449\",\"2,645\",\"N/A\",\"N/A\",\"17\",\"\""
## [4491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"381\",\"2,231\",\"N/A\",\"N/A\",\"17.1\",\"\""
## [4492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"319\",\"1,539\",\"N/A\",\"N/A\",\"20.7\",\"\""
## [4493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"232\",\"1,322\",\"N/A\",\"N/A\",\"17.5\",\"\""
## [4494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"206\",\"1,122\",\"N/A\",\"N/A\",\"18.4\",\"\""
## [4495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"226\",\"1,004\",\"N/A\",\"N/A\",\"22.5\",\"\""
## [4496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"257\",\"1111\",\"N/A\",\"N/A\",\"23.1\",\"\""
## [4497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"344\",\"1930\",\"N/A\",\"N/A\",\"17.8\",\"\""
## [4498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"292\",\"47,870\",\"18,851\",\"15.49\",\"0.6\",\"\""
## [4499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"439\",\"64,607\",\"18,851\",\"23.29\",\"0.7\",\"\""
## [4500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"476\",\"68,915\",\"18,851\",\"25.25\",\"0.7\",\"\""
## [4501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"287\",\"59,659\",\"18,851\",\"15.22\",\"0.5\",\"\""
## [4502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"286\",\"43,877\",\"18,851\",\"15.17\",\"0.7\",\"\""
## [4503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"174\",\"25,691\",\"18,851\",\"9.23\",\"0.7\",\"\""
## [4504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"181\",\"29,117\",\"18,851\",\"9.6\",\"0.6\",\"\""
## [4505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"267\",\"35,855\",\"18,851\",\"14.16\",\"0.7\",\"\""
## [4506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"203\",\"24,523\",\"18,851\",\"10.77\",\"0.8\",\"\""
## [4507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"55\",\"6,450\",\"18,851\",\"2.92\",\"0.9\",\"\""
## [4508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"85\",\"6,650\",\"18,851\",\"4.51\",\"1.3\",\"\""
## [4509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"101\",\"9,257\",\"18,851\",\"5.36\",\"1.1\",\"\""
## [4510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"197\",\"17576\",\"18851\",\"10.45\",\"1.1\",\"\""
## [4511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"426\",\"29408\",\"30405\",\"14.01\",\"1.4\",\"\""
## [4512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"40,783\",\"294,467\",\"1,386,619\",\"29.41\",\"13.8\",\"\""
## [4513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"66,762\",\"448,957\",\"1,386,619\",\"48.15\",\"14.9\",\"\""
## [4514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"110,518\",\"721,451\",\"1,386,619\",\"79.7\",\"15.3\",\"\""
## [4515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"101,885\",\"624,009\",\"1,386,619\",\"73.48\",\"16.3\",\"\""
## [4516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"95,901\",\"560,544\",\"1,386,619\",\"69.16\",\"17.1\",\"\""
## [4517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"81,142\",\"480,702\",\"1,386,619\",\"58.52\",\"16.9\",\"\""
## [4518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"54,456\",\"338,973\",\"1,386,619\",\"39.27\",\"16.1\",\"\""
## [4519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"40,594\",\"270,086\",\"1,386,619\",\"29.28\",\"15\",\"\""
## [4520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"22,327\",\"157,738\",\"1,386,619\",\"16.1\",\"14.2\",\"\""
## [4521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20,589\",\"140,198\",\"1,386,619\",\"14.85\",\"14.7\",\"\""
## [4522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"17,659\",\"121,607\",\"1,386,619\",\"12.74\",\"14.5\",\"\""
## [4523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18,225\",\"116,385\",\"1,386,619\",\"13.14\",\"15.7\",\"\""
## [4524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26213\",\"149592\",\"1386619\",\"18.9\",\"17.5\",\"\""
## [4525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"38788\",\"219569\",\"1510606\",\"25.68\",\"17.7\",\"\""
## [4526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"90\",\"8,298\",\"9,809\",\"9.18\",\"1.1\",\"\""
## [4527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"201\",\"8,541\",\"9,809\",\"20.49\",\"2.4\",\"\""
## [4528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"143\",\"11,467\",\"9,809\",\"14.58\",\"1.2\",\"\""
## [4529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"186\",\"13,075\",\"9,809\",\"18.96\",\"1.4\",\"\""
## [4530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"160\",\"15,350\",\"9,809\",\"16.31\",\"1\",\"\""
## [4531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"143\",\"16,047\",\"9,809\",\"14.58\",\"0.9\",\"\""
## [4532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"258\",\"14,297\",\"9,809\",\"26.3\",\"1.8\",\"\""
## [4533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"198\",\"13,070\",\"9,809\",\"20.19\",\"1.5\",\"\""
## [4534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"108\",\"9,226\",\"9,809\",\"11.01\",\"1.2\",\"\""
## [4535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"126\",\"5,277\",\"9,809\",\"12.85\",\"2.4\",\"\""
## [4536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"51\",\"3,682\",\"9,809\",\"5.2\",\"1.4\",\"\""
## [4537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"33\",\"2,075\",\"9,809\",\"3.36\",\"1.6\",\"\""
## [4538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"36\",\"2707\",\"9809\",\"3.67\",\"1.3\",\"\""
## [4539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"56\",\"4229\",\"13017\",\"4.3\",\"1.3\",\"\""
## [4540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"40\",\"14,537\",\"6,336\",\"6.31\",\"0.3\",\"\""
## [4541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"40\",\"11,940\",\"6,336\",\"6.31\",\"0.3\",\"\""
## [4542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"48\",\"8,229\",\"6,336\",\"7.58\",\"0.6\",\"\""
## [4543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"37\",\"6,212\",\"6,336\",\"5.84\",\"0.6\",\"\""
## [4544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"39\",\"6,169\",\"6,336\",\"6.16\",\"0.6\",\"\""
## [4545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"34\",\"3,661\",\"6,336\",\"5.37\",\"0.9\",\"\""
## [4546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"4,750\",\"6,336\",\"2.68\",\"0.4\",\"\""
## [4547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"31\",\"5,097\",\"6,336\",\"4.89\",\"0.6\",\"\""
## [4548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"2,419\",\"6,336\",\"2.05\",\"0.5\",\"\""
## [4549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"1,521\",\"6,336\",\"1.42\",\"0.6\",\"\""
## [4550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"1,622\",\"6,336\",\"1.58\",\"0.6\",\"\""
## [4551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"1,527\",\"6,336\",\"1.74\",\"0.7\",\"\""
## [4552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"19\",\"1734\",\"6336\",\"3\",\"1.1\",\"\""
## [4553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"47\",\"4684\",\"8865\",\"5.3\",\"1\",\"\""
## [4554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"151\",\"9,415\",\"9,914\",\"15.23\",\"1.6\",\"\""
## [4555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"201\",\"9,429\",\"9,914\",\"20.27\",\"2.1\",\"\""
## [4556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"179\",\"9,086\",\"9,914\",\"18.06\",\"2\",\"\""
## [4557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"204\",\"6,260\",\"9,914\",\"20.58\",\"3.3\",\"\""
## [4558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"147\",\"5,649\",\"9,914\",\"14.83\",\"2.6\",\"\""
## [4559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"183\",\"7,379\",\"9,914\",\"18.46\",\"2.5\",\"\""
## [4560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"171\",\"7,032\",\"9,914\",\"17.25\",\"2.4\",\"\""
## [4561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"118\",\"7,685\",\"9,914\",\"11.9\",\"1.5\",\"\""
## [4562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"177\",\"6,310\",\"9,914\",\"17.85\",\"2.8\",\"\""
## [4563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"151\",\"4,214\",\"9,914\",\"15.23\",\"3.6\",\"\""
## [4564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"87\",\"2,465\",\"9,914\",\"8.78\",\"3.5\",\"\""
## [4565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"77\",\"1,671\",\"9,914\",\"7.77\",\"4.6\",\"\""
## [4566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"71\",\"1753\",\"9914\",\"7.16\",\"4.1\",\"\""
## [4567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"73\",\"2220\",\"14096\",\"5.18\",\"3.3\",\"\""
## [4568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"479\",\"13,176\",\"22,581\",\"21.21\",\"3.6\",\"\""
## [4569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"518\",\"14,036\",\"22,581\",\"22.94\",\"3.7\",\"\""
## [4570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"378\",\"11,542\",\"22,581\",\"16.74\",\"3.3\",\"\""
## [4571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"559\",\"11,737\",\"22,581\",\"24.76\",\"4.8\",\"\""
## [4572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"595\",\"12,681\",\"22,581\",\"26.35\",\"4.7\",\"\""
## [4573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"359\",\"8,453\",\"22,581\",\"15.9\",\"4.2\",\"\""
## [4574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"301\",\"9,030\",\"22,581\",\"13.33\",\"3.3\",\"\""
## [4575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"331\",\"8,427\",\"22,581\",\"14.66\",\"3.9\",\"\""
## [4576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"165\",\"4,404\",\"22,581\",\"7.31\",\"3.7\",\"\""
## [4577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"89\",\"1,752\",\"22,581\",\"3.94\",\"5.1\",\"\""
## [4578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"53\",\"1,136\",\"22,581\",\"2.35\",\"4.7\",\"\""
## [4579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"67\",\"1,090\",\"22,581\",\"2.97\",\"6.1\",\"\""
## [4580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"110\",\"1960\",\"22581\",\"4.87\",\"5.6\",\"\""
## [4581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"114\",\"2121\",\"25427\",\"4.48\",\"5.4\",\"\""
## [4582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"322\",\"33,759\",\"37,782\",\"8.52\",\"1\",\"\""
## [4583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"440\",\"28,937\",\"37,782\",\"11.65\",\"1.5\",\"\""
## [4584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"520\",\"32,281\",\"37,782\",\"13.76\",\"1.6\",\"\""
## [4585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"710\",\"39,383\",\"37,782\",\"18.79\",\"1.8\",\"\""
## [4586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"864\",\"43,441\",\"37,782\",\"22.87\",\"2\",\"\""
## [4587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"832\",\"40,654\",\"37,782\",\"22.02\",\"2\",\"\""
## [4588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"633\",\"31,759\",\"37,782\",\"16.75\",\"2\",\"\""
## [4589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"809\",\"37,843\",\"37,782\",\"21.41\",\"2.1\",\"\""
## [4590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"441\",\"17,223\",\"37,782\",\"11.67\",\"2.6\",\"\""
## [4591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"215\",\"7,055\",\"37,782\",\"5.69\",\"3\",\"\""
## [4592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"129\",\"3,695\",\"37,782\",\"3.41\",\"3.5\",\"\""
## [4593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"144\",\"2,857\",\"37,782\",\"3.81\",\"5\",\"\""
## [4594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"151\",\"2831\",\"37782\",\"4\",\"5.3\",\"\""
## [4595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"246\",\"5210\",\"47965\",\"5.13\",\"4.7\",\"\""
## [4596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"410\",\"8,640\",\"48,248\",\"8.5\",\"4.7\",\"\""
## [4597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"254\",\"5,848\",\"48,248\",\"5.26\",\"4.3\",\"\""
## [4598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"239\",\"4,556\",\"48,248\",\"4.95\",\"5.2\",\"\""
## [4599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"334\",\"5,451\",\"48,248\",\"6.92\",\"6.1\",\"\""
## [4600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"259\",\"4,528\",\"48,248\",\"5.37\",\"5.7\",\"\""
## [4601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"246\",\"3,320\",\"48,248\",\"5.1\",\"7.4\",\"\""
## [4602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"234\",\"3,384\",\"48,248\",\"4.85\",\"6.9\",\"\""
## [4603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"275\",\"5,166\",\"48,248\",\"5.7\",\"5.3\",\"\""
## [4604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"185\",\"3,762\",\"48,248\",\"3.83\",\"4.9\",\"\""
## [4605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"191\",\"2,417\",\"48,248\",\"3.96\",\"7.9\",\"\""
## [4606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"117\",\"1,573\",\"48,248\",\"2.42\",\"7.4\",\"\""
## [4607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"120\",\"1,449\",\"48,248\",\"2.49\",\"8.3\",\"\""
## [4608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"188\",\"2231\",\"48248\",\"3.9\",\"8.4\",\"\""
## [4609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"338\",\"3910\",\"57178\",\"5.91\",\"8.6\",\"\""
## [4610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"378\",\"18,023\",\"35,804\",\"10.56\",\"2.1\",\"\""
## [4611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"504\",\"18,952\",\"35,804\",\"14.08\",\"2.7\",\"\""
## [4612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"386\",\"18,463\",\"35,804\",\"10.78\",\"2.1\",\"\""
## [4613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"352\",\"15,846\",\"35,804\",\"9.83\",\"2.2\",\"\""
## [4614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"345\",\"13,847\",\"35,804\",\"9.64\",\"2.5\",\"\""
## [4615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"344\",\"13,948\",\"35,804\",\"9.61\",\"2.5\",\"\""
## [4616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"237\",\"10,083\",\"35,804\",\"6.62\",\"2.4\",\"\""
## [4617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"312\",\"12,879\",\"35,804\",\"8.71\",\"2.4\",\"\""
## [4618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"171\",\"7,782\",\"35,804\",\"4.78\",\"2.2\",\"\""
## [4619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"165\",\"6,058\",\"35,804\",\"4.61\",\"2.7\",\"\""
## [4620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"171\",\"4,851\",\"35,804\",\"4.78\",\"3.5\",\"\""
## [4621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"272\",\"5,868\",\"35,804\",\"7.6\",\"4.6\",\"\""
## [4622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"407\",\"9436\",\"35804\",\"11.37\",\"4.3\",\"\""
## [4623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"692\",\"11295\",\"44299\",\"15.62\",\"6.1\",\"\""
## [4624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"981\",\"19,042\",\"54,660\",\"17.95\",\"5.2\",\"\""
## [4625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,239\",\"20,530\",\"54,660\",\"22.67\",\"6\",\"\""
## [4626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,684\",\"26,816\",\"54,660\",\"30.81\",\"6.3\",\"\""
## [4627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,983\",\"27,555\",\"54,660\",\"36.28\",\"7.2\",\"\""
## [4628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,489\",\"23,106\",\"54,660\",\"27.24\",\"6.4\",\"\""
## [4629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,034\",\"17,674\",\"54,660\",\"18.92\",\"5.9\",\"\""
## [4630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,040\",\"20,487\",\"54,660\",\"19.03\",\"5.1\",\"\""
## [4631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,346\",\"21,218\",\"54,660\",\"24.62\",\"6.3\",\"\""
## [4632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"691\",\"8,175\",\"54,660\",\"12.64\",\"8.5\",\"\""
## [4633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"385\",\"3,521\",\"54,660\",\"7.04\",\"10.9\",\"\""
## [4634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"245\",\"2,025\",\"54,660\",\"4.48\",\"12.1\",\"\""
## [4635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"165\",\"1,529\",\"54,660\",\"3.02\",\"10.8\",\"\""
## [4636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"359\",\"4681\",\"54660\",\"6.57\",\"7.7\",\"\""
## [4637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"811\",\"12403\",\"64211\",\"12.63\",\"6.5\",\"\""
## [4638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"626\",\"19,146\",\"35,148\",\"17.81\",\"3.3\",\"\""
## [4639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"696\",\"17,186\",\"35,148\",\"19.8\",\"4\",\"\""
## [4640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"557\",\"10,309\",\"35,148\",\"15.85\",\"5.4\",\"\""
## [4641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"451\",\"7,655\",\"35,148\",\"12.83\",\"5.9\",\"\""
## [4642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"643\",\"11,170\",\"35,148\",\"18.29\",\"5.8\",\"\""
## [4643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"1,155\",\"18,903\",\"35,148\",\"32.86\",\"6.1\",\"\""
## [4644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"861\",\"18,950\",\"35,148\",\"24.5\",\"4.5\",\"\""
## [4645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"742\",\"14,538\",\"35,148\",\"21.11\",\"5.1\",\"\""
## [4646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"264\",\"6,012\",\"35,148\",\"7.51\",\"4.4\",\"\""
## [4647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"246\",\"3,847\",\"35,148\",\"7\",\"6.4\",\"\""
## [4648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"320\",\"3,563\",\"35,148\",\"9.1\",\"9\",\"\""
## [4649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"275\",\"2,601\",\"35,148\",\"7.82\",\"10.6\",\"\""
## [4650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"306\",\"3280\",\"35148\",\"8.71\",\"9.3\",\"\""
## [4651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"582\",\"5348\",\"39098\",\"14.89\",\"10.9\",\"\""
## [4652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"40\",\"4,059\",\"10,972\",\"3.65\",\"1\",\"\""
## [4653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"77\",\"5,373\",\"10,972\",\"7.02\",\"1.4\",\"\""
## [4654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"82\",\"5,978\",\"10,972\",\"7.47\",\"1.4\",\"\""
## [4655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"71\",\"4,262\",\"10,972\",\"6.47\",\"1.7\",\"\""
## [4656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"47\",\"3,356\",\"10,972\",\"4.28\",\"1.4\",\"\""
## [4657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"60\",\"3,310\",\"10,972\",\"5.47\",\"1.8\",\"\""
## [4658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"62\",\"3,570\",\"10,972\",\"5.65\",\"1.7\",\"\""
## [4659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"247\",\"5,049\",\"10,972\",\"22.51\",\"4.9\",\"\""
## [4660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"65\",\"4,628\",\"10,972\",\"5.92\",\"1.4\",\"\""
## [4661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"60\",\"2,530\",\"10,972\",\"5.47\",\"2.4\",\"\""
## [4662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"64\",\"1,894\",\"10,972\",\"5.83\",\"3.4\",\"\""
## [4663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"31\",\"1,175\",\"10,972\",\"2.83\",\"2.6\",\"\""
## [4664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"42\",\"1735\",\"10972\",\"3.83\",\"2.4\",\"\""
## [4665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"59\",\"2899\",\"13131\",\"4.49\",\"2\",\"\""
## [4666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"639\",\"13,970\",\"54,037\",\"11.83\",\"4.6\",\"\""
## [4667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"769\",\"18,016\",\"54,037\",\"14.23\",\"4.3\",\"\""
## [4668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"843\",\"17,079\",\"54,037\",\"15.6\",\"4.9\",\"\""
## [4669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"737\",\"13,672\",\"54,037\",\"13.64\",\"5.4\",\"\""
## [4670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"810\",\"13,478\",\"54,037\",\"14.99\",\"6\",\"\""
## [4671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"928\",\"15,863\",\"54,037\",\"17.17\",\"5.9\",\"\""
## [4672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"939\",\"18,140\",\"54,037\",\"17.38\",\"5.2\",\"\""
## [4673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"535\",\"14,399\",\"54,037\",\"9.9\",\"3.7\",\"\""
## [4674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"656\",\"10,029\",\"54,037\",\"12.14\",\"6.5\",\"\""
## [4675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"403\",\"5,738\",\"54,037\",\"7.46\",\"7\",\"\""
## [4676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"350\",\"3,980\",\"54,037\",\"6.48\",\"8.8\",\"\""
## [4677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"330\",\"4,561\",\"54,037\",\"6.11\",\"7.2\",\"\""
## [4678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"481\",\"5221\",\"54037\",\"8.9\",\"9.2\",\"\""
## [4679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"424\",\"5086\",\"63498\",\"6.68\",\"8.3\",\"\""
## [4680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"561\",\"14,988\",\"40,865\",\"13.73\",\"3.7\",\"\""
## [4681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"965\",\"25,703\",\"40,865\",\"23.61\",\"3.8\",\"\""
## [4682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"818\",\"18,311\",\"40,865\",\"20.02\",\"4.5\",\"\""
## [4683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"794\",\"18,289\",\"40,865\",\"19.43\",\"4.3\",\"\""
## [4684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"803\",\"20,745\",\"40,865\",\"19.65\",\"3.9\",\"\""
## [4685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"997\",\"26,625\",\"40,865\",\"24.4\",\"3.7\",\"\""
## [4686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"830\",\"23,451\",\"40,865\",\"20.31\",\"3.5\",\"\""
## [4687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"570\",\"16,444\",\"40,865\",\"13.95\",\"3.5\",\"\""
## [4688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"371\",\"11,396\",\"40,865\",\"9.08\",\"3.3\",\"\""
## [4689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"261\",\"7,660\",\"40,865\",\"6.39\",\"3.4\",\"\""
## [4690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"320\",\"6,059\",\"40,865\",\"7.83\",\"5.3\",\"\""
## [4691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"272\",\"4,856\",\"40,865\",\"6.66\",\"5.6\",\"\""
## [4692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"292\",\"5765\",\"40865\",\"7.15\",\"5.1\",\"\""
## [4693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"235\",\"7282\",\"48755\",\"4.82\",\"3.2\",\"\""
## [4694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,620\",\"25,880\",\"192,541\",\"13.61\",\"10.1\",\"\""
## [4695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,974\",\"25,330\",\"192,541\",\"15.45\",\"11.7\",\"\""
## [4696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,040\",\"27,330\",\"192,541\",\"15.79\",\"11.1\",\"\""
## [4697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"4,407\",\"39,733\",\"192,541\",\"22.89\",\"11.1\",\"\""
## [4698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"4,557\",\"40,215\",\"192,541\",\"23.67\",\"11.3\",\"\""
## [4699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,785\",\"23,604\",\"192,541\",\"14.46\",\"11.8\",\"\""
## [4700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,502\",\"21,472\",\"192,541\",\"12.99\",\"11.7\",\"\""
## [4701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,304\",\"20,760\",\"192,541\",\"11.97\",\"11.1\",\"\""
## [4702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,030\",\"16,476\",\"192,541\",\"10.54\",\"12.3\",\"\""
## [4703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,237\",\"10,464\",\"192,541\",\"6.42\",\"11.8\",\"\""
## [4704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,037\",\"8,208\",\"192,541\",\"5.39\",\"12.6\",\"\""
## [4705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"722\",\"5,466\",\"192,541\",\"3.75\",\"13.2\",\"\""
## [4706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"986\",\"6577\",\"192541\",\"5.12\",\"15\",\"\""
## [4707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1606\",\"10092\",\"209324\",\"7.67\",\"15.9\",\"\""
## [4708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"189\",\"5,020\",\"22,747\",\"8.31\",\"3.8\",\"\""
## [4709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"185\",\"3,821\",\"22,747\",\"8.13\",\"4.8\",\"\""
## [4710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"202\",\"5,586\",\"22,747\",\"8.88\",\"3.6\",\"\""
## [4711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"331\",\"7,974\",\"22,747\",\"14.55\",\"4.2\",\"\""
## [4712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"268\",\"5,086\",\"22,747\",\"11.78\",\"5.3\",\"\""
## [4713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"166\",\"4,063\",\"22,747\",\"7.3\",\"4.1\",\"\""
## [4714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"279\",\"5,639\",\"22,747\",\"12.27\",\"4.9\",\"\""
## [4715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"241\",\"4,783\",\"22,747\",\"10.59\",\"5\",\"\""
## [4716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"161\",\"3,054\",\"22,747\",\"7.08\",\"5.3\",\"\""
## [4717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"173\",\"3,235\",\"22,747\",\"7.61\",\"5.3\",\"\""
## [4718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"103\",\"1,908\",\"22,747\",\"4.53\",\"5.4\",\"\""
## [4719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"87\",\"1,725\",\"22,747\",\"3.82\",\"5\",\"\""
## [4720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"128\",\"1685\",\"22747\",\"5.63\",\"7.6\",\"\""
## [4721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"110\",\"1530\",\"25096\",\"4.38\",\"7.2\",\"\""
## [4722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"515\",\"11,652\",\"21,715\",\"23.72\",\"4.4\",\"\""
## [4723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"361\",\"10,428\",\"21,715\",\"16.62\",\"3.5\",\"\""
## [4724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"554\",\"12,043\",\"21,715\",\"25.51\",\"4.6\",\"\""
## [4725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"636\",\"11,775\",\"21,715\",\"29.29\",\"5.4\",\"\""
## [4726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"573\",\"10,609\",\"21,715\",\"26.39\",\"5.4\",\"\""
## [4727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"656\",\"10,340\",\"21,715\",\"30.21\",\"6.3\",\"\""
## [4728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"776\",\"13,578\",\"21,715\",\"35.74\",\"5.7\",\"\""
## [4729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"793\",\"14,121\",\"21,715\",\"36.52\",\"5.6\",\"\""
## [4730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"503\",\"9,753\",\"21,715\",\"23.16\",\"5.2\",\"\""
## [4731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"528\",\"8,357\",\"21,715\",\"24.31\",\"6.3\",\"\""
## [4732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"312\",\"4,829\",\"21,715\",\"14.37\",\"6.5\",\"\""
## [4733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"333\",\"4,239\",\"21,715\",\"15.34\",\"7.9\",\"\""
## [4734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"249\",\"3727\",\"21715\",\"11.47\",\"6.7\",\"\""
## [4735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"363\",\"4245\",\"25260\",\"14.37\",\"8.6\",\"\""
## [4736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,830\",\"25,364\",\"493,551\",\"11.81\",\"23\",\"\""
## [4737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"7,112\",\"27,826\",\"493,551\",\"14.41\",\"25.6\",\"\""
## [4738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"7,871\",\"26,362\",\"493,551\",\"15.95\",\"29.9\",\"\""
## [4739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,792\",\"18,674\",\"493,551\",\"11.74\",\"31\",\"\""
## [4740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,046\",\"19,059\",\"493,551\",\"10.22\",\"26.5\",\"\""
## [4741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9,525\",\"35,185\",\"493,551\",\"19.3\",\"27.1\",\"\""
## [4742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8,052\",\"31,249\",\"493,551\",\"16.31\",\"25.8\",\"\""
## [4743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,975\",\"22,481\",\"493,551\",\"12.11\",\"26.6\",\"\""
## [4744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,526\",\"14,928\",\"493,551\",\"7.14\",\"23.6\",\"\""
## [4745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,006\",\"17,442\",\"493,551\",\"8.12\",\"23\",\"\""
## [4746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,093\",\"12,548\",\"493,551\",\"6.27\",\"24.6\",\"\""
## [4747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,988\",\"11,316\",\"493,551\",\"6.05\",\"26.4\",\"\""
## [4748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5146\",\"16576\",\"493551\",\"10.43\",\"31\",\"\""
## [4749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6655\",\"21918\",\"514981\",\"12.92\",\"30.4\",\"\""
## [4750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"8,217\",\"61,178\",\"280,764\",\"29.27\",\"13.4\",\"\""
## [4751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,898\",\"48,392\",\"280,764\",\"24.57\",\"14.3\",\"\""
## [4752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,506\",\"47,383\",\"280,764\",\"23.17\",\"13.7\",\"\""
## [4753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,331\",\"36,439\",\"280,764\",\"22.55\",\"17.4\",\"\""
## [4754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,177\",\"35,642\",\"280,764\",\"22\",\"17.3\",\"\""
## [4755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,249\",\"41,564\",\"280,764\",\"22.26\",\"15\",\"\""
## [4756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,185\",\"39,304\",\"280,764\",\"22.03\",\"15.7\",\"\""
## [4757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4,949\",\"33,230\",\"280,764\",\"17.63\",\"14.9\",\"\""
## [4758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,701\",\"20,479\",\"280,764\",\"9.62\",\"13.2\",\"\""
## [4759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,188\",\"13,184\",\"280,764\",\"7.79\",\"16.6\",\"\""
## [4760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,697\",\"9,653\",\"280,764\",\"6.04\",\"17.6\",\"\""
## [4761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,308\",\"6,321\",\"280,764\",\"4.66\",\"20.7\",\"\""
## [4762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1810\",\"7353\",\"280764\",\"6.45\",\"24.6\",\"\""
## [4763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"3116\",\"11830\",\"291547\",\"10.69\",\"26.3\",\"\""
## [4764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"69\",\"4,356\",\"17,379\",\"3.97\",\"1.6\",\"\""
## [4765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"80\",\"4,178\",\"17,379\",\"4.6\",\"1.9\",\"\""
## [4766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"63\",\"4,952\",\"17,379\",\"3.63\",\"1.3\",\"\""
## [4767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"105\",\"5,726\",\"17,379\",\"6.04\",\"1.8\",\"\""
## [4768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"134\",\"5,465\",\"17,379\",\"7.71\",\"2.5\",\"\""
## [4769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"79\",\"4,653\",\"17,379\",\"4.55\",\"1.7\",\"\""
## [4770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"129\",\"5,844\",\"17,379\",\"7.42\",\"2.2\",\"\""
## [4771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"151\",\"6,322\",\"17,379\",\"8.69\",\"2.4\",\"\""
## [4772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"90\",\"3,072\",\"17,379\",\"5.18\",\"2.9\",\"\""
## [4773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"97\",\"2,405\",\"17,379\",\"5.58\",\"4\",\"\""
## [4774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"73\",\"1,488\",\"17,379\",\"4.2\",\"4.9\",\"\""
## [4775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"40\",\"940\",\"17,379\",\"2.3\",\"4.3\",\"\""
## [4776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"56\",\"1142\",\"17379\",\"3.22\",\"4.9\",\"\""
## [4777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"74\",\"1313\",\"19543\",\"3.79\",\"5.6\",\"\""
## [4778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,479\",\"932,065\",\"447,201\",\"27.9\",\"1.3\",\"\""
## [4779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,689\",\"1,125,647\",\"447,201\",\"41.79\",\"1.7\",\"\""
## [4780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"31,145\",\"1,409,802\",\"447,201\",\"69.64\",\"2.2\",\"\""
## [4781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,703\",\"1,284,197\",\"447,201\",\"68.66\",\"2.4\",\"\""
## [4782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,732\",\"1,220,198\",\"447,201\",\"64.25\",\"2.4\",\"\""
## [4783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"24,618\",\"1,121,123\",\"447,201\",\"55.05\",\"2.2\",\"\""
## [4784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"16,252\",\"954,314\",\"447,201\",\"36.34\",\"1.7\",\"\""
## [4785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,523\",\"841,399\",\"447,201\",\"30.24\",\"1.6\",\"\""
## [4786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6,962\",\"498,721\",\"447,201\",\"15.57\",\"1.4\",\"\""
## [4787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,105\",\"342,086\",\"447,201\",\"15.89\",\"2.1\",\"\""
## [4788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,516\",\"266,308\",\"447,201\",\"12.33\",\"2.1\",\"\""
## [4789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,946\",\"243,589\",\"447,201\",\"13.3\",\"2.4\",\"\""
## [4790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9536\",\"316353\",\"447201\",\"21.32\",\"3\",\"\""
## [4791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12038\",\"461837\",\"447201\",\"26.92\",\"2.6\",\"\""
## [4792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12109\",\"886657\",\"413,015\",\"29.32\",\"1.4\",\"\""
## [4793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18351\",\"1075609\",\"413,015\",\"44.43\",\"1.7\",\"\""
## [4794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"30684\",\"1357473\",\"413,015\",\"74.29\",\"2.3\",\"\""
## [4795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"30226\",\"1242635\",\"413,015\",\"73.18\",\"2.4\",\"\""
## [4796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28145\",\"1171286\",\"413,015\",\"68.15\",\"2.4\",\"\""
## [4797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"24194\",\"1070599\",\"413,015\",\"58.58\",\"2.3\",\"\""
## [4798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"15997\",\"921346\",\"413,015\",\"38.73\",\"1.7\",\"\""
## [4799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13200\",\"814587\",\"413,015\",\"31.96\",\"1.6\",\"\""
## [4800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6893\",\"485097\",\"413,015\",\"16.69\",\"1.4\",\"\""
## [4801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7056\",\"337325\",\"413,015\",\"17.08\",\"2.1\",\"\""
## [4802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5465\",\"263806\",\"413,015\",\"13.23\",\"2.1\",\"\""
## [4803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5915\",\"241285\",\"413,015\",\"14.32\",\"2.5\",\"\""
## [4804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9480\",\"312139\",\"413,015\",\"22.95\",\"3\",\"\""
## [4805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12016\",\"459468\",\"413015\",\"29.09\",\"2.6\",\"\""
## [4806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,314\",\"1,323,681\",\"447,201\",\"70.02\",\"2.4\",\"\""
## [4807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"28,957\",\"1,237,719\",\"447,201\",\"64.75\",\"2.3\",\"\""
## [4808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"24,774\",\"1,131,675\",\"447,201\",\"55.4\",\"2.2\",\"\""
## [4809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"16,410\",\"963,449\",\"447,201\",\"36.69\",\"1.7\",\"\""
## [4810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"13,729\",\"852,465\",\"447,201\",\"30.7\",\"1.6\",\"\""
## [4811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,082\",\"504,446\",\"447,201\",\"15.84\",\"1.4\",\"\""
## [4812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,154\",\"345,087\",\"447,201\",\"16\",\"2.1\",\"\""
## [4813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,544\",\"268,447\",\"447,201\",\"12.4\",\"2.1\",\"\""
## [4814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,995\",\"245,749\",\"447,201\",\"13.41\",\"2.4\",\"\""
## [4815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9612\",\"320808\",\"447201\",\"21.49\",\"3\",\"\""
## [4816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"12140\",\"468431\",\"447201\",\"27.15\",\"2.6\",\"\""
## [4817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [4820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"30,837\",\"1282119\",\"413015\",\"74.66\",\"2.4\",\"\""
## [4821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"28,370\",\"1188807\",\"413015\",\"68.69\",\"2.4\",\"\""
## [4822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"24,350\",\"1081151\",\"413015\",\"58.96\",\"2.3\",\"\""
## [4823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"16,155\",\"930481\",\"413015\",\"39.11\",\"1.7\",\"\""
## [4824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"13,406\",\"825653\",\"413015\",\"32.46\",\"1.6\",\"\""
## [4825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,013\",\"490822\",\"413015\",\"16.98\",\"1.4\",\"\""
## [4826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,105\",\"340326\",\"413015\",\"17.2\",\"2.1\",\"\""
## [4827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,493\",\"265945\",\"413015\",\"13.3\",\"2.1\",\"\""
## [4828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,964\",\"243445\",\"413015\",\"14.44\",\"2.4\",\"\""
## [4829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,556\",\"316594\",\"413015\",\"23.14\",\"3\",\"\""
## [4830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"12118\",\"466062\",\"413015\",\"29.34\",\"2.6\",\"\""
## [4831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"9,050\",\"3,302\",\"3.03\",\"0.1\",\"\""
## [4832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5\",\"8,722\",\"3,302\",\"1.51\",\"0.1\",\"\""
## [4833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"23\",\"12,772\",\"3,302\",\"6.97\",\"0.2\",\"\""
## [4834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"12,983\",\"3,302\",\"3.94\",\"0.1\",\"\""
## [4835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"14,940\",\"3,302\",\"3.03\",\"0.1\",\"\""
## [4836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"22\",\"20,911\",\"3,302\",\"6.66\",\"0.1\",\"\""
## [4837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"32\",\"29,588\",\"3,302\",\"9.69\",\"0.1\",\"\""
## [4838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"19\",\"23,728\",\"3,302\",\"5.75\",\"0.1\",\"\""
## [4839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"9,973\",\"3,302\",\"3.94\",\"0.1\",\"\""
## [4840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7\",\"4,929\",\"3,302\",\"2.12\",\"0.1\",\"\""
## [4841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3\",\"4,723\",\"3,302\",\"0.91\",\"0.1\",\"\""
## [4842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"9\",\"4,734\",\"3,302\",\"2.73\",\"0.2\",\"\""
## [4843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6\",\"4589\",\"3302\",\"1.82\",\"0.1\",\"\""
## [4844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"9\",\"6013\",\"3302\",\"2.73\",\"0.1\",\"\""
## [4845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"184\",\"4,279\",\"17,045\",\"10.79\",\"4.3\",\"\""
## [4846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"127\",\"4,614\",\"17,045\",\"7.45\",\"2.8\",\"\""
## [4847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"188\",\"8,076\",\"17,045\",\"11.03\",\"2.3\",\"\""
## [4848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"163\",\"6,908\",\"17,045\",\"9.56\",\"2.4\",\"\""
## [4849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"153\",\"8,856\",\"17,045\",\"8.98\",\"1.7\",\"\""
## [4850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"100\",\"6,886\",\"17,045\",\"5.87\",\"1.5\",\"\""
## [4851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"143\",\"7,365\",\"17,045\",\"8.39\",\"1.9\",\"\""
## [4852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"119\",\"5,515\",\"17,045\",\"6.98\",\"2.2\",\"\""
## [4853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"80\",\"2,476\",\"17,045\",\"4.69\",\"3.2\",\"\""
## [4854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"52\",\"1,891\",\"17,045\",\"3.05\",\"2.7\",\"\""
## [4855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"42\",\"1,373\",\"17,045\",\"2.46\",\"3.1\",\"\""
## [4856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"47\",\"1,244\",\"17,045\",\"2.76\",\"3.8\",\"\""
## [4857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"67\",\"1631\",\"17045\",\"3.93\",\"4.1\",\"\""
## [4858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"57\",\"2564\",\"17045\",\"3.34\",\"2.2\",\"\""
## [4859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"611\",\"39,484\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [4860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"225\",\"17,521\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [4861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"156\",\"10,552\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [4862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"158\",\"9,135\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [4863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"206\",\"11,066\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [4864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"120\",\"5,725\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [4865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"49\",\"3,001\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [4866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"28\",\"2,139\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [4867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"49\",\"2,160\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [4868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"76\",\"4455\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [4869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"102\",\"6594\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [4870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"26\",\"8,582\",\"2,791\",\"9.32\",\"0.3\",\"\""
## [4871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"46\",\"9,811\",\"2,791\",\"16.48\",\"0.5\",\"\""
## [4872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"16\",\"5,286\",\"2,791\",\"5.73\",\"0.3\",\"\""
## [4873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"24\",\"6,070\",\"2,791\",\"8.6\",\"0.4\",\"\""
## [4874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"48\",\"13,145\",\"2,791\",\"17.2\",\"0.4\",\"\""
## [4875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"67\",\"16,900\",\"2,791\",\"24.01\",\"0.4\",\"\""
## [4876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"53\",\"16,169\",\"2,791\",\"18.99\",\"0.3\",\"\""
## [4877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"84\",\"12,292\",\"2,791\",\"30.1\",\"0.7\",\"\""
## [4878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"81\",\"5,715\",\"2,791\",\"29.02\",\"1.4\",\"\""
## [4879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"41\",\"2,836\",\"2,791\",\"14.69\",\"1.4\",\"\""
## [4880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"9\",\"1,084\",\"2,791\",\"3.22\",\"0.8\",\"\""
## [4881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"3\",\"775\",\"2,791\",\"1.07\",\"0.4\",\"\""
## [4882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11\",\"1363\",\"2791\",\"3.94\",\"0.8\",\"\""
## [4883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"16\",\"2018\",\"2791\",\"5.73\",\"0.8\",\"\""
## [4884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2\",\"6,390\",\"1,292\",\"1.55\",\"0\",\"\""
## [4885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1\",\"5,547\",\"1,292\",\"0.77\",\"0\",\"\""
## [4886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"4,976\",\"1,292\",\"2.32\",\"0.1\",\"\""
## [4887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"5,193\",\"1,292\",\"4.64\",\"0.1\",\"\""
## [4888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"6,002\",\"1,292\",\"6.97\",\"0.1\",\"\""
## [4889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"7,787\",\"1,292\",\"6.97\",\"0.1\",\"\""
## [4890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"4,934\",\"1,292\",\"3.87\",\"0.1\",\"\""
## [4891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"6,541\",\"1,292\",\"7.74\",\"0.2\",\"\""
## [4892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"11\",\"9,203\",\"1,292\",\"8.51\",\"0.1\",\"\""
## [4893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3,839\",\"1,292\",\"-\",\"0\",\"\""
## [4894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"2,004\",\"1,292\",\"-\",\"0\",\"\""
## [4895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"1,889\",\"1,292\",\"-\",\"0\",\"\""
## [4896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"2104\",\"1292\",\"2.32\",\"0.1\",\"\""
## [4897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3352\",\"1292\",\"0\",\"0\",\"\""
## [4898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2\",\"11,453\",\"684\",\"2.92\",\"0\",\"\""
## [4899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"15,573\",\"684\",\"8.77\",\"0\",\"\""
## [4900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"7\",\"17,357\",\"684\",\"10.23\",\"0\",\"\""
## [4901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"24,197\",\"684\",\"24.85\",\"0.1\",\"\""
## [4902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"15\",\"29,911\",\"684\",\"21.93\",\"0.1\",\"\""
## [4903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"10\",\"30,424\",\"684\",\"14.62\",\"0\",\"\""
## [4904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"9\",\"31,104\",\"684\",\"13.16\",\"0\",\"\""
## [4905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"22\",\"24,616\",\"684\",\"32.16\",\"0.1\",\"\""
## [4906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"9,281\",\"684\",\"1.46\",\"0\",\"\""
## [4907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"8\",\"2,717\",\"684\",\"11.7\",\"0.3\",\"\""
## [4908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"5\",\"943\",\"684\",\"7.31\",\"0.5\",\"\""
## [4909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"804\",\"684\",\"-\",\"0\",\"\""
## [4910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"794\",\"684\",\"1.46\",\"0.1\",\"\""
## [4911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"1729\",\"684\",\"1.46\",\"0.1\",\"\""
## [4912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"8,071\",\"486\",\"37.04\",\"0.2\",\"\""
## [4913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"13\",\"8,849\",\"486\",\"26.75\",\"0.1\",\"\""
## [4914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"19\",\"8,588\",\"486\",\"39.09\",\"0.2\",\"\""
## [4915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"10,365\",\"486\",\"30.86\",\"0.1\",\"\""
## [4916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"10,183\",\"486\",\"14.4\",\"0.1\",\"\""
## [4917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"13,685\",\"486\",\"37.04\",\"0.1\",\"\""
## [4918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"12,251\",\"486\",\"28.81\",\"0.1\",\"\""
## [4919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"9,616\",\"486\",\"18.52\",\"0.1\",\"\""
## [4920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"5,622\",\"486\",\"12.35\",\"0.1\",\"\""
## [4921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"3,490\",\"486\",\"8.23\",\"0.1\",\"\""
## [4922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,755\",\"486\",\"-\",\"0\",\"\""
## [4923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"486\",\"-\",\"0\",\"\""
## [4924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1558\",\"486\",\"2.06\",\"0.1\",\"\""
## [4925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1867\",\"486\",\"4.12\",\"0.1\",\"\""
## [4926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12\",\"8,368\",\"887\",\"13.53\",\"0.1\",\"\""
## [4927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"7,999\",\"887\",\"2.25\",\"0\",\"\""
## [4928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"7,695\",\"887\",\"12.4\",\"0.1\",\"\""
## [4929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"14\",\"8,411\",\"887\",\"15.78\",\"0.2\",\"\""
## [4930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6\",\"11,336\",\"887\",\"6.76\",\"0.1\",\"\""
## [4931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"13\",\"14,875\",\"887\",\"14.66\",\"0.1\",\"\""
## [4932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"12,377\",\"887\",\"18.04\",\"0.1\",\"\""
## [4933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"6,211\",\"887\",\"18.04\",\"0.3\",\"\""
## [4934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"5,291\",\"887\",\"9.02\",\"0.2\",\"\""
## [4935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"9\",\"3,534\",\"887\",\"10.15\",\"0.3\",\"\""
## [4936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1,724\",\"887\",\"-\",\"0\",\"\""
## [4937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"1,084\",\"887\",\"2.25\",\"0.2\",\"\""
## [4938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1431\",\"887\",\"0\",\"0\",\"\""
## [4939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"1517\",\"887\",\"2.25\",\"0.1\",\"\""
## [4940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"24\",\"24,411\",\"1,308\",\"18.35\",\"0.1\",\"\""
## [4941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"20,731\",\"1,308\",\"9.94\",\"0.1\",\"\""
## [4942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"32\",\"21,875\",\"1,308\",\"24.46\",\"0.1\",\"\""
## [4943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"22,967\",\"1,308\",\"16.06\",\"0.1\",\"\""
## [4944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"19,460\",\"1,308\",\"13.76\",\"0.1\",\"\""
## [4945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"16,876\",\"1,308\",\"9.94\",\"0.1\",\"\""
## [4946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"20\",\"13,107\",\"1,308\",\"15.29\",\"0.2\",\"\""
## [4947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"13,125\",\"1,308\",\"13\",\"0.1\",\"\""
## [4948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"14\",\"8,010\",\"1,308\",\"10.7\",\"0.2\",\"\""
## [4949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"5,802\",\"1,308\",\"9.17\",\"0.2\",\"\""
## [4950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"8\",\"4,744\",\"1,308\",\"6.12\",\"0.2\",\"\""
## [4951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"4,445\",\"1,308\",\"5.35\",\"0.2\",\"\""
## [4952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5\",\"4088\",\"1308\",\"3.82\",\"0.1\",\"\""
## [4953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"4396\",\"1308\",\"4.59\",\"0.1\",\"\""
## [4954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"6,543\",\"1,315\",\"7.6\",\"0.2\",\"\""
## [4955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"7,786\",\"1,315\",\"9.13\",\"0.2\",\"\""
## [4956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"6,426\",\"1,315\",\"11.41\",\"0.2\",\"\""
## [4957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"38\",\"6,561\",\"1,315\",\"28.9\",\"0.6\",\"\""
## [4958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"20\",\"6,728\",\"1,315\",\"15.21\",\"0.3\",\"\""
## [4959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"14\",\"6,924\",\"1,315\",\"10.65\",\"0.2\",\"\""
## [4960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"7,549\",\"1,315\",\"11.41\",\"0.2\",\"\""
## [4961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"8,329\",\"1,315\",\"12.93\",\"0.2\",\"\""
## [4962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"44\",\"6,985\",\"1,315\",\"33.46\",\"0.6\",\"\""
## [4963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"4,278\",\"1,315\",\"6.84\",\"0.2\",\"\""
## [4964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6\",\"2,895\",\"1,315\",\"4.56\",\"0.2\",\"\""
## [4965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5\",\"2,117\",\"1,315\",\"3.8\",\"0.2\",\"\""
## [4966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"2071\",\"1315\",\"6.84\",\"0.4\",\"\""
## [4967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2\",\"1770\",\"1315\",\"1.52\",\"0.1\",\"\""
## [4968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,302\",\"764\",\"5.24\",\"0\",\"\""
## [4969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"7,950\",\"764\",\"1.31\",\"0\",\"\""
## [4970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,249\",\"764\",\"1.31\",\"0\",\"\""
## [4971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,835\",\"764\",\"3.93\",\"0.1\",\"\""
## [4972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"4,902\",\"764\",\"6.54\",\"0.1\",\"\""
## [4973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,272\",\"764\",\"6.54\",\"0.1\",\"\""
## [4974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"8,528\",\"764\",\"15.71\",\"0.1\",\"\""
## [4975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"12,058\",\"764\",\"17.02\",\"0.1\",\"\""
## [4976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"8,189\",\"764\",\"3.93\",\"0\",\"\""
## [4977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"4,433\",\"764\",\"-\",\"0\",\"\""
## [4978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"764\",\"3.93\",\"0.2\",\"\""
## [4979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1,455\",\"764\",\"5.24\",\"0.3\",\"\""
## [4980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1711\",\"764\",\"2.62\",\"0.1\",\"\""
## [4981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1955\",\"764\",\"3.93\",\"0.2\",\"\""
## [4982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"8,384\",\"378\",\"23.81\",\"0.1\",\"\""
## [4983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"7,049\",\"378\",\"13.23\",\"0.1\",\"\""
## [4984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"10,141\",\"378\",\"21.16\",\"0.1\",\"\""
## [4985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"12,048\",\"378\",\"39.68\",\"0.1\",\"\""
## [4986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"14,203\",\"378\",\"18.52\",\"0\",\"\""
## [4987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"12,957\",\"378\",\"29.1\",\"0.1\",\"\""
## [4988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"13,125\",\"378\",\"18.52\",\"0.1\",\"\""
## [4989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"8,988\",\"378\",\"21.16\",\"0.1\",\"\""
## [4990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"5,156\",\"378\",\"26.46\",\"0.2\",\"\""
## [4991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"3,632\",\"378\",\"7.94\",\"0.1\",\"\""
## [4992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2,292\",\"378\",\"5.29\",\"0.1\",\"\""
## [4993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2,007\",\"378\",\"5.29\",\"0.1\",\"\""
## [4994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2648\",\"378\",\"2.65\",\"0\",\"\""
## [4995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2929\",\"378\",\"13.23\",\"0.2\",\"\""
## [4996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"48\",\"9,604\",\"4,362\",\"11\",\"0.5\",\"\""
## [4997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"93\",\"13,588\",\"4,362\",\"21.32\",\"0.7\",\"\""
## [4998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"83\",\"12,318\",\"4,362\",\"19.03\",\"0.7\",\"\""
## [4999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"76\",\"9,359\",\"4,362\",\"17.42\",\"0.8\",\"\""
## [5000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"40\",\"5,803\",\"4,362\",\"9.17\",\"0.7\",\"\""
## [5001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"22\",\"3,629\",\"4,362\",\"5.04\",\"0.6\",\"\""
## [5002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"26\",\"4,326\",\"4,362\",\"5.96\",\"0.6\",\"\""
## [5003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"50\",\"8,726\",\"4,362\",\"11.46\",\"0.6\",\"\""
## [5004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"33\",\"4,835\",\"4,362\",\"7.57\",\"0.7\",\"\""
## [5005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"11\",\"2,200\",\"4,362\",\"2.52\",\"0.5\",\"\""
## [5006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"14\",\"3,148\",\"4,362\",\"3.21\",\"0.4\",\"\""
## [5007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"26\",\"3,004\",\"4,362\",\"5.96\",\"0.9\",\"\""
## [5008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"35\",\"7452\",\"4362\",\"8.02\",\"0.5\",\"\""
## [5009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"53\",\"17256\",\"4362\",\"12.15\",\"0.3\",\"\""
## [5010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"4,837\",\"960\",\"25\",\"0.5\",\"\""
## [5011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"17\",\"5,554\",\"960\",\"17.71\",\"0.3\",\"\""
## [5012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"6,227\",\"960\",\"20.83\",\"0.3\",\"\""
## [5013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"5,464\",\"960\",\"25\",\"0.4\",\"\""
## [5014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"37\",\"4,447\",\"960\",\"38.54\",\"0.8\",\"\""
## [5015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"45\",\"5,062\",\"960\",\"46.88\",\"0.9\",\"\""
## [5016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"4,701\",\"960\",\"21.88\",\"0.4\",\"\""
## [5017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"4,445\",\"960\",\"25\",\"0.5\",\"\""
## [5018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"2,667\",\"960\",\"13.54\",\"0.5\",\"\""
## [5019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"2,018\",\"960\",\"11.46\",\"0.5\",\"\""
## [5020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1,720\",\"960\",\"5.21\",\"0.3\",\"\""
## [5021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"12\",\"1,659\",\"960\",\"12.5\",\"0.7\",\"\""
## [5022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"3\",\"1765\",\"960\",\"3.13\",\"0.2\",\"\""
## [5023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1\",\"2101\",\"960\",\"1.04\",\"0\",\"\""
## [5024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"370\",\"45,408\",\"34,186\",\"10.82\",\"0.8\",\"\""
## [5025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"338\",\"50,038\",\"34,186\",\"9.89\",\"0.7\",\"\""
## [5026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"461\",\"52,329\",\"34,186\",\"13.49\",\"0.9\",\"\""
## [5027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"477\",\"41,562\",\"34,186\",\"13.95\",\"1.1\",\"\""
## [5028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"587\",\"48,912\",\"34,186\",\"17.17\",\"1.2\",\"\""
## [5029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"424\",\"50,524\",\"34,186\",\"12.4\",\"0.8\",\"\""
## [5030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"255\",\"32,968\",\"34,186\",\"7.46\",\"0.8\",\"\""
## [5031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"323\",\"26,812\",\"34,186\",\"9.45\",\"1.2\",\"\""
## [5032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"69\",\"13,624\",\"34,186\",\"2.02\",\"0.5\",\"\""
## [5033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"49\",\"4,761\",\"34,186\",\"1.43\",\"1\",\"\""
## [5034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"51\",\"2,502\",\"34,186\",\"1.49\",\"2\",\"\""
## [5035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"31\",\"2,304\",\"34,186\",\"0.91\",\"1.3\",\"\""
## [5036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"56\",\"4214\",\"34186\",\"1.64\",\"1.3\",\"\""
## [5037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"22\",\"2369\",\"34186\",\"0.64\",\"0.9\",\"\""
## [5038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"5,627\",\"1,927\",\"5.19\",\"0.2\",\"\""
## [5039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"19\",\"7,275\",\"1,927\",\"9.86\",\"0.3\",\"\""
## [5040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"21\",\"6,859\",\"1,927\",\"10.9\",\"0.3\",\"\""
## [5041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"45\",\"9,022\",\"1,927\",\"23.35\",\"0.5\",\"\""
## [5042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"43\",\"8,018\",\"1,927\",\"22.31\",\"0.5\",\"\""
## [5043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"42\",\"7,188\",\"1,927\",\"21.8\",\"0.6\",\"\""
## [5044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"8,875\",\"1,927\",\"7.78\",\"0.2\",\"\""
## [5045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"3,947\",\"1,927\",\"1.04\",\"0.1\",\"\""
## [5046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"2,086\",\"1,927\",\"4.15\",\"0.4\",\"\""
## [5047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,092\",\"1,927\",\"2.08\",\"0.4\",\"\""
## [5048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"1,310\",\"1,927\",\"1.04\",\"0.2\",\"\""
## [5049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"667\",\"1,927\",\"1.04\",\"0.3\",\"\""
## [5050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"18\",\"1850\",\"1927\",\"9.34\",\"1\",\"\""
## [5051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"2592\",\"1927\",\"7.78\",\"0.6\",\"\""
## [5052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"52\",\"23,137\",\"7,324\",\"7.1\",\"0.2\",\"\""
## [5053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"129\",\"24,400\",\"7,324\",\"17.61\",\"0.5\",\"\""
## [5054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"157\",\"25,589\",\"7,324\",\"21.44\",\"0.6\",\"\""
## [5055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"77\",\"21,096\",\"7,324\",\"10.51\",\"0.4\",\"\""
## [5056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"94\",\"26,013\",\"7,324\",\"12.83\",\"0.4\",\"\""
## [5057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"76\",\"31,212\",\"7,324\",\"10.38\",\"0.2\",\"\""
## [5058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"76\",\"30,422\",\"7,324\",\"10.38\",\"0.2\",\"\""
## [5059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"87\",\"27,917\",\"7,324\",\"11.88\",\"0.3\",\"\""
## [5060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"64\",\"17,375\",\"7,324\",\"8.74\",\"0.4\",\"\""
## [5061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"49\",\"10,238\",\"7,324\",\"6.69\",\"0.5\",\"\""
## [5062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"45\",\"7,762\",\"7,324\",\"6.14\",\"0.6\",\"\""
## [5063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"41\",\"7,207\",\"7,324\",\"5.6\",\"0.6\",\"\""
## [5064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"33\",\"7072\",\"7324\",\"4.51\",\"0.5\",\"\""
## [5065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"62\",\"7952\",\"7324\",\"8.47\",\"0.8\",\"\""
## [5066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"105\",\"10,276\",\"5,608\",\"18.72\",\"1\",\"\""
## [5067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"98\",\"11,788\",\"5,608\",\"17.48\",\"0.8\",\"\""
## [5068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"247\",\"18,796\",\"5,608\",\"44.04\",\"1.3\",\"\""
## [5069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"154\",\"12,847\",\"5,608\",\"27.46\",\"1.2\",\"\""
## [5070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"107\",\"10,450\",\"5,608\",\"19.08\",\"1\",\"\""
## [5071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"37\",\"9,329\",\"5,608\",\"6.6\",\"0.4\",\"\""
## [5072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"116\",\"14,876\",\"5,608\",\"20.68\",\"0.8\",\"\""
## [5073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"184\",\"22,302\",\"5,608\",\"32.81\",\"0.8\",\"\""
## [5074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"69\",\"10,429\",\"5,608\",\"12.3\",\"0.7\",\"\""
## [5075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"39\",\"7,162\",\"5,608\",\"6.95\",\"0.5\",\"\""
## [5076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"41\",\"6,420\",\"5,608\",\"7.31\",\"0.6\",\"\""
## [5077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"41\",\"5,755\",\"5,608\",\"7.31\",\"0.7\",\"\""
## [5078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"27\",\"5601\",\"5608\",\"4.81\",\"0.5\",\"\""
## [5079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"20\",\"6359\",\"5608\",\"3.57\",\"0.3\",\"\""
## [5080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"9,856\",\"2,535\",\"6.71\",\"0.2\",\"\""
## [5081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"11,689\",\"2,535\",\"7.5\",\"0.2\",\"\""
## [5082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"25\",\"11,077\",\"2,535\",\"9.86\",\"0.2\",\"\""
## [5083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"34\",\"9,485\",\"2,535\",\"13.41\",\"0.4\",\"\""
## [5084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"31\",\"8,907\",\"2,535\",\"12.23\",\"0.3\",\"\""
## [5085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"47\",\"10,363\",\"2,535\",\"18.54\",\"0.5\",\"\""
## [5086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"23\",\"10,317\",\"2,535\",\"9.07\",\"0.2\",\"\""
## [5087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"20\",\"6,512\",\"2,535\",\"7.89\",\"0.3\",\"\""
## [5088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9\",\"3,154\",\"2,535\",\"3.55\",\"0.3\",\"\""
## [5089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"739\",\"2,535\",\"1.58\",\"0.5\",\"\""
## [5090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"716\",\"2,535\",\"1.97\",\"0.7\",\"\""
## [5091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"1,011\",\"2,535\",\"0.39\",\"0.1\",\"\""
## [5092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"1278\",\"2535\",\"3.16\",\"0.6\",\"\""
## [5093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"2548\",\"2535\",\"1.97\",\"0.2\",\"\""
## [5094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"29\",\"13,888\",\"4,685\",\"6.19\",\"0.2\",\"\""
## [5095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"93\",\"15,487\",\"4,685\",\"19.85\",\"0.6\",\"\""
## [5096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"77\",\"17,225\",\"4,685\",\"16.44\",\"0.4\",\"\""
## [5097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"59\",\"14,764\",\"4,685\",\"12.59\",\"0.4\",\"\""
## [5098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"28\",\"11,595\",\"4,685\",\"5.98\",\"0.2\",\"\""
## [5099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"16\",\"8,144\",\"4,685\",\"3.42\",\"0.2\",\"\""
## [5100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"18\",\"7,996\",\"4,685\",\"3.84\",\"0.2\",\"\""
## [5101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"17\",\"8,969\",\"4,685\",\"3.63\",\"0.2\",\"\""
## [5102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"55\",\"8,989\",\"4,685\",\"11.74\",\"0.6\",\"\""
## [5103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"19\",\"6,845\",\"4,685\",\"4.06\",\"0.3\",\"\""
## [5104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"17\",\"6,328\",\"4,685\",\"3.63\",\"0.3\",\"\""
## [5105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"16\",\"5,830\",\"4,685\",\"3.42\",\"0.3\",\"\""
## [5106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"11\",\"5404\",\"4685\",\"2.35\",\"0.2\",\"\""
## [5107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"14\",\"8789\",\"4685\",\"2.99\",\"0.2\",\"\""
## [5108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"95\",\"17,874\",\"7,567\",\"12.55\",\"0.5\",\"\""
## [5109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"97\",\"22,878\",\"7,567\",\"12.82\",\"0.4\",\"\""
## [5110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"99\",\"22,899\",\"7,567\",\"13.08\",\"0.4\",\"\""
## [5111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"112\",\"26,384\",\"7,567\",\"14.8\",\"0.4\",\"\""
## [5112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"173\",\"26,255\",\"7,567\",\"22.86\",\"0.7\",\"\""
## [5113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"103\",\"20,851\",\"7,567\",\"13.61\",\"0.5\",\"\""
## [5114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"60\",\"18,152\",\"7,567\",\"7.93\",\"0.3\",\"\""
## [5115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"42\",\"15,748\",\"7,567\",\"5.55\",\"0.3\",\"\""
## [5116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22\",\"7,723\",\"7,567\",\"2.91\",\"0.3\",\"\""
## [5117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"17\",\"5,472\",\"7,567\",\"2.25\",\"0.3\",\"\""
## [5118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"3,074\",\"7,567\",\"1.45\",\"0.4\",\"\""
## [5119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"19\",\"2,807\",\"7,567\",\"2.51\",\"0.7\",\"\""
## [5120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"17\",\"3825\",\"7567\",\"2.25\",\"0.4\",\"\""
## [5121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"36\",\"7163\",\"7567\",\"4.76\",\"0.5\",\"\""
## [5122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"187\",\"19,364\",\"5,962\",\"31.37\",\"1\",\"\""
## [5123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"186\",\"20,890\",\"5,962\",\"31.2\",\"0.9\",\"\""
## [5124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"216\",\"19,250\",\"5,962\",\"36.23\",\"1.1\",\"\""
## [5125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"207\",\"23,349\",\"5,962\",\"34.72\",\"0.9\",\"\""
## [5126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"186\",\"22,386\",\"5,962\",\"31.2\",\"0.8\",\"\""
## [5127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"98\",\"10,091\",\"5,962\",\"16.44\",\"1\",\"\""
## [5128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"51\",\"5,831\",\"5,962\",\"8.55\",\"0.9\",\"\""
## [5129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"27\",\"4,376\",\"5,962\",\"4.53\",\"0.6\",\"\""
## [5130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"25\",\"3,129\",\"5,962\",\"4.19\",\"0.8\",\"\""
## [5131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"8\",\"1,719\",\"5,962\",\"1.34\",\"0.5\",\"\""
## [5132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4\",\"1,342\",\"5,962\",\"0.67\",\"0.3\",\"\""
## [5133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"5\",\"1,465\",\"5,962\",\"0.84\",\"0.3\",\"\""
## [5134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"2685\",\"5962\",\"1.68\",\"0.4\",\"\""
## [5135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"30\",\"3384\",\"5962\",\"5.03\",\"0.9\",\"\""
## [5136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"8,609\",\"496\",\"10.08\",\"0.1\",\"\""
## [5137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"11,818\",\"496\",\"8.06\",\"0\",\"\""
## [5138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"13,353\",\"496\",\"2.02\",\"0\",\"\""
## [5139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"10,521\",\"496\",\"12.1\",\"0.1\",\"\""
## [5140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"9,651\",\"496\",\"10.08\",\"0.1\",\"\""
## [5141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"6,343\",\"496\",\"10.08\",\"0.1\",\"\""
## [5142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"6,999\",\"496\",\"4.03\",\"0\",\"\""
## [5143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"8,942\",\"496\",\"-\",\"0\",\"\""
## [5144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"5,881\",\"496\",\"-\",\"0\",\"\""
## [5145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"3,812\",\"496\",\"6.05\",\"0.1\",\"\""
## [5146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"2,186\",\"496\",\"2.02\",\"0\",\"\""
## [5147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"2,048\",\"496\",\"6.05\",\"0.1\",\"\""
## [5148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"2546\",\"496\",\"8.06\",\"0.2\",\"\""
## [5149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"2692\",\"496\",\"4.03\",\"0.1\",\"\""
## [5150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"480\",\"6,912\",\"N/A\",\"N/A\",\"6.9\",\"\""
## [5151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"424\",\"7,581\",\"N/A\",\"N/A\",\"5.6\",\"\""
## [5152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"471\",\"7,300\",\"N/A\",\"N/A\",\"6.5\",\"\""
## [5153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"368\",\"5,420\",\"N/A\",\"N/A\",\"6.8\",\"\""
## [5154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"355\",\"4,078\",\"N/A\",\"N/A\",\"8.7\",\"\""
## [5155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"279\",\"3,251\",\"N/A\",\"N/A\",\"8.6\",\"\""
## [5156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"262\",\"2,645\",\"N/A\",\"N/A\",\"9.9\",\"\""
## [5157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"218\",\"2,231\",\"N/A\",\"N/A\",\"9.8\",\"\""
## [5158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"179\",\"1,539\",\"N/A\",\"N/A\",\"11.6\",\"\""
## [5159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"156\",\"1,322\",\"N/A\",\"N/A\",\"11.8\",\"\""
## [5160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"121\",\"1,122\",\"N/A\",\"N/A\",\"10.8\",\"\""
## [5161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"150\",\"1,004\",\"N/A\",\"N/A\",\"14.9\",\"\""
## [5162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"124\",\"1111\",\"N/A\",\"N/A\",\"11.2\",\"\""
## [5163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"160\",\"1930\",\"N/A\",\"N/A\",\"8.3\",\"\""
## [5164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"40\",\"47,870\",\"2,366\",\"16.91\",\"0.1\",\"\""
## [5165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"54\",\"64,607\",\"2,366\",\"22.82\",\"0.1\",\"\""
## [5166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"47\",\"68,915\",\"2,366\",\"19.86\",\"0.1\",\"\""
## [5167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"31\",\"59,659\",\"2,366\",\"13.1\",\"0.1\",\"\""
## [5168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"23\",\"43,877\",\"2,366\",\"9.72\",\"0.1\",\"\""
## [5169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"13\",\"25,691\",\"2,366\",\"5.49\",\"0.1\",\"\""
## [5170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"13\",\"29,117\",\"2,366\",\"5.49\",\"0\",\"\""
## [5171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"20\",\"35,855\",\"2,366\",\"8.45\",\"0.1\",\"\""
## [5172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"24\",\"24,523\",\"2,366\",\"10.14\",\"0.1\",\"\""
## [5173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"2\",\"6,450\",\"2,366\",\"0.85\",\"0\",\"\""
## [5174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"4\",\"6,650\",\"2,366\",\"1.69\",\"0.1\",\"\""
## [5175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1\",\"9,257\",\"2,366\",\"0.42\",\"0\",\"\""
## [5176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"13\",\"17576\",\"2366\",\"5.49\",\"0.1\",\"\""
## [5177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"45\",\"29408\",\"2366\",\"19.02\",\"0.2\",\"\""
## [5178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9,194\",\"294,467\",\"221,895\",\"41.43\",\"3.1\",\"\""
## [5179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,061\",\"448,957\",\"221,895\",\"67.87\",\"3.4\",\"\""
## [5180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"27,062\",\"721,451\",\"221,895\",\"121.96\",\"3.8\",\"\""
## [5181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,865\",\"624,009\",\"221,895\",\"121.07\",\"4.3\",\"\""
## [5182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"24,793\",\"560,544\",\"221,895\",\"111.73\",\"4.4\",\"\""
## [5183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"21,522\",\"480,702\",\"221,895\",\"96.99\",\"4.5\",\"\""
## [5184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"13,740\",\"338,973\",\"221,895\",\"61.92\",\"4.1\",\"\""
## [5185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10,547\",\"270,086\",\"221,895\",\"47.53\",\"3.9\",\"\""
## [5186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,329\",\"157,738\",\"221,895\",\"24.02\",\"3.4\",\"\""
## [5187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,982\",\"140,198\",\"221,895\",\"26.96\",\"4.3\",\"\""
## [5188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,661\",\"121,607\",\"221,895\",\"21.01\",\"3.8\",\"\""
## [5189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,080\",\"116,385\",\"221,895\",\"22.89\",\"4.4\",\"\""
## [5190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8483\",\"149592\",\"221895\",\"38.23\",\"5.7\",\"\""
## [5191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10616\",\"219569\",\"221895\",\"47.84\",\"4.8\",\"\""
## [5192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"45\",\"8,298\",\"933\",\"48.23\",\"0.5\",\"\""
## [5193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"25\",\"8,541\",\"933\",\"26.8\",\"0.3\",\"\""
## [5194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"11,467\",\"933\",\"65.38\",\"0.5\",\"\""
## [5195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"64\",\"13,075\",\"933\",\"68.6\",\"0.5\",\"\""
## [5196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"15,350\",\"933\",\"65.38\",\"0.4\",\"\""
## [5197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"29\",\"16,047\",\"933\",\"31.08\",\"0.2\",\"\""
## [5198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"27\",\"14,297\",\"933\",\"28.94\",\"0.2\",\"\""
## [5199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"25\",\"13,070\",\"933\",\"26.8\",\"0.2\",\"\""
## [5200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"15\",\"9,226\",\"933\",\"16.08\",\"0.2\",\"\""
## [5201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"5,277\",\"933\",\"15.01\",\"0.3\",\"\""
## [5202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"3,682\",\"933\",\"12.86\",\"0.3\",\"\""
## [5203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13\",\"2,075\",\"933\",\"13.93\",\"0.6\",\"\""
## [5204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"6\",\"2707\",\"933\",\"6.43\",\"0.2\",\"\""
## [5205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9\",\"4229\",\"933\",\"9.65\",\"0.2\",\"\""
## [5206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"14,537\",\"903\",\"9.97\",\"0.1\",\"\""
## [5207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"11,940\",\"903\",\"11.07\",\"0.1\",\"\""
## [5208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"8,229\",\"903\",\"5.54\",\"0.1\",\"\""
## [5209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"6,212\",\"903\",\"2.21\",\"0\",\"\""
## [5210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"6,169\",\"903\",\"12.18\",\"0.2\",\"\""
## [5211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"3,661\",\"903\",\"12.18\",\"0.3\",\"\""
## [5212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4,750\",\"903\",\"4.43\",\"0.1\",\"\""
## [5213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"5,097\",\"903\",\"15.5\",\"0.3\",\"\""
## [5214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"2,419\",\"903\",\"3.32\",\"0.1\",\"\""
## [5215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,521\",\"903\",\"2.21\",\"0.1\",\"\""
## [5216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,622\",\"903\",\"3.32\",\"0.2\",\"\""
## [5217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,527\",\"903\",\"2.21\",\"0.1\",\"\""
## [5218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1734\",\"903\",\"3.32\",\"0.2\",\"\""
## [5219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"4684\",\"903\",\"3.32\",\"0.1\",\"\""
## [5220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"9,415\",\"645\",\"26.36\",\"0.2\",\"\""
## [5221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"9,429\",\"645\",\"26.36\",\"0.2\",\"\""
## [5222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"9,086\",\"645\",\"26.36\",\"0.2\",\"\""
## [5223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"6,260\",\"645\",\"29.46\",\"0.3\",\"\""
## [5224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"5,649\",\"645\",\"9.3\",\"0.1\",\"\""
## [5225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"7,379\",\"645\",\"12.4\",\"0.1\",\"\""
## [5226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"7,032\",\"645\",\"6.2\",\"0.1\",\"\""
## [5227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"7,685\",\"645\",\"29.46\",\"0.2\",\"\""
## [5228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"6,310\",\"645\",\"9.3\",\"0.1\",\"\""
## [5229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"4,214\",\"645\",\"26.36\",\"0.4\",\"\""
## [5230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"2,465\",\"645\",\"17.05\",\"0.4\",\"\""
## [5231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"1,671\",\"645\",\"6.2\",\"0.2\",\"\""
## [5232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"1753\",\"645\",\"4.65\",\"0.2\",\"\""
## [5233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"2220\",\"645\",\"12.4\",\"0.4\",\"\""
## [5234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"216\",\"13,176\",\"4,264\",\"50.66\",\"1.6\",\"\""
## [5235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"206\",\"14,036\",\"4,264\",\"48.31\",\"1.5\",\"\""
## [5236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"136\",\"11,542\",\"4,264\",\"31.89\",\"1.2\",\"\""
## [5237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"240\",\"11,737\",\"4,264\",\"56.29\",\"2\",\"\""
## [5238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"228\",\"12,681\",\"4,264\",\"53.47\",\"1.8\",\"\""
## [5239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"123\",\"8,453\",\"4,264\",\"28.85\",\"1.5\",\"\""
## [5240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"83\",\"9,030\",\"4,264\",\"19.47\",\"0.9\",\"\""
## [5241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"115\",\"8,427\",\"4,264\",\"26.97\",\"1.4\",\"\""
## [5242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"57\",\"4,404\",\"4,264\",\"13.37\",\"1.3\",\"\""
## [5243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"24\",\"1,752\",\"4,264\",\"5.63\",\"1.4\",\"\""
## [5244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"26\",\"1,136\",\"4,264\",\"6.1\",\"2.3\",\"\""
## [5245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"36\",\"1,090\",\"4,264\",\"8.44\",\"3.3\",\"\""
## [5246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"43\",\"1960\",\"4264\",\"10.08\",\"2.2\",\"\""
## [5247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"38\",\"2121\",\"4264\",\"8.91\",\"1.8\",\"\""
## [5248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"88\",\"33,759\",\"9,524\",\"9.24\",\"0.3\",\"\""
## [5249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"129\",\"28,937\",\"9,524\",\"13.54\",\"0.4\",\"\""
## [5250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"157\",\"32,281\",\"9,524\",\"16.48\",\"0.5\",\"\""
## [5251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"209\",\"39,383\",\"9,524\",\"21.94\",\"0.5\",\"\""
## [5252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"390\",\"43,441\",\"9,524\",\"40.95\",\"0.9\",\"\""
## [5253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"319\",\"40,654\",\"9,524\",\"33.49\",\"0.8\",\"\""
## [5254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"190\",\"31,759\",\"9,524\",\"19.95\",\"0.6\",\"\""
## [5255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"241\",\"37,843\",\"9,524\",\"25.3\",\"0.6\",\"\""
## [5256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"170\",\"17,223\",\"9,524\",\"17.85\",\"1\",\"\""
## [5257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"60\",\"7,055\",\"9,524\",\"6.3\",\"0.9\",\"\""
## [5258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"40\",\"3,695\",\"9,524\",\"4.2\",\"1.1\",\"\""
## [5259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"29\",\"2,857\",\"9,524\",\"3.04\",\"1\",\"\""
## [5260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"2831\",\"9524\",\"2.41\",\"0.8\",\"\""
## [5261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"45\",\"5210\",\"9524\",\"4.72\",\"0.9\",\"\""
## [5262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"22\",\"8,640\",\"1,649\",\"13.34\",\"0.3\",\"\""
## [5263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6\",\"5,848\",\"1,649\",\"3.64\",\"0.1\",\"\""
## [5264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2\",\"4,556\",\"1,649\",\"1.21\",\"0\",\"\""
## [5265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"5,451\",\"1,649\",\"6.67\",\"0.2\",\"\""
## [5266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"9\",\"4,528\",\"1,649\",\"5.46\",\"0.2\",\"\""
## [5267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"13\",\"3,320\",\"1,649\",\"7.88\",\"0.4\",\"\""
## [5268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1\",\"3,384\",\"1,649\",\"0.61\",\"0\",\"\""
## [5269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"12\",\"5,166\",\"1,649\",\"7.28\",\"0.2\",\"\""
## [5270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"3,762\",\"1,649\",\"2.43\",\"0.1\",\"\""
## [5271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3\",\"2,417\",\"1,649\",\"1.82\",\"0.1\",\"\""
## [5272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"1,573\",\"1,649\",\"-\",\"0\",\"\""
## [5273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"1,449\",\"1,649\",\"-\",\"0\",\"\""
## [5274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5\",\"2231\",\"1649\",\"3.03\",\"0.2\",\"\""
## [5275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5\",\"3910\",\"1649\",\"3.03\",\"0.1\",\"\""
## [5276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"18,023\",\"7,479\",\"7.22\",\"0.3\",\"\""
## [5277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"81\",\"18,952\",\"7,479\",\"10.83\",\"0.4\",\"\""
## [5278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"64\",\"18,463\",\"7,479\",\"8.56\",\"0.3\",\"\""
## [5279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"50\",\"15,846\",\"7,479\",\"6.69\",\"0.3\",\"\""
## [5280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"43\",\"13,847\",\"7,479\",\"5.75\",\"0.3\",\"\""
## [5281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"51\",\"13,948\",\"7,479\",\"6.82\",\"0.4\",\"\""
## [5282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"39\",\"10,083\",\"7,479\",\"5.21\",\"0.4\",\"\""
## [5283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"59\",\"12,879\",\"7,479\",\"7.89\",\"0.5\",\"\""
## [5284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"33\",\"7,782\",\"7,479\",\"4.41\",\"0.4\",\"\""
## [5285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"24\",\"6,058\",\"7,479\",\"3.21\",\"0.4\",\"\""
## [5286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"16\",\"4,851\",\"7,479\",\"2.14\",\"0.3\",\"\""
## [5287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"48\",\"5,868\",\"7,479\",\"6.42\",\"0.8\",\"\""
## [5288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"57\",\"9436\",\"7479\",\"7.62\",\"0.6\",\"\""
## [5289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"115\",\"11295\",\"7479\",\"15.38\",\"1\",\"\""
## [5290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"24\",\"19,042\",\"3,612\",\"6.64\",\"0.1\",\"\""
## [5291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21\",\"20,530\",\"3,612\",\"5.81\",\"0.1\",\"\""
## [5292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"32\",\"26,816\",\"3,612\",\"8.86\",\"0.1\",\"\""
## [5293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"36\",\"27,555\",\"3,612\",\"9.97\",\"0.1\",\"\""
## [5294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"22\",\"23,106\",\"3,612\",\"6.09\",\"0.1\",\"\""
## [5295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"28\",\"17,674\",\"3,612\",\"7.75\",\"0.2\",\"\""
## [5296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"22\",\"20,487\",\"3,612\",\"6.09\",\"0.1\",\"\""
## [5297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17\",\"21,218\",\"3,612\",\"4.71\",\"0.1\",\"\""
## [5298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"23\",\"8,175\",\"3,612\",\"6.37\",\"0.3\",\"\""
## [5299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3\",\"3,521\",\"3,612\",\"0.83\",\"0.1\",\"\""
## [5300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2\",\"2,025\",\"3,612\",\"0.55\",\"0.1\",\"\""
## [5301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1\",\"1,529\",\"3,612\",\"0.28\",\"0.1\",\"\""
## [5302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"8\",\"4681\",\"3612\",\"2.21\",\"0.2\",\"\""
## [5303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"25\",\"12403\",\"3612\",\"6.92\",\"0.2\",\"\""
## [5304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"51\",\"19,146\",\"1,748\",\"29.18\",\"0.3\",\"\""
## [5305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"58\",\"17,186\",\"1,748\",\"33.18\",\"0.3\",\"\""
## [5306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"31\",\"10,309\",\"1,748\",\"17.73\",\"0.3\",\"\""
## [5307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18\",\"7,655\",\"1,748\",\"10.3\",\"0.2\",\"\""
## [5308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"42\",\"11,170\",\"1,748\",\"24.03\",\"0.4\",\"\""
## [5309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"59\",\"18,903\",\"1,748\",\"33.75\",\"0.3\",\"\""
## [5310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"38\",\"18,950\",\"1,748\",\"21.74\",\"0.2\",\"\""
## [5311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"36\",\"14,538\",\"1,748\",\"20.59\",\"0.2\",\"\""
## [5312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"15\",\"6,012\",\"1,748\",\"8.58\",\"0.2\",\"\""
## [5313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6\",\"3,847\",\"1,748\",\"3.43\",\"0.2\",\"\""
## [5314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"7\",\"3,563\",\"1,748\",\"4\",\"0.2\",\"\""
## [5315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"8\",\"2,601\",\"1,748\",\"4.58\",\"0.3\",\"\""
## [5316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"8\",\"3280\",\"1748\",\"4.58\",\"0.2\",\"\""
## [5317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"5348\",\"1748\",\"13.73\",\"0.4\",\"\""
## [5318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"14\",\"4,059\",\"2,253\",\"6.21\",\"0.3\",\"\""
## [5319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"25\",\"5,373\",\"2,253\",\"11.1\",\"0.5\",\"\""
## [5320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"38\",\"5,978\",\"2,253\",\"16.87\",\"0.6\",\"\""
## [5321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"35\",\"4,262\",\"2,253\",\"15.53\",\"0.8\",\"\""
## [5322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"10\",\"3,356\",\"2,253\",\"4.44\",\"0.3\",\"\""
## [5323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"3,310\",\"2,253\",\"8.43\",\"0.6\",\"\""
## [5324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"24\",\"3,570\",\"2,253\",\"10.65\",\"0.7\",\"\""
## [5325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"114\",\"5,049\",\"2,253\",\"50.6\",\"2.3\",\"\""
## [5326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"4,628\",\"2,253\",\"10.21\",\"0.5\",\"\""
## [5327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"18\",\"2,530\",\"2,253\",\"7.99\",\"0.7\",\"\""
## [5328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"31\",\"1,894\",\"2,253\",\"13.76\",\"1.6\",\"\""
## [5329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"1,175\",\"2,253\",\"4.88\",\"0.9\",\"\""
## [5330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"1735\",\"2253\",\"4.88\",\"0.6\",\"\""
## [5331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"15\",\"2899\",\"2253\",\"6.66\",\"0.5\",\"\""
## [5332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"41\",\"13,970\",\"3,400\",\"12.06\",\"0.3\",\"\""
## [5333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"71\",\"18,016\",\"3,400\",\"20.88\",\"0.4\",\"\""
## [5334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"52\",\"17,079\",\"3,400\",\"15.29\",\"0.3\",\"\""
## [5335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"65\",\"13,672\",\"3,400\",\"19.12\",\"0.5\",\"\""
## [5336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"84\",\"13,478\",\"3,400\",\"24.71\",\"0.6\",\"\""
## [5337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"72\",\"15,863\",\"3,400\",\"21.18\",\"0.5\",\"\""
## [5338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"94\",\"18,140\",\"3,400\",\"27.65\",\"0.5\",\"\""
## [5339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"73\",\"14,399\",\"3,400\",\"21.47\",\"0.5\",\"\""
## [5340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"61\",\"10,029\",\"3,400\",\"17.94\",\"0.6\",\"\""
## [5341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"51\",\"5,738\",\"3,400\",\"15\",\"0.9\",\"\""
## [5342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"38\",\"3,980\",\"3,400\",\"11.18\",\"1\",\"\""
## [5343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"32\",\"4,561\",\"3,400\",\"9.41\",\"0.7\",\"\""
## [5344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"28\",\"5221\",\"3400\",\"8.24\",\"0.5\",\"\""
## [5345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"40\",\"5086\",\"3400\",\"11.76\",\"0.8\",\"\""
## [5346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"52\",\"14,988\",\"4,755\",\"10.94\",\"0.3\",\"\""
## [5347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"106\",\"25,703\",\"4,755\",\"22.29\",\"0.4\",\"\""
## [5348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"48\",\"18,311\",\"4,755\",\"10.09\",\"0.3\",\"\""
## [5349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"59\",\"18,289\",\"4,755\",\"12.41\",\"0.3\",\"\""
## [5350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"66\",\"20,745\",\"4,755\",\"13.88\",\"0.3\",\"\""
## [5351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"59\",\"26,625\",\"4,755\",\"12.41\",\"0.2\",\"\""
## [5352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"54\",\"23,451\",\"4,755\",\"11.36\",\"0.2\",\"\""
## [5353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"28\",\"16,444\",\"4,755\",\"5.89\",\"0.2\",\"\""
## [5354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"29\",\"11,396\",\"4,755\",\"6.1\",\"0.3\",\"\""
## [5355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"20\",\"7,660\",\"4,755\",\"4.21\",\"0.3\",\"\""
## [5356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"27\",\"6,059\",\"4,755\",\"5.68\",\"0.4\",\"\""
## [5357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"18\",\"4,856\",\"4,755\",\"3.79\",\"0.4\",\"\""
## [5358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"20\",\"5765\",\"4755\",\"4.21\",\"0.3\",\"\""
## [5359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"19\",\"7282\",\"4755\",\"4\",\"0.3\",\"\""
## [5360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"129\",\"25,880\",\"7,787\",\"16.57\",\"0.5\",\"\""
## [5361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"303\",\"25,330\",\"7,787\",\"38.91\",\"1.2\",\"\""
## [5362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"341\",\"27,330\",\"7,787\",\"43.79\",\"1.2\",\"\""
## [5363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"411\",\"39,733\",\"7,787\",\"52.78\",\"1\",\"\""
## [5364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"461\",\"40,215\",\"7,787\",\"59.2\",\"1.1\",\"\""
## [5365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"241\",\"23,604\",\"7,787\",\"30.95\",\"1\",\"\""
## [5366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"195\",\"21,472\",\"7,787\",\"25.04\",\"0.9\",\"\""
## [5367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"117\",\"20,760\",\"7,787\",\"15.03\",\"0.6\",\"\""
## [5368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"90\",\"16,476\",\"7,787\",\"11.56\",\"0.5\",\"\""
## [5369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"36\",\"10,464\",\"7,787\",\"4.62\",\"0.3\",\"\""
## [5370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"47\",\"8,208\",\"7,787\",\"6.04\",\"0.6\",\"\""
## [5371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"32\",\"5,466\",\"7,787\",\"4.11\",\"0.6\",\"\""
## [5372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"42\",\"6577\",\"7787\",\"5.39\",\"0.6\",\"\""
## [5373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"58\",\"10092\",\"7787\",\"7.45\",\"0.6\",\"\""
## [5374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"5,020\",\"284\",\"31.69\",\"0.2\",\"\""
## [5375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"3,821\",\"284\",\"63.38\",\"0.5\",\"\""
## [5376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"8\",\"5,586\",\"284\",\"28.17\",\"0.1\",\"\""
## [5377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"15\",\"7,974\",\"284\",\"52.82\",\"0.2\",\"\""
## [5378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"5,086\",\"284\",\"31.69\",\"0.2\",\"\""
## [5379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"4,063\",\"284\",\"17.61\",\"0.1\",\"\""
## [5380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"8\",\"5,639\",\"284\",\"28.17\",\"0.1\",\"\""
## [5381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"0\",\"4,783\",\"284\",\"-\",\"0\",\"\""
## [5382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"3,054\",\"284\",\"21.13\",\"0.2\",\"\""
## [5383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"3,235\",\"284\",\"42.25\",\"0.4\",\"\""
## [5384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2\",\"1,908\",\"284\",\"7.04\",\"0.1\",\"\""
## [5385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1\",\"1,725\",\"284\",\"3.52\",\"0.1\",\"\""
## [5386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3\",\"1685\",\"284\",\"10.56\",\"0.2\",\"\""
## [5387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3\",\"1530\",\"284\",\"10.56\",\"0.2\",\"\""
## [5388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"22\",\"11,652\",\"1,718\",\"12.81\",\"0.2\",\"\""
## [5389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"27\",\"10,428\",\"1,718\",\"15.72\",\"0.3\",\"\""
## [5390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"33\",\"12,043\",\"1,718\",\"19.21\",\"0.3\",\"\""
## [5391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"38\",\"11,775\",\"1,718\",\"22.12\",\"0.3\",\"\""
## [5392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"51\",\"10,609\",\"1,718\",\"29.69\",\"0.5\",\"\""
## [5393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"41\",\"10,340\",\"1,718\",\"23.86\",\"0.4\",\"\""
## [5394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"49\",\"13,578\",\"1,718\",\"28.52\",\"0.4\",\"\""
## [5395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"73\",\"14,121\",\"1,718\",\"42.49\",\"0.5\",\"\""
## [5396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"49\",\"9,753\",\"1,718\",\"28.52\",\"0.5\",\"\""
## [5397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"33\",\"8,357\",\"1,718\",\"19.21\",\"0.4\",\"\""
## [5398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"23\",\"4,829\",\"1,718\",\"13.39\",\"0.5\",\"\""
## [5399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"4,239\",\"1,718\",\"11.64\",\"0.5\",\"\""
## [5400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"3727\",\"1718\",\"1.75\",\"0.1\",\"\""
## [5401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"8\",\"4245\",\"1718\",\"4.66\",\"0.2\",\"\""
## [5402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"443\",\"25,364\",\"48,727\",\"9.09\",\"1.7\",\"\""
## [5403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"498\",\"27,826\",\"48,727\",\"10.22\",\"1.8\",\"\""
## [5404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"588\",\"26,362\",\"48,727\",\"12.07\",\"2.2\",\"\""
## [5405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"391\",\"18,674\",\"48,727\",\"8.02\",\"2.1\",\"\""
## [5406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"286\",\"19,059\",\"48,727\",\"5.87\",\"1.5\",\"\""
## [5407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"414\",\"35,185\",\"48,727\",\"8.5\",\"1.2\",\"\""
## [5408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"391\",\"31,249\",\"48,727\",\"8.02\",\"1.3\",\"\""
## [5409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"227\",\"22,481\",\"48,727\",\"4.66\",\"1\",\"\""
## [5410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"133\",\"14,928\",\"48,727\",\"2.73\",\"0.9\",\"\""
## [5411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"154\",\"17,442\",\"48,727\",\"3.16\",\"0.9\",\"\""
## [5412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"129\",\"12,548\",\"48,727\",\"2.65\",\"1\",\"\""
## [5413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"144\",\"11,316\",\"48,727\",\"2.96\",\"1.3\",\"\""
## [5414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"254\",\"16576\",\"48727\",\"5.21\",\"1.5\",\"\""
## [5415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"363\",\"21918\",\"48727\",\"7.45\",\"1.7\",\"\""
## [5416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"268\",\"61,178\",\"15,632\",\"17.14\",\"0.4\",\"\""
## [5417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"212\",\"48,392\",\"15,632\",\"13.56\",\"0.4\",\"\""
## [5418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"213\",\"47,383\",\"15,632\",\"13.63\",\"0.4\",\"\""
## [5419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"146\",\"36,439\",\"15,632\",\"9.34\",\"0.4\",\"\""
## [5420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"140\",\"35,642\",\"15,632\",\"8.96\",\"0.4\",\"\""
## [5421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"99\",\"41,564\",\"15,632\",\"6.33\",\"0.2\",\"\""
## [5422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"0\",\"39,304\",\"15,632\",\"-\",\"0\",\"\""
## [5423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"419\",\"33,230\",\"15,632\",\"26.8\",\"1.3\",\"\""
## [5424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"42\",\"20,479\",\"15,632\",\"2.69\",\"0.2\",\"\""
## [5425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"108\",\"13,184\",\"15,632\",\"6.91\",\"0.8\",\"\""
## [5426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"34\",\"9,653\",\"15,632\",\"2.18\",\"0.4\",\"\""
## [5427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"25\",\"6,321\",\"15,632\",\"1.6\",\"0.4\",\"\""
## [5428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"58\",\"7353\",\"15632\",\"3.71\",\"0.8\",\"\""
## [5429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"69\",\"11830\",\"15632\",\"4.41\",\"0.6\",\"\""
## [5430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"18\",\"4,356\",\"1,531\",\"11.76\",\"0.4\",\"\""
## [5431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"4,178\",\"1,531\",\"8.49\",\"0.3\",\"\""
## [5432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"4,952\",\"1,531\",\"5.88\",\"0.2\",\"\""
## [5433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"30\",\"5,726\",\"1,531\",\"19.6\",\"0.5\",\"\""
## [5434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"5,465\",\"1,531\",\"8.49\",\"0.2\",\"\""
## [5435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"16\",\"4,653\",\"1,531\",\"10.45\",\"0.3\",\"\""
## [5436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"25\",\"5,844\",\"1,531\",\"16.33\",\"0.4\",\"\""
## [5437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"39\",\"6,322\",\"1,531\",\"25.47\",\"0.6\",\"\""
## [5438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"33\",\"3,072\",\"1,531\",\"21.55\",\"1.1\",\"\""
## [5439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"21\",\"2,405\",\"1,531\",\"13.72\",\"0.9\",\"\""
## [5440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"8\",\"1,488\",\"1,531\",\"5.23\",\"0.5\",\"\""
## [5441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"940\",\"1,531\",\"9.8\",\"1.6\",\"\""
## [5442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Bangladeshi\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"1142\",\"1531\",\"8.49\",\"1.1\",\"\""
## [5443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Bangladeshi\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"1313\",\"1531\",\"4.57\",\"0.5\",\"\""
## [5444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"123,641\",\"932,065\",\"1,864,890\",\"66.3\",\"13.3\",\"\""
## [5445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"157,745\",\"1,125,647\",\"1,864,890\",\"84.59\",\"14\",\"\""
## [5446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"238,279\",\"1,409,802\",\"1,864,890\",\"127.77\",\"16.9\",\"\""
## [5447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"214,420\",\"1,284,197\",\"1,864,890\",\"114.98\",\"16.7\",\"\""
## [5448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"169,573\",\"1,284,197\",\"1,864,890\",\"90.93\",\"13.2\",\"\""
## [5449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"9,261\",\"1,284,197\",\"1,864,890\",\"5.45\",\"0.8\",\"\""
## [5450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"39,364\",\"1,284,197\",\"1,864,890\",\"21.11\",\"3.1\",\"\""
## [5451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"207,051\",\"1,220,198\",\"1,864,890\",\"111.03\",\"17\",\"\""
## [5452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"185,806\",\"1,220,198\",\"1,864,890\",\"99.63\",\"15.2\",\"\""
## [5453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"943\",\"1,220,198\",\"1,864,890\",\"0.52\",\"0.1\",\"\""
## [5454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"23,283\",\"1,220,198\",\"1,864,890\",\"12.48\",\"1.9\",\"\""
## [5455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"176,088\",\"1,121,123\",\"1,864,890\",\"94.42\",\"15.7\",\"\""
## [5456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"161,058\",\"1,121,123\",\"1,864,890\",\"86.36\",\"14.4\",\"\""
## [5457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"1,864,890\",\"-\",\"0\",\"\""
## [5458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"16,791\",\"1,121,123\",\"1,864,890\",\"9\",\"1.5\",\"\""
## [5459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"120,632\",\"954,314\",\"1,864,890\",\"64.69\",\"12.6\",\"\""
## [5460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"119,998\",\"954,314\",\"1,864,890\",\"64.35\",\"12.6\",\"\""
## [5461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"1,864,890\",\"-\",\"0\",\"\""
## [5462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,921\",\"954,314\",\"1,864,890\",\"1.03\",\"0.2\",\"\""
## [5463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"100,226\",\"841,399\",\"1,864,890\",\"53.74\",\"11.9\",\"\""
## [5464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"100,907\",\"841,399\",\"1,864,890\",\"54.11\",\"12\",\"\""
## [5465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"1,864,890\",\"-\",\"0\",\"\""
## [5466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,126\",\"841,399\",\"1,864,890\",\"0.6\",\"0.1\",\"\""
## [5467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"62,892\",\"498,721\",\"1,864,890\",\"33.72\",\"12.6\",\"\""
## [5468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"63,532\",\"498,721\",\"1,864,890\",\"34.07\",\"12.7\",\"\""
## [5469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"1,864,890\",\"-\",\"0\",\"\""
## [5470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"172\",\"498,721\",\"1,864,890\",\"0.09\",\"0\",\"\""
## [5471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"58,170\",\"342,086\",\"1,864,890\",\"31.19\",\"17\",\"\""
## [5472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"58,217\",\"342,086\",\"1,864,890\",\"31.22\",\"17\",\"\""
## [5473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"1,864,890\",\"-\",\"0\",\"\""
## [5474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"209\",\"342,086\",\"1,864,890\",\"0.11\",\"0.1\",\"\""
## [5475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"54,717\",\"266,308\",\"1,864,890\",\"29.34\",\"20.5\",\"\""
## [5476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"54,881\",\"266,308\",\"1,864,890\",\"29.43\",\"20.6\",\"\""
## [5477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"1,864,890\",\"-\",\"0\",\"\""
## [5478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"169\",\"266,308\",\"1,864,890\",\"0.09\",\"0.1\",\"\""
## [5479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"53,991\",\"243,589\",\"1,864,890\",\"28.95\",\"22.2\",\"\""
## [5480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"53,427\",\"243,589\",\"1,864,890\",\"28.65\",\"21.9\",\"\""
## [5481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"243,589\",\"1,864,890\",\"0\",\"0\",\"\""
## [5482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"955\",\"243,589\",\"1,864,890\",\"0.51\",\"0.4\",\"\""
## [5483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"69730\",\"316353\",\"1864890\",\"37.39\",\"22\",\"\""
## [5484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"65006\",\"305196\",\"1,864,890\",\"34.86\",\"21.3\",\"\""
## [5485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"1,864,890\",\"0\",\"0\",\"\""
## [5486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"4,620\",\"305196\",\"1,864,890\",\"N/A\",\"1.5\",\"\""
## [5487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"95643\",\"461837\",\"1864890\",\"51.29\",\"20.7\",\"\""
## [5488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"91059\",\"461837\",\"1790793\",\"48.83\",\"19.7\",\"\""
## [5489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"1790793\",\"0\",\"0\",\"\""
## [5490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4181\",\"461837\",\"1790793\",\"N/A\",\"0.9\",\"\""
## [5491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"119937\",\"886657\",\"1,790,793\",\"66.97\",\"13.5\",\"\""
## [5492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"154489\",\"1075609\",\"1,790,793\",\"86.27\",\"14.4\",\"\""
## [5493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"234065\",\"1357473\",\"1,790,793\",\"130.7\",\"17.2\",\"\""
## [5494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"210522\",\"1242635\",\"1,790,793\",\"117.56\",\"16.9\",\"\""
## [5495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"203691\",\"1171286\",\"1,790,793\",\"113.74\",\"17.4\",\"\""
## [5496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"173443\",\"1070599\",\"1,790,793\",\"96.85\",\"16.2\",\"\""
## [5497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"118971\",\"921346\",\"1,790,793\",\"66.43\",\"12.9\",\"\""
## [5498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"98721\",\"814587\",\"1,790,793\",\"55.13\",\"12.1\",\"\""
## [5499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"62061\",\"485097\",\"1,790,793\",\"34.66\",\"12.8\",\"\""
## [5500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"57851\",\"337325\",\"1,790,793\",\"32.3\",\"17.1\",\"\""
## [5501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"54503\",\"263806\",\"1,790,793\",\"30.44\",\"20.7\",\"\""
## [5502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"53748\",\"241285\",\"1,790,793\",\"30.01\",\"22.3\",\"\""
## [5503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"69102\",\"312139\",\"1,790,793\",\"38.59\",\"22.1\",\"\""
## [5504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"95240\",\"459468\",\"1790793\",\"53.18\",\"20.7\",\"\""
## [5505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"219,101\",\"1,323,681\",\"1,864,890\",\"117.49\",\"16.6\",\"\""
## [5506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"210,053\",\"1,237,719\",\"1,864,890\",\"112.64\",\"17\",\"\""
## [5507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"177,849\",\"1,131,675\",\"1,864,890\",\"95.37\",\"15.7\",\"\""
## [5508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"121,919\",\"963,449\",\"1,864,890\",\"65.38\",\"12.7\",\"\""
## [5509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"102,033\",\"852,465\",\"1,864,890\",\"54.71\",\"12\",\"\""
## [5510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"63,704\",\"504,446\",\"1,864,890\",\"34.16\",\"12.6\",\"\""
## [5511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"58,575\",\"345,087\",\"1,864,890\",\"31.41\",\"17\",\"\""
## [5512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"55,050\",\"268,447\",\"1,864,890\",\"29.52\",\"20.5\",\"\""
## [5513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"54,395\",\"245,749\",\"1,864,890\",\"29.17\",\"22.1\",\"\""
## [5514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"70752\",\"320808\",\"1864890\",\"37.94\",\"22.1\",\"\""
## [5515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"97308\",\"468431\",\"1864890\",\"52.18\",\"20.8\",\"\""
## [5516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [5517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [5518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [5519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"215,203\",\"1282119\",\"1790793\",\"120.17\",\"16.8\",\"\""
## [5520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"206,693\",\"1188807\",\"1790793\",\"115.42\",\"17.4\",\"\""
## [5521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"175,204\",\"1081151\",\"1790793\",\"97.84\",\"16.2\",\"\""
## [5522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"120,258\",\"930481\",\"1790793\",\"67.15\",\"12.9\",\"\""
## [5523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"100,528\",\"825653\",\"1790793\",\"56.14\",\"12.2\",\"\""
## [5524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"62,873\",\"490822\",\"1790793\",\"35.11\",\"12.8\",\"\""
## [5525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"58,256\",\"340326\",\"1790793\",\"32.53\",\"17.1\",\"\""
## [5526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"54,836\",\"265945\",\"1790793\",\"30.62\",\"20.6\",\"\""
## [5527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"54,152\",\"243445\",\"1790793\",\"30.24\",\"22.2\",\"\""
## [5528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"70,124\",\"316594\",\"1790793\",\"39.16\",\"22.1\",\"\""
## [5529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"96905\",\"466062\",\"1790793\",\"54.11\",\"20.8\",\"\""
## [5530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"690\",\"9,050\",\"30,923\",\"22.31\",\"7.6\",\"\""
## [5531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"638\",\"8,722\",\"30,923\",\"20.63\",\"7.3\",\"\""
## [5532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,373\",\"12,772\",\"30,923\",\"44.4\",\"10.8\",\"\""
## [5533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"914\",\"12,983\",\"30,923\",\"29.56\",\"7\",\"\""
## [5534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,010\",\"14,940\",\"30,923\",\"32.66\",\"6.8\",\"\""
## [5535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,382\",\"20,911\",\"30,923\",\"44.69\",\"6.6\",\"\""
## [5536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,976\",\"29,588\",\"30,923\",\"63.9\",\"6.7\",\"\""
## [5537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,634\",\"23,728\",\"30,923\",\"52.84\",\"6.9\",\"\""
## [5538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"759\",\"9,973\",\"30,923\",\"24.54\",\"7.6\",\"\""
## [5539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"447\",\"4,929\",\"30,923\",\"14.46\",\"9.1\",\"\""
## [5540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"454\",\"4,723\",\"30,923\",\"14.68\",\"9.6\",\"\""
## [5541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"641\",\"4,734\",\"30,923\",\"20.73\",\"13.5\",\"\""
## [5542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"554\",\"4589\",\"30923\",\"17.92\",\"12.1\",\"\""
## [5543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"747\",\"6013\",\"30923\",\"24.16\",\"12.4\",\"\""
## [5544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"498\",\"4,279\",\"29,725\",\"16.75\",\"11.6\",\"\""
## [5545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"465\",\"4,614\",\"29,725\",\"15.64\",\"10.1\",\"\""
## [5546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,176\",\"8,076\",\"29,725\",\"39.56\",\"14.6\",\"\""
## [5547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"805\",\"6,908\",\"29,725\",\"27.08\",\"11.7\",\"\""
## [5548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,057\",\"8,856\",\"29,725\",\"35.56\",\"11.9\",\"\""
## [5549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"678\",\"6,886\",\"29,725\",\"22.81\",\"9.8\",\"\""
## [5550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"753\",\"7,365\",\"29,725\",\"25.33\",\"10.2\",\"\""
## [5551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"518\",\"5,515\",\"29,725\",\"17.43\",\"9.4\",\"\""
## [5552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"235\",\"2,476\",\"29,725\",\"7.91\",\"9.5\",\"\""
## [5553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"219\",\"1,891\",\"29,725\",\"7.37\",\"11.6\",\"\""
## [5554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"139\",\"1,373\",\"29,725\",\"4.68\",\"10.1\",\"\""
## [5555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"170\",\"1,244\",\"29,725\",\"5.72\",\"13.7\",\"\""
## [5556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"213\",\"1631\",\"29725\",\"7.17\",\"13.1\",\"\""
## [5557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"298\",\"2564\",\"29725\",\"10.03\",\"11.6\",\"\""
## [5558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"4,681\",\"39,484\",\"N/A\",\"N/A\",\"11.9\",\"\""
## [5559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3,002\",\"17,521\",\"N/A\",\"N/A\",\"17.1\",\"\""
## [5560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,761\",\"10,552\",\"N/A\",\"N/A\",\"16.7\",\"\""
## [5561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,287\",\"9,135\",\"N/A\",\"N/A\",\"14.1\",\"\""
## [5562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,807\",\"11,066\",\"N/A\",\"N/A\",\"16.3\",\"\""
## [5563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"812\",\"5,725\",\"N/A\",\"N/A\",\"14.2\",\"\""
## [5564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"405\",\"3,001\",\"N/A\",\"N/A\",\"13.5\",\"\""
## [5565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"333\",\"2,139\",\"N/A\",\"N/A\",\"15.6\",\"\""
## [5566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"404\",\"2,160\",\"N/A\",\"N/A\",\"18.7\",\"\""
## [5567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1022\",\"4455\",\"N/A\",\"N/A\",\"22.9\",\"\""
## [5568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1665\",\"6594\",\"N/A\",\"N/A\",\"25.3\",\"\""
## [5569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"303\",\"8,582\",\"10,174\",\"29.78\",\"3.5\",\"\""
## [5570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"314\",\"9,811\",\"10,174\",\"30.86\",\"3.2\",\"\""
## [5571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"152\",\"5,286\",\"10,174\",\"14.94\",\"2.9\",\"\""
## [5572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"162\",\"6,070\",\"10,174\",\"15.92\",\"2.7\",\"\""
## [5573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"453\",\"13,145\",\"10,174\",\"44.53\",\"3.4\",\"\""
## [5574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"521\",\"16,900\",\"10,174\",\"51.21\",\"3.1\",\"\""
## [5575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"581\",\"16,169\",\"10,174\",\"57.11\",\"3.6\",\"\""
## [5576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"481\",\"12,292\",\"10,174\",\"47.28\",\"3.9\",\"\""
## [5577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"254\",\"5,715\",\"10,174\",\"24.97\",\"4.4\",\"\""
## [5578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"187\",\"2,836\",\"10,174\",\"18.38\",\"6.6\",\"\""
## [5579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"91\",\"1,084\",\"10,174\",\"8.94\",\"8.4\",\"\""
## [5580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"59\",\"775\",\"10,174\",\"5.8\",\"7.6\",\"\""
## [5581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"98\",\"1363\",\"10174\",\"9.63\",\"7.2\",\"\""
## [5582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"176\",\"2018\",\"10174\",\"17.3\",\"8.7\",\"\""
## [5583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"60\",\"6,390\",\"3,264\",\"18.38\",\"0.9\",\"\""
## [5584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"69\",\"5,547\",\"3,264\",\"21.14\",\"1.2\",\"\""
## [5585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"57\",\"4,976\",\"3,264\",\"17.46\",\"1.1\",\"\""
## [5586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"44\",\"5,193\",\"3,264\",\"13.48\",\"0.8\",\"\""
## [5587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"64\",\"6,002\",\"3,264\",\"19.61\",\"1.1\",\"\""
## [5588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"88\",\"7,787\",\"3,264\",\"26.96\",\"1.1\",\"\""
## [5589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"50\",\"4,934\",\"3,264\",\"15.32\",\"1\",\"\""
## [5590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"75\",\"6,541\",\"3,264\",\"22.98\",\"1.1\",\"\""
## [5591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"138\",\"9,203\",\"3,264\",\"42.28\",\"1.5\",\"\""
## [5592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"69\",\"3,839\",\"3,264\",\"21.14\",\"1.8\",\"\""
## [5593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"28\",\"2,004\",\"3,264\",\"8.58\",\"1.4\",\"\""
## [5594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"42\",\"1,889\",\"3,264\",\"12.87\",\"2.2\",\"\""
## [5595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"54\",\"2104\",\"3264\",\"16.54\",\"2.6\",\"\""
## [5596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"75\",\"3352\",\"3264\",\"22.98\",\"2.2\",\"\""
## [5597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"97\",\"11,453\",\"3,156\",\"30.74\",\"0.8\",\"\""
## [5598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"97\",\"15,573\",\"3,156\",\"30.74\",\"0.6\",\"\""
## [5599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"103\",\"17,357\",\"3,156\",\"32.64\",\"0.6\",\"\""
## [5600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"167\",\"24,197\",\"3,156\",\"52.92\",\"0.7\",\"\""
## [5601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"227\",\"29,911\",\"3,156\",\"71.93\",\"0.8\",\"\""
## [5602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"256\",\"30,424\",\"3,156\",\"81.12\",\"0.8\",\"\""
## [5603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"323\",\"31,104\",\"3,156\",\"102.34\",\"1\",\"\""
## [5604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"274\",\"24,616\",\"3,156\",\"86.82\",\"1.1\",\"\""
## [5605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"129\",\"9,281\",\"3,156\",\"40.87\",\"1.4\",\"\""
## [5606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"43\",\"2,717\",\"3,156\",\"13.62\",\"1.6\",\"\""
## [5607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"943\",\"3,156\",\"5.39\",\"1.8\",\"\""
## [5608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"804\",\"3,156\",\"5.39\",\"2.1\",\"\""
## [5609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"24\",\"794\",\"3156\",\"7.6\",\"3\",\"\""
## [5610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"41\",\"1729\",\"3156\",\"12.99\",\"2.4\",\"\""
## [5611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"21\",\"8,071\",\"579\",\"36.27\",\"0.3\",\"\""
## [5612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"17\",\"8,849\",\"579\",\"29.36\",\"0.2\",\"\""
## [5613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"24\",\"8,588\",\"579\",\"41.45\",\"0.3\",\"\""
## [5614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"31\",\"10,365\",\"579\",\"53.54\",\"0.3\",\"\""
## [5615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"29\",\"10,183\",\"579\",\"50.09\",\"0.3\",\"\""
## [5616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"32\",\"13,685\",\"579\",\"55.27\",\"0.2\",\"\""
## [5617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"12,251\",\"579\",\"39.72\",\"0.2\",\"\""
## [5618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"9,616\",\"579\",\"34.54\",\"0.2\",\"\""
## [5619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"5,622\",\"579\",\"19\",\"0.2\",\"\""
## [5620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"22\",\"3,490\",\"579\",\"38\",\"0.6\",\"\""
## [5621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"1,755\",\"579\",\"24.18\",\"0.8\",\"\""
## [5622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"1,366\",\"579\",\"20.73\",\"0.9\",\"\""
## [5623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"1558\",\"579\",\"24.18\",\"0.9\",\"\""
## [5624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"1867\",\"579\",\"17.27\",\"0.5\",\"\""
## [5625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"234\",\"8,368\",\"10,090\",\"23.19\",\"2.8\",\"\""
## [5626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"226\",\"7,999\",\"10,090\",\"22.4\",\"2.8\",\"\""
## [5627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"240\",\"7,695\",\"10,090\",\"23.79\",\"3.1\",\"\""
## [5628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"253\",\"8,411\",\"10,090\",\"25.07\",\"3\",\"\""
## [5629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"290\",\"11,336\",\"10,090\",\"28.74\",\"2.6\",\"\""
## [5630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"418\",\"14,875\",\"10,090\",\"41.43\",\"2.8\",\"\""
## [5631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"301\",\"12,377\",\"10,090\",\"29.83\",\"2.4\",\"\""
## [5632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"140\",\"6,211\",\"10,090\",\"13.88\",\"2.3\",\"\""
## [5633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"133\",\"5,291\",\"10,090\",\"13.18\",\"2.5\",\"\""
## [5634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"113\",\"3,534\",\"10,090\",\"11.2\",\"3.2\",\"\""
## [5635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"81\",\"1,724\",\"10,090\",\"8.03\",\"4.7\",\"\""
## [5636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"64\",\"1,084\",\"10,090\",\"6.34\",\"5.9\",\"\""
## [5637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"104\",\"1431\",\"10090\",\"10.31\",\"7.3\",\"\""
## [5638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"70\",\"1517\",\"10090\",\"6.94\",\"4.6\",\"\""
## [5639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"200\",\"24,411\",\"4,106\",\"48.71\",\"0.8\",\"\""
## [5640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"239\",\"20,731\",\"4,106\",\"58.21\",\"1.2\",\"\""
## [5641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"238\",\"21,875\",\"4,106\",\"57.96\",\"1.1\",\"\""
## [5642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"284\",\"22,967\",\"4,106\",\"69.17\",\"1.2\",\"\""
## [5643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"164\",\"19,460\",\"4,106\",\"39.94\",\"0.8\",\"\""
## [5644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"188\",\"16,876\",\"4,106\",\"45.79\",\"1.1\",\"\""
## [5645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"182\",\"13,107\",\"4,106\",\"44.33\",\"1.4\",\"\""
## [5646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"214\",\"13,125\",\"4,106\",\"52.12\",\"1.6\",\"\""
## [5647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"136\",\"8,010\",\"4,106\",\"33.12\",\"1.7\",\"\""
## [5648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"108\",\"5,802\",\"4,106\",\"26.3\",\"1.9\",\"\""
## [5649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"102\",\"4,744\",\"4,106\",\"24.84\",\"2.2\",\"\""
## [5650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"107\",\"4,445\",\"4,106\",\"26.06\",\"2.4\",\"\""
## [5651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"82\",\"4088\",\"4106\",\"19.97\",\"2\",\"\""
## [5652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"127\",\"4396\",\"4106\",\"30.93\",\"2.9\",\"\""
## [5653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"261\",\"6,543\",\"3,208\",\"81.36\",\"4\",\"\""
## [5654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"411\",\"7,786\",\"3,208\",\"128.12\",\"5.3\",\"\""
## [5655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"281\",\"6,426\",\"3,208\",\"87.59\",\"4.4\",\"\""
## [5656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"331\",\"6,561\",\"3,208\",\"103.18\",\"5\",\"\""
## [5657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"294\",\"6,728\",\"3,208\",\"91.65\",\"4.4\",\"\""
## [5658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"334\",\"6,924\",\"3,208\",\"104.11\",\"4.8\",\"\""
## [5659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"336\",\"7,549\",\"3,208\",\"104.74\",\"4.5\",\"\""
## [5660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"498\",\"8,329\",\"3,208\",\"155.24\",\"6\",\"\""
## [5661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"361\",\"6,985\",\"3,208\",\"112.53\",\"5.2\",\"\""
## [5662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"326\",\"4,278\",\"3,208\",\"101.62\",\"7.6\",\"\""
## [5663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"233\",\"2,895\",\"3,208\",\"72.63\",\"8\",\"\""
## [5664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"140\",\"2,117\",\"3,208\",\"43.64\",\"6.6\",\"\""
## [5665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"198\",\"2071\",\"3208\",\"61.72\",\"9.6\",\"\""
## [5666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"154\",\"1770\",\"3208\",\"48\",\"8.7\",\"\""
## [5667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"8,302\",\"1,058\",\"12.29\",\"0.2\",\"\""
## [5668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"7,950\",\"1,058\",\"7.56\",\"0.1\",\"\""
## [5669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"14\",\"5,249\",\"1,058\",\"13.23\",\"0.3\",\"\""
## [5670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"5,835\",\"1,058\",\"10.4\",\"0.2\",\"\""
## [5671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"4,902\",\"1,058\",\"14.18\",\"0.3\",\"\""
## [5672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"5,272\",\"1,058\",\"8.51\",\"0.2\",\"\""
## [5673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"20\",\"8,528\",\"1,058\",\"18.9\",\"0.2\",\"\""
## [5674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"20\",\"12,058\",\"1,058\",\"18.9\",\"0.2\",\"\""
## [5675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"8,189\",\"1,058\",\"12.29\",\"0.2\",\"\""
## [5676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"4,433\",\"1,058\",\"5.67\",\"0.1\",\"\""
## [5677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"1,705\",\"1,058\",\"4.73\",\"0.3\",\"\""
## [5678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1,455\",\"1,058\",\"3.78\",\"0.3\",\"\""
## [5679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"1711\",\"1058\",\"7.56\",\"0.5\",\"\""
## [5680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"1955\",\"1058\",\"11.34\",\"0.6\",\"\""
## [5681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"25\",\"8,384\",\"856\",\"29.21\",\"0.3\",\"\""
## [5682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"7,049\",\"856\",\"16.36\",\"0.2\",\"\""
## [5683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"42\",\"10,141\",\"856\",\"49.07\",\"0.4\",\"\""
## [5684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"76\",\"12,048\",\"856\",\"88.79\",\"0.6\",\"\""
## [5685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"56\",\"14,203\",\"856\",\"65.42\",\"0.4\",\"\""
## [5686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"70\",\"12,957\",\"856\",\"81.78\",\"0.5\",\"\""
## [5687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"58\",\"13,125\",\"856\",\"67.76\",\"0.4\",\"\""
## [5688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"61\",\"8,988\",\"856\",\"71.26\",\"0.7\",\"\""
## [5689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"47\",\"5,156\",\"856\",\"54.91\",\"0.9\",\"\""
## [5690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"21\",\"3,632\",\"856\",\"24.53\",\"0.6\",\"\""
## [5691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"2,292\",\"856\",\"16.36\",\"0.6\",\"\""
## [5692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"2,007\",\"856\",\"7.01\",\"0.3\",\"\""
## [5693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"34\",\"2648\",\"856\",\"39.72\",\"1.3\",\"\""
## [5694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"19\",\"2929\",\"856\",\"22.2\",\"0.6\",\"\""
## [5695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"480\",\"9,604\",\"34,679\",\"13.84\",\"5\",\"\""
## [5696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"735\",\"13,588\",\"34,679\",\"21.19\",\"5.4\",\"\""
## [5697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"629\",\"12,318\",\"34,679\",\"18.14\",\"5.1\",\"\""
## [5698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"446\",\"9,359\",\"34,679\",\"12.86\",\"4.8\",\"\""
## [5699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"334\",\"5,803\",\"34,679\",\"9.63\",\"5.8\",\"\""
## [5700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"249\",\"3,629\",\"34,679\",\"7.18\",\"6.9\",\"\""
## [5701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"251\",\"4,326\",\"34,679\",\"7.24\",\"5.8\",\"\""
## [5702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"502\",\"8,726\",\"34,679\",\"14.48\",\"5.8\",\"\""
## [5703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"435\",\"4,835\",\"34,679\",\"12.54\",\"9\",\"\""
## [5704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"256\",\"2,200\",\"34,679\",\"7.38\",\"11.6\",\"\""
## [5705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"455\",\"3,148\",\"34,679\",\"13.12\",\"14.5\",\"\""
## [5706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"443\",\"3,004\",\"34,679\",\"12.77\",\"14.7\",\"\""
## [5707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"793\",\"7452\",\"34679\",\"22.87\",\"10.6\",\"\""
## [5708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"1642\",\"17256\",\"34679\",\"47.35\",\"9.5\",\"\""
## [5709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"172\",\"4,837\",\"5,150\",\"33.4\",\"3.6\",\"\""
## [5710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"164\",\"5,554\",\"5,150\",\"31.84\",\"3\",\"\""
## [5711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"248\",\"6,227\",\"5,150\",\"48.16\",\"4\",\"\""
## [5712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"222\",\"5,464\",\"5,150\",\"43.11\",\"4.1\",\"\""
## [5713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"190\",\"4,447\",\"5,150\",\"36.89\",\"4.3\",\"\""
## [5714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"301\",\"5,062\",\"5,150\",\"58.45\",\"5.9\",\"\""
## [5715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"240\",\"4,701\",\"5,150\",\"46.6\",\"5.1\",\"\""
## [5716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"192\",\"4,445\",\"5,150\",\"37.28\",\"4.3\",\"\""
## [5717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"123\",\"2,667\",\"5,150\",\"23.88\",\"4.6\",\"\""
## [5718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"120\",\"2,018\",\"5,150\",\"23.3\",\"5.9\",\"\""
## [5719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"150\",\"1,720\",\"5,150\",\"29.13\",\"8.7\",\"\""
## [5720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"169\",\"1,659\",\"5,150\",\"32.82\",\"10.2\",\"\""
## [5721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"144\",\"1765\",\"5150\",\"27.96\",\"8.2\",\"\""
## [5722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"107\",\"2101\",\"5150\",\"20.78\",\"5.1\",\"\""
## [5723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,704\",\"45,408\",\"74,097\",\"49.99\",\"8.2\",\"\""
## [5724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,256\",\"50,038\",\"74,097\",\"43.94\",\"6.5\",\"\""
## [5725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"4,214\",\"52,329\",\"74,097\",\"56.87\",\"8.1\",\"\""
## [5726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,898\",\"41,562\",\"74,097\",\"52.61\",\"9.4\",\"\""
## [5727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,360\",\"48,912\",\"74,097\",\"45.35\",\"6.9\",\"\""
## [5728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,645\",\"50,524\",\"74,097\",\"35.7\",\"5.2\",\"\""
## [5729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,661\",\"32,968\",\"74,097\",\"22.42\",\"5\",\"\""
## [5730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,505\",\"26,812\",\"74,097\",\"20.31\",\"5.6\",\"\""
## [5731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"831\",\"13,624\",\"74,097\",\"11.22\",\"6.1\",\"\""
## [5732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"319\",\"4,761\",\"74,097\",\"4.31\",\"6.7\",\"\""
## [5733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"214\",\"2,502\",\"74,097\",\"2.89\",\"8.6\",\"\""
## [5734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"243\",\"2,304\",\"74,097\",\"3.28\",\"10.5\",\"\""
## [5735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"628\",\"4214\",\"74097\",\"8.48\",\"14.9\",\"\""
## [5736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"403\",\"2369\",\"74097\",\"5.44\",\"17\",\"\""
## [5737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"166\",\"5,627\",\"3,185\",\"52.12\",\"3\",\"\""
## [5738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"158\",\"7,275\",\"3,185\",\"49.61\",\"2.2\",\"\""
## [5739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"128\",\"6,859\",\"3,185\",\"40.19\",\"1.9\",\"\""
## [5740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"215\",\"9,022\",\"3,185\",\"67.5\",\"2.4\",\"\""
## [5741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"152\",\"8,018\",\"3,185\",\"47.72\",\"1.9\",\"\""
## [5742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"116\",\"7,188\",\"3,185\",\"36.42\",\"1.6\",\"\""
## [5743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"84\",\"8,875\",\"3,185\",\"26.37\",\"0.9\",\"\""
## [5744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"41\",\"3,947\",\"3,185\",\"12.87\",\"1\",\"\""
## [5745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"47\",\"2,086\",\"3,185\",\"14.76\",\"2.3\",\"\""
## [5746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"1,092\",\"3,185\",\"3.14\",\"0.9\",\"\""
## [5747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"22\",\"1,310\",\"3,185\",\"6.91\",\"1.7\",\"\""
## [5748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"667\",\"3,185\",\"3.14\",\"1.5\",\"\""
## [5749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"80\",\"1850\",\"3185\",\"25.12\",\"4.3\",\"\""
## [5750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"127\",\"2592\",\"3185\",\"39.87\",\"4.9\",\"\""
## [5751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"806\",\"23,137\",\"17,445\",\"46.2\",\"3.5\",\"\""
## [5752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,196\",\"24,400\",\"17,445\",\"68.56\",\"4.9\",\"\""
## [5753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,122\",\"25,589\",\"17,445\",\"64.32\",\"4.4\",\"\""
## [5754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"995\",\"21,096\",\"17,445\",\"57.04\",\"4.7\",\"\""
## [5755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"920\",\"26,013\",\"17,445\",\"52.74\",\"3.5\",\"\""
## [5756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,101\",\"31,212\",\"17,445\",\"63.11\",\"3.5\",\"\""
## [5757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,234\",\"30,422\",\"17,445\",\"70.74\",\"4.1\",\"\""
## [5758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,117\",\"27,917\",\"17,445\",\"64.03\",\"4\",\"\""
## [5759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"849\",\"17,375\",\"17,445\",\"48.67\",\"4.9\",\"\""
## [5760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"708\",\"10,238\",\"17,445\",\"40.58\",\"6.9\",\"\""
## [5761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"609\",\"7,762\",\"17,445\",\"34.91\",\"7.8\",\"\""
## [5762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"735\",\"7,207\",\"17,445\",\"42.13\",\"10.2\",\"\""
## [5763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"659\",\"7072\",\"17445\",\"37.78\",\"9.3\",\"\""
## [5764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"689\",\"7952\",\"17445\",\"39.5\",\"8.7\",\"\""
## [5765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"697\",\"10,276\",\"31,401\",\"22.2\",\"6.8\",\"\""
## [5766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"873\",\"11,788\",\"31,401\",\"27.8\",\"7.4\",\"\""
## [5767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,293\",\"18,796\",\"31,401\",\"41.18\",\"6.9\",\"\""
## [5768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"891\",\"12,847\",\"31,401\",\"28.37\",\"6.9\",\"\""
## [5769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"638\",\"10,450\",\"31,401\",\"20.32\",\"6.1\",\"\""
## [5770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"616\",\"9,329\",\"31,401\",\"19.62\",\"6.6\",\"\""
## [5771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"894\",\"14,876\",\"31,401\",\"28.47\",\"6\",\"\""
## [5772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1,461\",\"22,302\",\"31,401\",\"46.53\",\"6.6\",\"\""
## [5773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"821\",\"10,429\",\"31,401\",\"26.15\",\"7.9\",\"\""
## [5774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"604\",\"7,162\",\"31,401\",\"19.24\",\"8.4\",\"\""
## [5775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"755\",\"6,420\",\"31,401\",\"24.04\",\"11.8\",\"\""
## [5776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"708\",\"5,755\",\"31,401\",\"22.55\",\"12.3\",\"\""
## [5777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"640\",\"5601\",\"31401\",\"20.38\",\"11.4\",\"\""
## [5778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"759\",\"6359\",\"31401\",\"24.17\",\"11.9\",\"\""
## [5779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"95\",\"9,856\",\"4,499\",\"21.12\",\"1\",\"\""
## [5780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"104\",\"11,689\",\"4,499\",\"23.12\",\"0.9\",\"\""
## [5781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"131\",\"11,077\",\"4,499\",\"29.12\",\"1.2\",\"\""
## [5782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"108\",\"9,485\",\"4,499\",\"24.01\",\"1.1\",\"\""
## [5783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"92\",\"8,907\",\"4,499\",\"20.45\",\"1\",\"\""
## [5784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"108\",\"10,363\",\"4,499\",\"24.01\",\"1\",\"\""
## [5785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"83\",\"10,317\",\"4,499\",\"18.45\",\"0.8\",\"\""
## [5786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"65\",\"6,512\",\"4,499\",\"14.45\",\"1\",\"\""
## [5787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"33\",\"3,154\",\"4,499\",\"7.33\",\"1\",\"\""
## [5788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"739\",\"4,499\",\"1.33\",\"0.8\",\"\""
## [5789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"23\",\"716\",\"4,499\",\"5.11\",\"3.2\",\"\""
## [5790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"21\",\"1,011\",\"4,499\",\"4.67\",\"2.1\",\"\""
## [5791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"47\",\"1278\",\"4499\",\"10.45\",\"3.7\",\"\""
## [5792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"67\",\"2548\",\"4499\",\"14.89\",\"2.6\",\"\""
## [5793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"484\",\"13,888\",\"22,879\",\"21.15\",\"3.5\",\"\""
## [5794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"688\",\"15,487\",\"22,879\",\"30.07\",\"4.4\",\"\""
## [5795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"711\",\"17,225\",\"22,879\",\"31.08\",\"4.1\",\"\""
## [5796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"675\",\"14,764\",\"22,879\",\"29.5\",\"4.6\",\"\""
## [5797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"468\",\"11,595\",\"22,879\",\"20.46\",\"4\",\"\""
## [5798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"421\",\"8,144\",\"22,879\",\"18.4\",\"5.2\",\"\""
## [5799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"392\",\"7,996\",\"22,879\",\"17.13\",\"4.9\",\"\""
## [5800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"559\",\"8,969\",\"22,879\",\"24.43\",\"6.2\",\"\""
## [5801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"565\",\"8,989\",\"22,879\",\"24.7\",\"6.3\",\"\""
## [5802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"614\",\"6,845\",\"22,879\",\"26.84\",\"9\",\"\""
## [5803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"740\",\"6,328\",\"22,879\",\"32.34\",\"11.7\",\"\""
## [5804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"784\",\"5,830\",\"22,879\",\"34.27\",\"13.4\",\"\""
## [5805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"695\",\"5404\",\"22879\",\"30.38\",\"12.9\",\"\""
## [5806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"819\",\"8789\",\"22879\",\"35.8\",\"9.3\",\"\""
## [5807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"166\",\"17,874\",\"5,377\",\"30.87\",\"0.9\",\"\""
## [5808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"262\",\"22,878\",\"5,377\",\"48.73\",\"1.1\",\"\""
## [5809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"274\",\"22,899\",\"5,377\",\"50.96\",\"1.2\",\"\""
## [5810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"352\",\"26,384\",\"5,377\",\"65.46\",\"1.3\",\"\""
## [5811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"282\",\"26,255\",\"5,377\",\"52.45\",\"1.1\",\"\""
## [5812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"233\",\"20,851\",\"5,377\",\"43.33\",\"1.1\",\"\""
## [5813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"146\",\"18,152\",\"5,377\",\"27.15\",\"0.8\",\"\""
## [5814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"116\",\"15,748\",\"5,377\",\"21.57\",\"0.7\",\"\""
## [5815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"53\",\"7,723\",\"5,377\",\"9.86\",\"0.7\",\"\""
## [5816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"68\",\"5,472\",\"5,377\",\"12.65\",\"1.2\",\"\""
## [5817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"41\",\"3,074\",\"5,377\",\"7.63\",\"1.3\",\"\""
## [5818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"43\",\"2,807\",\"5,377\",\"8\",\"1.5\",\"\""
## [5819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"61\",\"3825\",\"5377\",\"11.34\",\"1.6\",\"\""
## [5820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"101\",\"7163\",\"5377\",\"18.78\",\"1.4\",\"\""
## [5821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,431\",\"19,364\",\"24,623\",\"58.12\",\"7.4\",\"\""
## [5822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,650\",\"20,890\",\"24,623\",\"67.01\",\"7.9\",\"\""
## [5823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,385\",\"19,250\",\"24,623\",\"56.25\",\"7.2\",\"\""
## [5824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,546\",\"23,349\",\"24,623\",\"62.79\",\"6.6\",\"\""
## [5825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,699\",\"22,386\",\"24,623\",\"69\",\"7.6\",\"\""
## [5826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"853\",\"10,091\",\"24,623\",\"34.64\",\"8.5\",\"\""
## [5827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"357\",\"5,831\",\"24,623\",\"14.5\",\"6.1\",\"\""
## [5828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"376\",\"4,376\",\"24,623\",\"15.27\",\"8.6\",\"\""
## [5829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"265\",\"3,129\",\"24,623\",\"10.76\",\"8.5\",\"\""
## [5830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"150\",\"1,719\",\"24,623\",\"6.09\",\"8.7\",\"\""
## [5831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"123\",\"1,342\",\"24,623\",\"5\",\"9.2\",\"\""
## [5832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"142\",\"1,465\",\"24,623\",\"5.77\",\"9.7\",\"\""
## [5833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"305\",\"2685\",\"24623\",\"12.39\",\"11.4\",\"\""
## [5834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"346\",\"3384\",\"24623\",\"14.05\",\"10.2\",\"\""
## [5835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"60\",\"8,609\",\"2,561\",\"23.43\",\"0.7\",\"\""
## [5836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"108\",\"11,818\",\"2,561\",\"42.17\",\"0.9\",\"\""
## [5837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"132\",\"13,353\",\"2,561\",\"51.54\",\"1\",\"\""
## [5838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"89\",\"10,521\",\"2,561\",\"34.75\",\"0.8\",\"\""
## [5839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"82\",\"9,651\",\"2,561\",\"32.02\",\"0.8\",\"\""
## [5840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"62\",\"6,343\",\"2,561\",\"24.21\",\"1\",\"\""
## [5841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"89\",\"6,999\",\"2,561\",\"34.75\",\"1.3\",\"\""
## [5842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"115\",\"8,942\",\"2,561\",\"44.9\",\"1.3\",\"\""
## [5843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"48\",\"5,881\",\"2,561\",\"18.74\",\"0.8\",\"\""
## [5844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"41\",\"3,812\",\"2,561\",\"16.01\",\"1.1\",\"\""
## [5845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"37\",\"2,186\",\"2,561\",\"14.45\",\"1.7\",\"\""
## [5846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"43\",\"2,048\",\"2,561\",\"16.79\",\"2.1\",\"\""
## [5847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"66\",\"2546\",\"2561\",\"25.77\",\"2.6\",\"\""
## [5848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"86\",\"2692\",\"2561\",\"33.58\",\"3.2\",\"\""
## [5849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"983\",\"6,912\",\"N/A\",\"N/A\",\"14.2\",\"\""
## [5850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,174\",\"7,581\",\"N/A\",\"N/A\",\"15.5\",\"\""
## [5851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,023\",\"7,300\",\"N/A\",\"N/A\",\"14\",\"\""
## [5852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"785\",\"5,420\",\"N/A\",\"N/A\",\"14.5\",\"\""
## [5853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"631\",\"4,078\",\"N/A\",\"N/A\",\"15.5\",\"\""
## [5854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"552\",\"3,251\",\"N/A\",\"N/A\",\"17\",\"\""
## [5855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"528\",\"2,645\",\"N/A\",\"N/A\",\"20\",\"\""
## [5856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"395\",\"2,231\",\"N/A\",\"N/A\",\"17.7\",\"\""
## [5857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"284\",\"1,539\",\"N/A\",\"N/A\",\"18.5\",\"\""
## [5858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"215\",\"1,322\",\"N/A\",\"N/A\",\"16.3\",\"\""
## [5859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"183\",\"1,122\",\"N/A\",\"N/A\",\"16.3\",\"\""
## [5860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"178\",\"1,004\",\"N/A\",\"N/A\",\"17.7\",\"\""
## [5861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"183\",\"1111\",\"N/A\",\"N/A\",\"16.5\",\"\""
## [5862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"382\",\"1930\",\"N/A\",\"N/A\",\"19.8\",\"\""
## [5863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1,126\",\"47,870\",\"14,552\",\"77.38\",\"2.4\",\"\""
## [5864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1,137\",\"64,607\",\"14,552\",\"78.13\",\"1.8\",\"\""
## [5865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1,384\",\"68,915\",\"14,552\",\"95.11\",\"2\",\"\""
## [5866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"807\",\"59,659\",\"14,552\",\"55.46\",\"1.4\",\"\""
## [5867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"789\",\"43,877\",\"14,552\",\"54.22\",\"1.8\",\"\""
## [5868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"542\",\"25,691\",\"14,552\",\"37.25\",\"2.1\",\"\""
## [5869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"516\",\"29,117\",\"14,552\",\"35.46\",\"1.8\",\"\""
## [5870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"744\",\"35,855\",\"14,552\",\"51.13\",\"2.1\",\"\""
## [5871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"462\",\"24,523\",\"14,552\",\"31.75\",\"1.9\",\"\""
## [5872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"151\",\"6,450\",\"14,552\",\"10.38\",\"2.3\",\"\""
## [5873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"198\",\"6,650\",\"14,552\",\"13.61\",\"3\",\"\""
## [5874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"265\",\"9,257\",\"14,552\",\"18.21\",\"2.9\",\"\""
## [5875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"620\",\"17576\",\"14552\",\"42.61\",\"3.5\",\"\""
## [5876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"950\",\"29408\",\"14552\",\"65.28\",\"3.2\",\"\""
## [5877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"96,062\",\"294,467\",\"1,088,447\",\"88.26\",\"32.6\",\"\""
## [5878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"129,509\",\"448,957\",\"1,088,447\",\"118.99\",\"28.8\",\"\""
## [5879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"207,973\",\"721,451\",\"1,088,447\",\"191.07\",\"28.8\",\"\""
## [5880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"187,104\",\"624,009\",\"1,088,447\",\"171.9\",\"30\",\"\""
## [5881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"180,872\",\"560,544\",\"1,088,447\",\"166.17\",\"32.3\",\"\""
## [5882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"149,749\",\"480,702\",\"1,088,447\",\"137.58\",\"31.2\",\"\""
## [5883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"96,726\",\"338,973\",\"1,088,447\",\"88.87\",\"28.5\",\"\""
## [5884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"77,758\",\"270,086\",\"1,088,447\",\"71.44\",\"28.8\",\"\""
## [5885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"47,914\",\"157,738\",\"1,088,447\",\"44.02\",\"30.4\",\"\""
## [5886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"46,098\",\"140,198\",\"1,088,447\",\"42.35\",\"32.9\",\"\""
## [5887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"43,503\",\"121,607\",\"1,088,447\",\"39.97\",\"35.8\",\"\""
## [5888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"43,089\",\"116,385\",\"1,088,447\",\"39.59\",\"37\",\"\""
## [5889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"55855\",\"149592\",\"1088447\",\"51.32\",\"37.3\",\"\""
## [5890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"77482\",\"219569\",\"1088447\",\"71.19\",\"35.3\",\"24994\""
## [5891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"235\",\"8,298\",\"4,609\",\"50.99\",\"2.8\",\"\""
## [5892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"217\",\"8,541\",\"4,609\",\"47.08\",\"2.5\",\"\""
## [5893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"310\",\"11,467\",\"4,609\",\"67.26\",\"2.7\",\"\""
## [5894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"391\",\"13,075\",\"4,609\",\"84.83\",\"3\",\"\""
## [5895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"354\",\"15,350\",\"4,609\",\"76.81\",\"2.3\",\"\""
## [5896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"449\",\"16,047\",\"4,609\",\"97.42\",\"2.8\",\"\""
## [5897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"316\",\"14,297\",\"4,609\",\"68.56\",\"2.2\",\"\""
## [5898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"295\",\"13,070\",\"4,609\",\"64.01\",\"2.3\",\"\""
## [5899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"329\",\"9,226\",\"4,609\",\"71.38\",\"3.6\",\"\""
## [5900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"214\",\"5,277\",\"4,609\",\"46.43\",\"4.1\",\"\""
## [5901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"222\",\"3,682\",\"4,609\",\"48.17\",\"6\",\"\""
## [5902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"134\",\"2,075\",\"4,609\",\"29.07\",\"6.5\",\"\""
## [5903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"139\",\"2707\",\"4609\",\"30.16\",\"5.1\",\"\""
## [5904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"219\",\"4229\",\"4609\",\"47.52\",\"5.2\",\"\""
## [5905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"40\",\"14,537\",\"1,497\",\"26.72\",\"0.3\",\"\""
## [5906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"43\",\"11,940\",\"1,497\",\"28.72\",\"0.4\",\"\""
## [5907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"42\",\"8,229\",\"1,497\",\"28.06\",\"0.5\",\"\""
## [5908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"21\",\"6,212\",\"1,497\",\"14.03\",\"0.3\",\"\""
## [5909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"23\",\"6,169\",\"1,497\",\"15.36\",\"0.4\",\"\""
## [5910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"3,661\",\"1,497\",\"8.68\",\"0.4\",\"\""
## [5911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"4,750\",\"1,497\",\"9.35\",\"0.3\",\"\""
## [5912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"16\",\"5,097\",\"1,497\",\"10.69\",\"0.3\",\"\""
## [5913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"2,419\",\"1,497\",\"8.68\",\"0.5\",\"\""
## [5914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,521\",\"1,497\",\"2.67\",\"0.3\",\"\""
## [5915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"1,622\",\"1,497\",\"7.35\",\"0.7\",\"\""
## [5916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"1,527\",\"1,497\",\"7.35\",\"0.7\",\"\""
## [5917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"1734\",\"1497\",\"9.35\",\"0.8\",\"\""
## [5918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"20\",\"4684\",\"1497\",\"13.36\",\"0.4\",\"\""
## [5919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"59\",\"9,415\",\"3,618\",\"16.31\",\"0.6\",\"\""
## [5920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"53\",\"9,429\",\"3,618\",\"14.65\",\"0.6\",\"\""
## [5921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"79\",\"9,086\",\"3,618\",\"21.84\",\"0.9\",\"\""
## [5922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"50\",\"6,260\",\"3,618\",\"13.82\",\"0.8\",\"\""
## [5923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"37\",\"5,649\",\"3,618\",\"10.23\",\"0.7\",\"\""
## [5924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"63\",\"7,379\",\"3,618\",\"17.41\",\"0.9\",\"\""
## [5925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"37\",\"7,032\",\"3,618\",\"10.23\",\"0.5\",\"\""
## [5926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"190\",\"7,685\",\"3,618\",\"52.52\",\"2.5\",\"\""
## [5927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"66\",\"6,310\",\"3,618\",\"18.24\",\"1\",\"\""
## [5928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"39\",\"4,214\",\"3,618\",\"10.78\",\"0.9\",\"\""
## [5929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"41\",\"2,465\",\"3,618\",\"11.33\",\"1.7\",\"\""
## [5930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"38\",\"1,671\",\"3,618\",\"10.5\",\"2.3\",\"\""
## [5931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"38\",\"1753\",\"3618\",\"10.5\",\"2.2\",\"\""
## [5932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"50\",\"2220\",\"3618\",\"13.82\",\"2.3\",\"\""
## [5933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"788\",\"13,176\",\"16,923\",\"46.56\",\"6\",\"\""
## [5934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"805\",\"14,036\",\"16,923\",\"47.57\",\"5.7\",\"\""
## [5935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"643\",\"11,542\",\"16,923\",\"38\",\"5.6\",\"\""
## [5936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"614\",\"11,737\",\"16,923\",\"36.28\",\"5.2\",\"\""
## [5937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"661\",\"12,681\",\"16,923\",\"39.06\",\"5.2\",\"\""
## [5938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"567\",\"8,453\",\"16,923\",\"33.5\",\"6.7\",\"\""
## [5939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"658\",\"9,030\",\"16,923\",\"38.88\",\"7.3\",\"\""
## [5940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"598\",\"8,427\",\"16,923\",\"35.34\",\"7.1\",\"\""
## [5941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"361\",\"4,404\",\"16,923\",\"21.33\",\"8.2\",\"\""
## [5942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"201\",\"1,752\",\"16,923\",\"11.88\",\"11.5\",\"\""
## [5943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"192\",\"1,136\",\"16,923\",\"11.35\",\"16.9\",\"\""
## [5944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"172\",\"1,090\",\"16,923\",\"10.16\",\"15.8\",\"\""
## [5945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"331\",\"1960\",\"16923\",\"19.56\",\"16.9\",\"\""
## [5946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"302\",\"2121\",\"16923\",\"17.85\",\"14.2\",\"\""
## [5947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"166\",\"33,759\",\"9,006\",\"18.43\",\"0.5\",\"\""
## [5948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"161\",\"28,937\",\"9,006\",\"17.88\",\"0.6\",\"\""
## [5949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"197\",\"32,281\",\"9,006\",\"21.87\",\"0.6\",\"\""
## [5950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"207\",\"39,383\",\"9,006\",\"22.98\",\"0.5\",\"\""
## [5951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"189\",\"43,441\",\"9,006\",\"20.99\",\"0.4\",\"\""
## [5952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"230\",\"40,654\",\"9,006\",\"25.54\",\"0.6\",\"\""
## [5953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"184\",\"31,759\",\"9,006\",\"20.43\",\"0.6\",\"\""
## [5954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"304\",\"37,843\",\"9,006\",\"33.76\",\"0.8\",\"\""
## [5955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"181\",\"17,223\",\"9,006\",\"20.1\",\"1.1\",\"\""
## [5956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"130\",\"7,055\",\"9,006\",\"14.43\",\"1.8\",\"\""
## [5957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"82\",\"3,695\",\"9,006\",\"9.11\",\"2.2\",\"\""
## [5958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"79\",\"2,857\",\"9,006\",\"8.77\",\"2.8\",\"\""
## [5959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"78\",\"2831\",\"9006\",\"8.66\",\"2.8\",\"\""
## [5960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"129\",\"5210\",\"9006\",\"14.32\",\"2.5\",\"\""
## [5961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"918\",\"8,640\",\"27,287\",\"33.64\",\"10.6\",\"\""
## [5962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"526\",\"5,848\",\"27,287\",\"19.28\",\"9\",\"\""
## [5963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"427\",\"4,556\",\"27,287\",\"15.65\",\"9.4\",\"\""
## [5964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"508\",\"5,451\",\"27,287\",\"18.62\",\"9.3\",\"\""
## [5965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"506\",\"4,528\",\"27,287\",\"18.54\",\"11.2\",\"\""
## [5966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"327\",\"3,320\",\"27,287\",\"11.98\",\"9.8\",\"\""
## [5967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"323\",\"3,384\",\"27,287\",\"11.84\",\"9.5\",\"\""
## [5968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"486\",\"5,166\",\"27,287\",\"17.81\",\"9.4\",\"\""
## [5969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"340\",\"3,762\",\"27,287\",\"12.46\",\"9\",\"\""
## [5970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"241\",\"2,417\",\"27,287\",\"8.83\",\"10\",\"\""
## [5971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"236\",\"1,573\",\"27,287\",\"8.65\",\"15\",\"\""
## [5972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"232\",\"1,449\",\"27,287\",\"8.5\",\"16\",\"\""
## [5973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"309\",\"2231\",\"27287\",\"11.32\",\"13.9\",\"\""
## [5974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"463\",\"3910\",\"27287\",\"16.97\",\"11.8\",\"\""
## [5975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"459\",\"18,023\",\"12,738\",\"36.03\",\"2.5\",\"\""
## [5976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"632\",\"18,952\",\"12,738\",\"49.62\",\"3.3\",\"\""
## [5977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"565\",\"18,463\",\"12,738\",\"44.36\",\"3.1\",\"\""
## [5978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"417\",\"15,846\",\"12,738\",\"32.74\",\"2.6\",\"\""
## [5979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"387\",\"13,847\",\"12,738\",\"30.38\",\"2.8\",\"\""
## [5980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"443\",\"13,948\",\"12,738\",\"34.78\",\"3.2\",\"\""
## [5981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"267\",\"10,083\",\"12,738\",\"20.96\",\"2.6\",\"\""
## [5982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"360\",\"12,879\",\"12,738\",\"28.26\",\"2.8\",\"\""
## [5983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"170\",\"7,782\",\"12,738\",\"13.35\",\"2.2\",\"\""
## [5984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"136\",\"6,058\",\"12,738\",\"10.68\",\"2.2\",\"\""
## [5985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"199\",\"4,851\",\"12,738\",\"15.62\",\"4.1\",\"\""
## [5986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"372\",\"5,868\",\"12,738\",\"29.2\",\"6.3\",\"\""
## [5987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"536\",\"9436\",\"12738\",\"42.08\",\"5.7\",\"\""
## [5988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"699\",\"11295\",\"12738\",\"54.88\",\"6.2\",\"\""
## [5989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"927\",\"19,042\",\"25,752\",\"36\",\"4.9\",\"\""
## [5990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,018\",\"20,530\",\"25,752\",\"39.53\",\"5\",\"\""
## [5991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,360\",\"26,816\",\"25,752\",\"52.81\",\"5.1\",\"\""
## [5992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,613\",\"27,555\",\"25,752\",\"62.64\",\"5.9\",\"\""
## [5993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,027\",\"23,106\",\"25,752\",\"39.88\",\"4.4\",\"\""
## [5994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"750\",\"17,674\",\"25,752\",\"29.12\",\"4.2\",\"\""
## [5995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"803\",\"20,487\",\"25,752\",\"31.18\",\"3.9\",\"\""
## [5996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"724\",\"21,218\",\"25,752\",\"28.11\",\"3.4\",\"\""
## [5997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"347\",\"8,175\",\"25,752\",\"13.47\",\"4.2\",\"\""
## [5998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"196\",\"3,521\",\"25,752\",\"7.61\",\"5.6\",\"\""
## [5999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"203\",\"2,025\",\"25,752\",\"7.88\",\"10\",\"\""
## [6000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"125\",\"1,529\",\"25,752\",\"4.85\",\"8.2\",\"\""
## [6001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"294\",\"4681\",\"25752\",\"11.42\",\"6.3\",\"\""
## [6002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"559\",\"12403\",\"25752\",\"21.71\",\"4.5\",\"\""
## [6003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"329\",\"19,146\",\"8,551\",\"38.48\",\"1.7\",\"\""
## [6004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"341\",\"17,186\",\"8,551\",\"39.88\",\"2\",\"\""
## [6005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"314\",\"10,309\",\"8,551\",\"36.72\",\"3\",\"\""
## [6006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"163\",\"7,655\",\"8,551\",\"19.06\",\"2.1\",\"\""
## [6007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"254\",\"11,170\",\"8,551\",\"29.7\",\"2.3\",\"\""
## [6008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"348\",\"18,903\",\"8,551\",\"40.7\",\"1.8\",\"\""
## [6009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"359\",\"18,950\",\"8,551\",\"41.98\",\"1.9\",\"\""
## [6010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"324\",\"14,538\",\"8,551\",\"37.89\",\"2.2\",\"\""
## [6011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"129\",\"6,012\",\"8,551\",\"15.09\",\"2.1\",\"\""
## [6012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"149\",\"3,847\",\"8,551\",\"17.42\",\"3.9\",\"\""
## [6013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"200\",\"3,563\",\"8,551\",\"23.39\",\"5.6\",\"\""
## [6014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"195\",\"2,601\",\"8,551\",\"22.8\",\"7.5\",\"\""
## [6015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"192\",\"3280\",\"8551\",\"22.45\",\"5.9\",\"\""
## [6016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"295\",\"5348\",\"8551\",\"34.5\",\"5.5\",\"\""
## [6017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"155\",\"4,059\",\"6,854\",\"22.61\",\"3.8\",\"\""
## [6018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"277\",\"5,373\",\"6,854\",\"40.41\",\"5.2\",\"\""
## [6019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"233\",\"5,978\",\"6,854\",\"33.99\",\"3.9\",\"\""
## [6020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"177\",\"4,262\",\"6,854\",\"25.82\",\"4.2\",\"\""
## [6021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"128\",\"3,356\",\"6,854\",\"18.68\",\"3.8\",\"\""
## [6022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"139\",\"3,310\",\"6,854\",\"20.28\",\"4.2\",\"\""
## [6023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"134\",\"3,570\",\"6,854\",\"19.55\",\"3.8\",\"\""
## [6024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"82\",\"5,049\",\"6,854\",\"11.96\",\"1.6\",\"\""
## [6025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"326\",\"4,628\",\"6,854\",\"47.56\",\"7\",\"\""
## [6026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"174\",\"2,530\",\"6,854\",\"25.39\",\"6.9\",\"\""
## [6027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"208\",\"1,894\",\"6,854\",\"30.35\",\"11\",\"\""
## [6028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"120\",\"1,175\",\"6,854\",\"17.51\",\"10.2\",\"\""
## [6029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"123\",\"1735\",\"6854\",\"17.95\",\"7.1\",\"\""
## [6030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"181\",\"2899\",\"6854\",\"26.41\",\"6.2\",\"\""
## [6031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"456\",\"13,970\",\"12,430\",\"36.69\",\"3.3\",\"\""
## [6032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"665\",\"18,016\",\"12,430\",\"53.5\",\"3.7\",\"\""
## [6033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"694\",\"17,079\",\"12,430\",\"55.83\",\"4.1\",\"\""
## [6034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"571\",\"13,672\",\"12,430\",\"45.94\",\"4.2\",\"\""
## [6035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"625\",\"13,478\",\"12,430\",\"50.28\",\"4.6\",\"\""
## [6036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"755\",\"15,863\",\"12,430\",\"60.74\",\"4.8\",\"\""
## [6037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"819\",\"18,140\",\"12,430\",\"65.89\",\"4.5\",\"\""
## [6038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"795\",\"14,399\",\"12,430\",\"63.96\",\"5.5\",\"\""
## [6039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"604\",\"10,029\",\"12,430\",\"48.59\",\"6\",\"\""
## [6040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"473\",\"5,738\",\"12,430\",\"38.05\",\"8.2\",\"\""
## [6041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"350\",\"3,980\",\"12,430\",\"28.16\",\"8.8\",\"\""
## [6042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"348\",\"4,561\",\"12,430\",\"28\",\"7.6\",\"\""
## [6043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"409\",\"5221\",\"12430\",\"32.9\",\"7.8\",\"\""
## [6044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"420\",\"5086\",\"12430\",\"33.79\",\"8.3\",\"\""
## [6045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"613\",\"14,988\",\"14,246\",\"43.03\",\"4.1\",\"\""
## [6046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"978\",\"25,703\",\"14,246\",\"68.65\",\"3.8\",\"\""
## [6047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"715\",\"18,311\",\"14,246\",\"50.19\",\"3.9\",\"\""
## [6048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"645\",\"18,289\",\"14,246\",\"45.28\",\"3.5\",\"\""
## [6049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"905\",\"20,745\",\"14,246\",\"63.53\",\"4.4\",\"\""
## [6050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,196\",\"26,625\",\"14,246\",\"83.95\",\"4.5\",\"\""
## [6051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,147\",\"23,451\",\"14,246\",\"80.51\",\"4.9\",\"\""
## [6052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,040\",\"16,444\",\"14,246\",\"73\",\"6.3\",\"\""
## [6053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"749\",\"11,396\",\"14,246\",\"52.58\",\"6.6\",\"\""
## [6054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"631\",\"7,660\",\"14,246\",\"44.29\",\"8.2\",\"\""
## [6055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"573\",\"6,059\",\"14,246\",\"40.22\",\"9.5\",\"\""
## [6056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"531\",\"4,856\",\"14,246\",\"37.27\",\"10.9\",\"\""
## [6057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"614\",\"5765\",\"14246\",\"43.1\",\"10.7\",\"\""
## [6058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"673\",\"7282\",\"14246\",\"47.24\",\"9.2\",\"\""
## [6059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,727\",\"25,880\",\"69,013\",\"25.02\",\"6.7\",\"\""
## [6060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,809\",\"25,330\",\"69,013\",\"26.21\",\"7.1\",\"\""
## [6061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,036\",\"27,330\",\"69,013\",\"29.5\",\"7.4\",\"\""
## [6062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,957\",\"39,733\",\"69,013\",\"42.85\",\"7.4\",\"\""
## [6063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,146\",\"40,215\",\"69,013\",\"45.59\",\"7.8\",\"\""
## [6064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,684\",\"23,604\",\"69,013\",\"24.4\",\"7.1\",\"\""
## [6065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,432\",\"21,472\",\"69,013\",\"20.75\",\"6.7\",\"\""
## [6066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,506\",\"20,760\",\"69,013\",\"21.82\",\"7.3\",\"\""
## [6067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,246\",\"16,476\",\"69,013\",\"18.05\",\"7.6\",\"\""
## [6068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"973\",\"10,464\",\"69,013\",\"14.1\",\"9.3\",\"\""
## [6069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"865\",\"8,208\",\"69,013\",\"12.53\",\"10.5\",\"\""
## [6070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"710\",\"5,466\",\"69,013\",\"10.29\",\"13\",\"\""
## [6071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"776\",\"6577\",\"69013\",\"11.24\",\"11.8\",\"\""
## [6072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1139\",\"10092\",\"69013\",\"16.5\",\"11.3\",\"\""
## [6073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"128\",\"5,020\",\"4,443\",\"28.81\",\"2.5\",\"\""
## [6074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"151\",\"3,821\",\"4,443\",\"33.99\",\"4\",\"\""
## [6075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"198\",\"5,586\",\"4,443\",\"44.56\",\"3.5\",\"\""
## [6076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"249\",\"7,974\",\"4,443\",\"56.04\",\"3.1\",\"\""
## [6077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"166\",\"5,086\",\"4,443\",\"37.36\",\"3.3\",\"\""
## [6078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"144\",\"4,063\",\"4,443\",\"32.41\",\"3.5\",\"\""
## [6079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"212\",\"5,639\",\"4,443\",\"47.72\",\"3.8\",\"\""
## [6080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"216\",\"4,783\",\"4,443\",\"48.62\",\"4.5\",\"\""
## [6081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"156\",\"3,054\",\"4,443\",\"35.11\",\"5.1\",\"\""
## [6082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"177\",\"3,235\",\"4,443\",\"39.84\",\"5.5\",\"\""
## [6083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"113\",\"1,908\",\"4,443\",\"25.43\",\"5.9\",\"\""
## [6084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"147\",\"1,725\",\"4,443\",\"33.09\",\"8.5\",\"\""
## [6085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"114\",\"1685\",\"4443\",\"25.66\",\"6.8\",\"\""
## [6086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"138\",\"1530\",\"4443\",\"31.06\",\"9\",\"\""
## [6087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"249\",\"11,652\",\"5,062\",\"49.19\",\"2.1\",\"\""
## [6088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"251\",\"10,428\",\"5,062\",\"49.59\",\"2.4\",\"\""
## [6089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"249\",\"12,043\",\"5,062\",\"49.19\",\"2.1\",\"\""
## [6090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"262\",\"11,775\",\"5,062\",\"51.76\",\"2.2\",\"\""
## [6091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"247\",\"10,609\",\"5,062\",\"48.79\",\"2.3\",\"\""
## [6092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"217\",\"10,340\",\"5,062\",\"42.87\",\"2.1\",\"\""
## [6093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"352\",\"13,578\",\"5,062\",\"69.54\",\"2.6\",\"\""
## [6094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"386\",\"14,121\",\"5,062\",\"76.25\",\"2.7\",\"\""
## [6095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"273\",\"9,753\",\"5,062\",\"53.93\",\"2.8\",\"\""
## [6096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"286\",\"8,357\",\"5,062\",\"56.5\",\"3.4\",\"\""
## [6097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"221\",\"4,829\",\"5,062\",\"43.66\",\"4.6\",\"\""
## [6098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"231\",\"4,239\",\"5,062\",\"45.63\",\"5.4\",\"\""
## [6099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"192\",\"3727\",\"5062\",\"37.93\",\"5.2\",\"\""
## [6100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"210\",\"4245\",\"5062\",\"41.49\",\"4.9\",\"\""
## [6101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,872\",\"25,364\",\"164,069\",\"29.69\",\"19.2\",\"\""
## [6102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,492\",\"27,826\",\"164,069\",\"27.38\",\"16.1\",\"\""
## [6103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,865\",\"26,362\",\"164,069\",\"23.56\",\"14.7\",\"\""
## [6104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,630\",\"18,674\",\"164,069\",\"16.03\",\"14.1\",\"\""
## [6105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,720\",\"19,059\",\"164,069\",\"16.58\",\"14.3\",\"\""
## [6106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,478\",\"35,185\",\"164,069\",\"33.39\",\"15.6\",\"\""
## [6107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,144\",\"31,249\",\"164,069\",\"25.26\",\"13.3\",\"\""
## [6108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,775\",\"22,481\",\"164,069\",\"16.91\",\"12.3\",\"\""
## [6109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,910\",\"14,928\",\"164,069\",\"11.64\",\"12.8\",\"\""
## [6110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,668\",\"17,442\",\"164,069\",\"16.26\",\"15.3\",\"\""
## [6111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,285\",\"12,548\",\"164,069\",\"13.93\",\"18.2\",\"\""
## [6112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,054\",\"11,316\",\"164,069\",\"12.52\",\"18.2\",\"\""
## [6113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2972\",\"16576\",\"164069\",\"18.11\",\"17.9\",\"\""
## [6114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3680\",\"21918\",\"164069\",\"22.43\",\"16.8\",\"\""
## [6115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,461\",\"61,178\",\"46,476\",\"52.95\",\"4\",\"\""
## [6116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,662\",\"48,392\",\"46,476\",\"35.76\",\"3.4\",\"\""
## [6117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,771\",\"47,383\",\"46,476\",\"38.11\",\"3.7\",\"\""
## [6118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,477\",\"36,439\",\"46,476\",\"31.78\",\"4.1\",\"\""
## [6119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,212\",\"35,642\",\"46,476\",\"26.08\",\"3.4\",\"\""
## [6120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,507\",\"41,564\",\"46,476\",\"32.43\",\"3.6\",\"\""
## [6121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,269\",\"39,304\",\"46,476\",\"27.3\",\"3.2\",\"\""
## [6122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"927\",\"33,230\",\"46,476\",\"19.95\",\"2.8\",\"\""
## [6123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"573\",\"20,479\",\"46,476\",\"12.33\",\"2.8\",\"\""
## [6124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"409\",\"13,184\",\"46,476\",\"8.8\",\"3.1\",\"\""
## [6125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"369\",\"9,653\",\"46,476\",\"7.94\",\"3.8\",\"\""
## [6126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"286\",\"6,321\",\"46,476\",\"6.15\",\"4.5\",\"\""
## [6127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"368\",\"7353\",\"46476\",\"7.92\",\"5\",\"\""
## [6128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"677\",\"11830\",\"46476\",\"14.57\",\"5.7\",\"\""
## [6129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"225\",\"4,356\",\"6,089\",\"36.95\",\"5.2\",\"\""
## [6130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"152\",\"4,178\",\"6,089\",\"24.96\",\"3.6\",\"\""
## [6131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"234\",\"4,952\",\"6,089\",\"38.43\",\"4.7\",\"\""
## [6132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"257\",\"5,726\",\"6,089\",\"42.21\",\"4.5\",\"\""
## [6133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"296\",\"5,465\",\"6,089\",\"48.61\",\"5.4\",\"\""
## [6134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"254\",\"4,653\",\"6,089\",\"41.71\",\"5.5\",\"\""
## [6135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"358\",\"5,844\",\"6,089\",\"58.79\",\"6.1\",\"\""
## [6136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"321\",\"6,322\",\"6,089\",\"52.72\",\"5.1\",\"\""
## [6137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"173\",\"3,072\",\"6,089\",\"28.41\",\"5.6\",\"\""
## [6138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"148\",\"2,405\",\"6,089\",\"24.31\",\"6.2\",\"\""
## [6139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"116\",\"1,488\",\"6,089\",\"19.05\",\"7.8\",\"\""
## [6140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"71\",\"940\",\"6,089\",\"11.66\",\"7.6\",\"\""
## [6141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"72\",\"1142\",\"6089\",\"11.82\",\"6.3\",\"\""
## [6142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"100\",\"1313\",\"6089\",\"16.42\",\"7.6\",\"\""
## [6143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"35,388\",\"932,065\",\"989,628\",\"35.76\",\"3.8\",\"\""
## [6144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"47,998\",\"1,125,647\",\"989,628\",\"48.5\",\"4.3\",\"\""
## [6145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"78,086\",\"1,409,802\",\"989,628\",\"78.9\",\"5.5\",\"\""
## [6146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"69,746\",\"1,284,197\",\"989,628\",\"70.48\",\"5.4\",\"\""
## [6147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"68,445\",\"1,220,198\",\"989,628\",\"69.16\",\"5.6\",\"\""
## [6148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"58,288\",\"1,121,123\",\"989,628\",\"58.9\",\"5.2\",\"\""
## [6149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"39,268\",\"954,314\",\"989,628\",\"39.68\",\"4.1\",\"\""
## [6150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"33,189\",\"841,399\",\"989,628\",\"33.54\",\"3.9\",\"\""
## [6151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"21,159\",\"498,721\",\"989,628\",\"21.38\",\"4.2\",\"\""
## [6152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"19,912\",\"342,086\",\"989,628\",\"20.12\",\"5.8\",\"\""
## [6153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,320\",\"266,308\",\"989,628\",\"18.51\",\"6.9\",\"\""
## [6154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,191\",\"243,589\",\"989,628\",\"18.38\",\"7.5\",\"\""
## [6155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"23729\",\"316353\",\"989628\",\"23.98\",\"7.5\",\"\""
## [6156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"31640\",\"461837\",\"989628\",\"31.97\",\"6.9\",\"\""
## [6157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"34143\",\"886657\",\"944,937\",\"36.13\",\"3.9\",\"\""
## [6158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"47001\",\"1075609\",\"944,937\",\"49.74\",\"4.4\",\"\""
## [6159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"76640\",\"1357473\",\"944,937\",\"81.11\",\"5.6\",\"\""
## [6160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"68094\",\"1242635\",\"944,937\",\"72.06\",\"5.5\",\"\""
## [6161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"67094\",\"1171286\",\"944,937\",\"71\",\"5.7\",\"\""
## [6162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"57428\",\"1070599\",\"944,937\",\"60.77\",\"5.4\",\"\""
## [6163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"38677\",\"921346\",\"944,937\",\"40.93\",\"4.2\",\"\""
## [6164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"32568\",\"814587\",\"944,937\",\"34.47\",\"4\",\"\""
## [6165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"20804\",\"485097\",\"944,937\",\"22.02\",\"4.3\",\"\""
## [6166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"19783\",\"337325\",\"944,937\",\"20.94\",\"5.9\",\"\""
## [6167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18220\",\"263806\",\"944,937\",\"19.28\",\"6.9\",\"\""
## [6168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18070\",\"241285\",\"944,937\",\"19.12\",\"7.5\",\"\""
## [6169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"23416\",\"312139\",\"944,937\",\"24.78\",\"7.5\",\"\""
## [6170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"31447\",\"459468\",\"944937\",\"33.28\",\"6.8\",\"\""
## [6171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"71,957\",\"1,323,681\",\"989,628\",\"72.71\",\"5.4\",\"\""
## [6172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"69,740\",\"1,237,719\",\"989,628\",\"70.47\",\"5.6\",\"\""
## [6173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"59,085\",\"1,131,675\",\"989,628\",\"59.7\",\"5.2\",\"\""
## [6174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"39,865\",\"963,449\",\"989,628\",\"40.28\",\"4.1\",\"\""
## [6175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"34,022\",\"852,465\",\"989,628\",\"34.38\",\"4\",\"\""
## [6176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"21,504\",\"504,446\",\"989,628\",\"21.73\",\"4.3\",\"\""
## [6177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"20,068\",\"345,087\",\"989,628\",\"20.28\",\"5.8\",\"\""
## [6178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18,446\",\"268,447\",\"989,628\",\"18.64\",\"6.9\",\"\""
## [6179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18,366\",\"245,749\",\"989,628\",\"18.56\",\"7.5\",\"\""
## [6180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"24166\",\"320808\",\"989628\",\"24.42\",\"7.5\",\"\""
## [6181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"32435\",\"468431\",\"989628\",\"32.77\",\"6.9\",\"\""
## [6182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"70,305\",\"1282119\",\"944937\",\"74.4\",\"5.5\",\"\""
## [6186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"68,389\",\"1188807\",\"944937\",\"72.37\",\"5.8\",\"\""
## [6187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"58,225\",\"1081151\",\"944937\",\"61.62\",\"5.4\",\"\""
## [6188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"39,274\",\"930481\",\"944937\",\"41.56\",\"4.2\",\"\""
## [6189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"33,401\",\"825653\",\"944937\",\"35.35\",\"4\",\"\""
## [6190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"21,149\",\"490822\",\"944937\",\"22.38\",\"4.3\",\"\""
## [6191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"19,939\",\"340326\",\"944937\",\"21.1\",\"5.9\",\"\""
## [6192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18,346\",\"265945\",\"944937\",\"19.42\",\"6.9\",\"\""
## [6193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18,245\",\"243445\",\"944937\",\"19.31\",\"7.5\",\"\""
## [6194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"23,853\",\"316594\",\"944937\",\"25.24\",\"7.5\",\"\""
## [6195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"32242\",\"466062\",\"944937\",\"34.12\",\"6.9\",\"\""
## [6196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"224\",\"9,050\",\"14,561\",\"15.38\",\"2.5\",\"\""
## [6197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"186\",\"8,722\",\"14,561\",\"12.77\",\"2.1\",\"\""
## [6198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"439\",\"12,772\",\"14,561\",\"30.15\",\"3.4\",\"\""
## [6199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"265\",\"12,983\",\"14,561\",\"18.2\",\"2\",\"\""
## [6200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"242\",\"14,940\",\"14,561\",\"16.62\",\"1.6\",\"\""
## [6201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"384\",\"20,911\",\"14,561\",\"26.37\",\"1.8\",\"\""
## [6202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"700\",\"29,588\",\"14,561\",\"48.07\",\"2.4\",\"\""
## [6203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"585\",\"23,728\",\"14,561\",\"40.18\",\"2.5\",\"\""
## [6204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"266\",\"9,973\",\"14,561\",\"18.27\",\"2.7\",\"\""
## [6205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"156\",\"4,929\",\"14,561\",\"10.71\",\"3.2\",\"\""
## [6206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"187\",\"4,723\",\"14,561\",\"12.84\",\"4\",\"\""
## [6207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"317\",\"4,734\",\"14,561\",\"21.77\",\"6.7\",\"\""
## [6208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"227\",\"4589\",\"14561\",\"15.59\",\"4.9\",\"\""
## [6209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"294\",\"6013\",\"14561\",\"20.19\",\"4.9\",\"\""
## [6210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"113\",\"4,279\",\"13,964\",\"8.09\",\"2.6\",\"\""
## [6211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"93\",\"4,614\",\"13,964\",\"6.66\",\"2\",\"\""
## [6212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"304\",\"8,076\",\"13,964\",\"21.77\",\"3.8\",\"\""
## [6213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"209\",\"6,908\",\"13,964\",\"14.97\",\"3\",\"\""
## [6214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"273\",\"8,856\",\"13,964\",\"19.55\",\"3.1\",\"\""
## [6215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"182\",\"6,886\",\"13,964\",\"13.03\",\"2.6\",\"\""
## [6216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"203\",\"7,365\",\"13,964\",\"14.54\",\"2.8\",\"\""
## [6217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"121\",\"5,515\",\"13,964\",\"8.67\",\"2.2\",\"\""
## [6218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"64\",\"2,476\",\"13,964\",\"4.58\",\"2.6\",\"\""
## [6219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"61\",\"1,891\",\"13,964\",\"4.37\",\"3.2\",\"\""
## [6220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"36\",\"1,373\",\"13,964\",\"2.58\",\"2.6\",\"\""
## [6221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"49\",\"1,244\",\"13,964\",\"3.51\",\"3.9\",\"\""
## [6222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"64\",\"1631\",\"13964\",\"4.58\",\"3.9\",\"\""
## [6223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"84\",\"2564\",\"13964\",\"6.02\",\"3.3\",\"\""
## [6224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,211\",\"39,484\",\"N/A\",\"N/A\",\"5.6\",\"\""
## [6225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,295\",\"17,521\",\"N/A\",\"N/A\",\"7.4\",\"\""
## [6226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"797\",\"10,552\",\"N/A\",\"N/A\",\"7.6\",\"\""
## [6227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"597\",\"9,135\",\"N/A\",\"N/A\",\"6.5\",\"\""
## [6228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"833\",\"11,066\",\"N/A\",\"N/A\",\"7.5\",\"\""
## [6229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"345\",\"5,725\",\"N/A\",\"N/A\",\"6\",\"\""
## [6230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"156\",\"3,001\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [6231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"126\",\"2,139\",\"N/A\",\"N/A\",\"5.9\",\"\""
## [6232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"175\",\"2,160\",\"N/A\",\"N/A\",\"8.1\",\"\""
## [6233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"437\",\"4455\",\"N/A\",\"N/A\",\"9.8\",\"\""
## [6234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"795\",\"6594\",\"N/A\",\"N/A\",\"12.1\",\"\""
## [6235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"88\",\"8,582\",\"5,906\",\"14.9\",\"1\",\"\""
## [6236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"88\",\"9,811\",\"5,906\",\"14.9\",\"0.9\",\"\""
## [6237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"43\",\"5,286\",\"5,906\",\"7.28\",\"0.8\",\"\""
## [6238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"64\",\"6,070\",\"5,906\",\"10.84\",\"1.1\",\"\""
## [6239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"144\",\"13,145\",\"5,906\",\"24.38\",\"1.1\",\"\""
## [6240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"160\",\"16,900\",\"5,906\",\"27.09\",\"0.9\",\"\""
## [6241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"184\",\"16,169\",\"5,906\",\"31.15\",\"1.1\",\"\""
## [6242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"194\",\"12,292\",\"5,906\",\"32.85\",\"1.6\",\"\""
## [6243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"85\",\"5,715\",\"5,906\",\"14.39\",\"1.5\",\"\""
## [6244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"74\",\"2,836\",\"5,906\",\"12.53\",\"2.6\",\"\""
## [6245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"32\",\"1,084\",\"5,906\",\"5.42\",\"3\",\"\""
## [6246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"21\",\"775\",\"5,906\",\"3.56\",\"2.7\",\"\""
## [6247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"29\",\"1363\",\"5906\",\"4.91\",\"2.1\",\"\""
## [6248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"69\",\"2018\",\"5906\",\"11.68\",\"3.4\",\"\""
## [6249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"11\",\"6,390\",\"1,734\",\"6.34\",\"0.2\",\"\""
## [6250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"25\",\"5,547\",\"1,734\",\"14.42\",\"0.5\",\"\""
## [6251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"4,976\",\"1,734\",\"8.07\",\"0.3\",\"\""
## [6252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"5,193\",\"1,734\",\"11.53\",\"0.4\",\"\""
## [6253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"6,002\",\"1,734\",\"7.5\",\"0.2\",\"\""
## [6254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"7,787\",\"1,734\",\"12.11\",\"0.3\",\"\""
## [6255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"4,934\",\"1,734\",\"8.07\",\"0.3\",\"\""
## [6256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"22\",\"6,541\",\"1,734\",\"12.69\",\"0.3\",\"\""
## [6257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"38\",\"9,203\",\"1,734\",\"21.91\",\"0.4\",\"\""
## [6258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"22\",\"3,839\",\"1,734\",\"12.69\",\"0.6\",\"\""
## [6259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"2,004\",\"1,734\",\"2.88\",\"0.2\",\"\""
## [6260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"1,889\",\"1,734\",\"5.77\",\"0.5\",\"\""
## [6261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"26\",\"2104\",\"1734\",\"14.99\",\"1.2\",\"\""
## [6262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"27\",\"3352\",\"1734\",\"15.57\",\"0.8\",\"\""
## [6263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"35\",\"11,453\",\"2,615\",\"13.38\",\"0.3\",\"\""
## [6264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"44\",\"15,573\",\"2,615\",\"16.83\",\"0.3\",\"\""
## [6265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"37\",\"17,357\",\"2,615\",\"14.15\",\"0.2\",\"\""
## [6266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"65\",\"24,197\",\"2,615\",\"24.86\",\"0.3\",\"\""
## [6267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"84\",\"29,911\",\"2,615\",\"32.12\",\"0.3\",\"\""
## [6268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"84\",\"30,424\",\"2,615\",\"32.12\",\"0.3\",\"\""
## [6269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"99\",\"31,104\",\"2,615\",\"37.86\",\"0.3\",\"\""
## [6270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"112\",\"24,616\",\"2,615\",\"42.83\",\"0.5\",\"\""
## [6271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"45\",\"9,281\",\"2,615\",\"17.21\",\"0.5\",\"\""
## [6272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"2,717\",\"2,615\",\"6.5\",\"0.6\",\"\""
## [6273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"943\",\"2,615\",\"2.29\",\"0.6\",\"\""
## [6274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"10\",\"804\",\"2,615\",\"3.82\",\"1.2\",\"\""
## [6275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"13\",\"794\",\"2615\",\"4.97\",\"1.6\",\"\""
## [6276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"13\",\"1729\",\"2615\",\"4.97\",\"0.8\",\"\""
## [6277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,071\",\"373\",\"10.72\",\"0\",\"\""
## [6278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"8,849\",\"373\",\"8.04\",\"0\",\"\""
## [6279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"8,588\",\"373\",\"26.81\",\"0.1\",\"\""
## [6280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"10,365\",\"373\",\"29.49\",\"0.1\",\"\""
## [6281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"10,183\",\"373\",\"24.13\",\"0.1\",\"\""
## [6282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"13,685\",\"373\",\"24.13\",\"0.1\",\"\""
## [6283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"12,251\",\"373\",\"16.09\",\"0\",\"\""
## [6284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"9,616\",\"373\",\"8.04\",\"0\",\"\""
## [6285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"5,622\",\"373\",\"5.36\",\"0\",\"\""
## [6286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"3,490\",\"373\",\"18.77\",\"0.2\",\"\""
## [6287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"1,755\",\"373\",\"16.09\",\"0.3\",\"\""
## [6288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1,366\",\"373\",\"5.36\",\"0.1\",\"\""
## [6289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"1558\",\"373\",\"10.72\",\"0.3\",\"\""
## [6290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"373\",\"0\",\"0\",\"\""
## [6291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"47\",\"8,368\",\"4,459\",\"10.54\",\"0.6\",\"\""
## [6292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"47\",\"7,999\",\"4,459\",\"10.54\",\"0.6\",\"\""
## [6293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"62\",\"7,695\",\"4,459\",\"13.9\",\"0.8\",\"\""
## [6294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"49\",\"8,411\",\"4,459\",\"10.99\",\"0.6\",\"\""
## [6295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"37\",\"11,336\",\"4,459\",\"8.3\",\"0.3\",\"\""
## [6296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"86\",\"14,875\",\"4,459\",\"19.29\",\"0.6\",\"\""
## [6297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"68\",\"12,377\",\"4,459\",\"15.25\",\"0.5\",\"\""
## [6298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"42\",\"6,211\",\"4,459\",\"9.42\",\"0.7\",\"\""
## [6299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"28\",\"5,291\",\"4,459\",\"6.28\",\"0.5\",\"\""
## [6300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"24\",\"3,534\",\"4,459\",\"5.38\",\"0.7\",\"\""
## [6301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"1,724\",\"4,459\",\"3.59\",\"0.9\",\"\""
## [6302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12\",\"1,084\",\"4,459\",\"2.69\",\"1.1\",\"\""
## [6303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"20\",\"1431\",\"4459\",\"4.49\",\"1.4\",\"\""
## [6304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"20\",\"1517\",\"4459\",\"4.49\",\"1.3\",\"\""
## [6305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"41\",\"24,411\",\"2,384\",\"17.2\",\"0.2\",\"\""
## [6306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"60\",\"20,731\",\"2,384\",\"25.17\",\"0.3\",\"\""
## [6307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"68\",\"21,875\",\"2,384\",\"28.52\",\"0.3\",\"\""
## [6308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"67\",\"22,967\",\"2,384\",\"28.1\",\"0.3\",\"\""
## [6309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"43\",\"19,460\",\"2,384\",\"18.04\",\"0.2\",\"\""
## [6310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"44\",\"16,876\",\"2,384\",\"18.46\",\"0.3\",\"\""
## [6311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"42\",\"13,107\",\"2,384\",\"17.62\",\"0.3\",\"\""
## [6312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"78\",\"13,125\",\"2,384\",\"32.72\",\"0.6\",\"\""
## [6313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"45\",\"8,010\",\"2,384\",\"18.88\",\"0.6\",\"\""
## [6314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"41\",\"5,802\",\"2,384\",\"17.2\",\"0.7\",\"\""
## [6315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"36\",\"4,744\",\"2,384\",\"15.1\",\"0.8\",\"\""
## [6316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"52\",\"4,445\",\"2,384\",\"21.81\",\"1.2\",\"\""
## [6317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"37\",\"4088\",\"2384\",\"15.52\",\"0.9\",\"\""
## [6318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"60\",\"4396\",\"2384\",\"25.17\",\"1.4\",\"\""
## [6319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"53\",\"6,543\",\"2,055\",\"25.79\",\"0.8\",\"\""
## [6320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"87\",\"7,786\",\"2,055\",\"42.34\",\"1.1\",\"\""
## [6321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"60\",\"6,426\",\"2,055\",\"29.2\",\"0.9\",\"\""
## [6322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"59\",\"6,561\",\"2,055\",\"28.71\",\"0.9\",\"\""
## [6323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"72\",\"6,728\",\"2,055\",\"35.04\",\"1.1\",\"\""
## [6324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"129\",\"6,924\",\"2,055\",\"62.77\",\"1.9\",\"\""
## [6325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"115\",\"7,549\",\"2,055\",\"55.96\",\"1.5\",\"\""
## [6326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"165\",\"8,329\",\"2,055\",\"80.29\",\"2\",\"\""
## [6327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"95\",\"6,985\",\"2,055\",\"46.23\",\"1.4\",\"\""
## [6328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"69\",\"4,278\",\"2,055\",\"33.58\",\"1.6\",\"\""
## [6329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"70\",\"2,895\",\"2,055\",\"34.06\",\"2.4\",\"\""
## [6330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"49\",\"2,117\",\"2,055\",\"23.84\",\"2.3\",\"\""
## [6331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"53\",\"2071\",\"2055\",\"25.79\",\"2.6\",\"\""
## [6332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"62\",\"1770\",\"2055\",\"30.17\",\"3.5\",\"\""
## [6333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"8,302\",\"653\",\"4.59\",\"0\",\"\""
## [6334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"7,950\",\"653\",\"7.66\",\"0.1\",\"\""
## [6335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,249\",\"653\",\"6.13\",\"0.1\",\"\""
## [6336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,835\",\"653\",\"4.59\",\"0.1\",\"\""
## [6337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"4,902\",\"653\",\"7.66\",\"0.1\",\"\""
## [6338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,272\",\"653\",\"4.59\",\"0.1\",\"\""
## [6339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"8,528\",\"653\",\"12.25\",\"0.1\",\"\""
## [6340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"12,058\",\"653\",\"16.85\",\"0.1\",\"\""
## [6341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"8,189\",\"653\",\"7.66\",\"0.1\",\"\""
## [6342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,433\",\"653\",\"1.53\",\"0\",\"\""
## [6343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1,705\",\"653\",\"3.06\",\"0.1\",\"\""
## [6344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,455\",\"653\",\"1.53\",\"0.1\",\"\""
## [6345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1711\",\"653\",\"6.13\",\"0.2\",\"\""
## [6346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1955\",\"653\",\"4.59\",\"0.2\",\"\""
## [6347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"8,384\",\"415\",\"14.46\",\"0.1\",\"\""
## [6348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"7,049\",\"415\",\"9.64\",\"0.1\",\"\""
## [6349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"10,141\",\"415\",\"21.69\",\"0.1\",\"\""
## [6350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13\",\"12,048\",\"415\",\"31.33\",\"0.1\",\"\""
## [6351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"14,203\",\"415\",\"16.87\",\"0\",\"\""
## [6352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"12,957\",\"415\",\"33.73\",\"0.1\",\"\""
## [6353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"13,125\",\"415\",\"26.51\",\"0.1\",\"\""
## [6354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"8,988\",\"415\",\"9.64\",\"0\",\"\""
## [6355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12\",\"5,156\",\"415\",\"28.92\",\"0.2\",\"\""
## [6356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"3,632\",\"415\",\"9.64\",\"0.1\",\"\""
## [6357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2,292\",\"415\",\"7.23\",\"0.1\",\"\""
## [6358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,007\",\"415\",\"2.41\",\"0\",\"\""
## [6359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"2648\",\"415\",\"19.28\",\"0.3\",\"\""
## [6360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2929\",\"415\",\"7.23\",\"0.1\",\"\""
## [6361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"209\",\"9,604\",\"24,613\",\"8.49\",\"2.2\",\"\""
## [6362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"368\",\"13,588\",\"24,613\",\"14.95\",\"2.7\",\"\""
## [6363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"334\",\"12,318\",\"24,613\",\"13.57\",\"2.7\",\"\""
## [6364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"168\",\"9,359\",\"24,613\",\"6.83\",\"1.8\",\"\""
## [6365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"158\",\"5,803\",\"24,613\",\"6.42\",\"2.7\",\"\""
## [6366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"90\",\"3,629\",\"24,613\",\"3.66\",\"2.5\",\"\""
## [6367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"120\",\"4,326\",\"24,613\",\"4.88\",\"2.8\",\"\""
## [6368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"221\",\"8,726\",\"24,613\",\"8.98\",\"2.5\",\"\""
## [6369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"195\",\"4,835\",\"24,613\",\"7.92\",\"4\",\"\""
## [6370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"126\",\"2,200\",\"24,613\",\"5.12\",\"5.7\",\"\""
## [6371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"257\",\"3,148\",\"24,613\",\"10.44\",\"8.2\",\"\""
## [6372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"231\",\"3,004\",\"24,613\",\"9.39\",\"7.7\",\"\""
## [6373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"382\",\"7452\",\"24613\",\"15.52\",\"5.1\",\"\""
## [6374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"754\",\"17256\",\"24613\",\"30.63\",\"4.4\",\"\""
## [6375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"4,837\",\"2,090\",\"9.57\",\"0.4\",\"\""
## [6376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"23\",\"5,554\",\"2,090\",\"11\",\"0.4\",\"\""
## [6377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"42\",\"6,227\",\"2,090\",\"20.1\",\"0.7\",\"\""
## [6378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"19\",\"5,464\",\"2,090\",\"9.09\",\"0.3\",\"\""
## [6379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"30\",\"4,447\",\"2,090\",\"14.35\",\"0.7\",\"\""
## [6380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"39\",\"5,062\",\"2,090\",\"18.66\",\"0.8\",\"\""
## [6381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"48\",\"4,701\",\"2,090\",\"22.97\",\"1\",\"\""
## [6382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"37\",\"4,445\",\"2,090\",\"17.7\",\"0.8\",\"\""
## [6383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"2,667\",\"2,090\",\"9.57\",\"0.7\",\"\""
## [6384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"2,018\",\"2,090\",\"10.05\",\"1\",\"\""
## [6385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"29\",\"1,720\",\"2,090\",\"13.88\",\"1.7\",\"\""
## [6386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"1,659\",\"2,090\",\"10.05\",\"1.3\",\"\""
## [6387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"35\",\"1765\",\"2090\",\"16.75\",\"2\",\"\""
## [6388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"18\",\"2101\",\"2090\",\"8.61\",\"0.9\",\"\""
## [6389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,245\",\"45,408\",\"44,691\",\"27.86\",\"2.7\",\"\""
## [6390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"997\",\"50,038\",\"44,691\",\"22.31\",\"2\",\"\""
## [6391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,446\",\"52,329\",\"44,691\",\"32.36\",\"2.8\",\"\""
## [6392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,652\",\"41,562\",\"44,691\",\"36.96\",\"4\",\"\""
## [6393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,351\",\"48,912\",\"44,691\",\"30.23\",\"2.8\",\"\""
## [6394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"860\",\"50,524\",\"44,691\",\"19.24\",\"1.7\",\"\""
## [6395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"591\",\"32,968\",\"44,691\",\"13.22\",\"1.8\",\"\""
## [6396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"621\",\"26,812\",\"44,691\",\"13.9\",\"2.3\",\"\""
## [6397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"355\",\"13,624\",\"44,691\",\"7.94\",\"2.6\",\"\""
## [6398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"129\",\"4,761\",\"44,691\",\"2.89\",\"2.7\",\"\""
## [6399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"100\",\"2,502\",\"44,691\",\"2.24\",\"4\",\"\""
## [6400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"121\",\"2,304\",\"44,691\",\"2.71\",\"5.3\",\"\""
## [6401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"313\",\"4214\",\"44691\",\"7\",\"7.4\",\"\""
## [6402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"193\",\"2369\",\"44691\",\"4.32\",\"8.1\",\"\""
## [6403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"28\",\"5,627\",\"1,803\",\"15.53\",\"0.5\",\"\""
## [6404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"39\",\"7,275\",\"1,803\",\"21.63\",\"0.5\",\"\""
## [6405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"22\",\"6,859\",\"1,803\",\"12.2\",\"0.3\",\"\""
## [6406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"37\",\"9,022\",\"1,803\",\"20.52\",\"0.4\",\"\""
## [6407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"8,018\",\"1,803\",\"16.08\",\"0.4\",\"\""
## [6408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"21\",\"7,188\",\"1,803\",\"11.65\",\"0.3\",\"\""
## [6409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"8,875\",\"1,803\",\"6.66\",\"0.1\",\"\""
## [6410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"3,947\",\"1,803\",\"4.99\",\"0.2\",\"\""
## [6411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"2,086\",\"1,803\",\"4.44\",\"0.4\",\"\""
## [6412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"1,092\",\"1,803\",\"1.11\",\"0.2\",\"\""
## [6413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"1,310\",\"1,803\",\"3.33\",\"0.5\",\"\""
## [6414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"667\",\"1,803\",\"2.22\",\"0.6\",\"\""
## [6415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"32\",\"1850\",\"1803\",\"17.75\",\"1.7\",\"\""
## [6416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"45\",\"2592\",\"1803\",\"24.96\",\"1.7\",\"\""
## [6417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"302\",\"23,137\",\"11,697\",\"25.82\",\"1.3\",\"\""
## [6418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"480\",\"24,400\",\"11,697\",\"41.04\",\"2\",\"\""
## [6419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"414\",\"25,589\",\"11,697\",\"35.39\",\"1.6\",\"\""
## [6420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"336\",\"21,096\",\"11,697\",\"28.73\",\"1.6\",\"\""
## [6421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"319\",\"26,013\",\"11,697\",\"27.27\",\"1.2\",\"\""
## [6422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"388\",\"31,212\",\"11,697\",\"33.17\",\"1.2\",\"\""
## [6423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"492\",\"30,422\",\"11,697\",\"42.06\",\"1.6\",\"\""
## [6424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"450\",\"27,917\",\"11,697\",\"38.47\",\"1.6\",\"\""
## [6425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"354\",\"17,375\",\"11,697\",\"30.26\",\"2\",\"\""
## [6426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"303\",\"10,238\",\"11,697\",\"25.9\",\"3\",\"\""
## [6427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"261\",\"7,762\",\"11,697\",\"22.31\",\"3.4\",\"\""
## [6428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"351\",\"7,207\",\"11,697\",\"30.01\",\"4.9\",\"\""
## [6429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"294\",\"7072\",\"11697\",\"25.13\",\"4.2\",\"\""
## [6430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"309\",\"7952\",\"11697\",\"26.42\",\"3.9\",\"\""
## [6431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"225\",\"10,276\",\"19,722\",\"11.41\",\"2.2\",\"\""
## [6432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"271\",\"11,788\",\"19,722\",\"13.74\",\"2.3\",\"\""
## [6433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"488\",\"18,796\",\"19,722\",\"24.74\",\"2.6\",\"\""
## [6434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"294\",\"12,847\",\"19,722\",\"14.91\",\"2.3\",\"\""
## [6435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"212\",\"10,450\",\"19,722\",\"10.75\",\"2\",\"\""
## [6436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"187\",\"9,329\",\"19,722\",\"9.48\",\"2\",\"\""
## [6437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"272\",\"14,876\",\"19,722\",\"13.79\",\"1.8\",\"\""
## [6438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"427\",\"22,302\",\"19,722\",\"21.65\",\"1.9\",\"\""
## [6439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"243\",\"10,429\",\"19,722\",\"12.32\",\"2.3\",\"\""
## [6440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"216\",\"7,162\",\"19,722\",\"10.95\",\"3\",\"\""
## [6441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"253\",\"6,420\",\"19,722\",\"12.83\",\"3.9\",\"\""
## [6442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"214\",\"5,755\",\"19,722\",\"10.85\",\"3.7\",\"\""
## [6443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"184\",\"5601\",\"19722\",\"9.33\",\"3.3\",\"\""
## [6444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"208\",\"6359\",\"19722\",\"10.55\",\"3.3\",\"\""
## [6445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"45\",\"9,856\",\"3,498\",\"12.86\",\"0.5\",\"\""
## [6446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"52\",\"11,689\",\"3,498\",\"14.87\",\"0.4\",\"\""
## [6447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"55\",\"11,077\",\"3,498\",\"15.72\",\"0.5\",\"\""
## [6448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"44\",\"9,485\",\"3,498\",\"12.58\",\"0.5\",\"\""
## [6449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"41\",\"8,907\",\"3,498\",\"11.72\",\"0.5\",\"\""
## [6450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"42\",\"10,363\",\"3,498\",\"12.01\",\"0.4\",\"\""
## [6451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"40\",\"10,317\",\"3,498\",\"11.44\",\"0.4\",\"\""
## [6452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"21\",\"6,512\",\"3,498\",\"6\",\"0.3\",\"\""
## [6453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9\",\"3,154\",\"3,498\",\"2.57\",\"0.3\",\"\""
## [6454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"739\",\"3,498\",\"0.29\",\"0.1\",\"\""
## [6455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"716\",\"3,498\",\"2.29\",\"1.1\",\"\""
## [6456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"1,011\",\"3,498\",\"0.86\",\"0.3\",\"\""
## [6457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"23\",\"1278\",\"3498\",\"6.58\",\"1.8\",\"\""
## [6458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"21\",\"2548\",\"3498\",\"6\",\"0.8\",\"\""
## [6459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"153\",\"13,888\",\"16,265\",\"9.41\",\"1.1\",\"\""
## [6460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"221\",\"15,487\",\"16,265\",\"13.59\",\"1.4\",\"\""
## [6461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"242\",\"17,225\",\"16,265\",\"14.88\",\"1.4\",\"\""
## [6462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"247\",\"14,764\",\"16,265\",\"15.19\",\"1.7\",\"\""
## [6463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"166\",\"11,595\",\"16,265\",\"10.21\",\"1.4\",\"\""
## [6464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"163\",\"8,144\",\"16,265\",\"10.02\",\"2\",\"\""
## [6465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"152\",\"7,996\",\"16,265\",\"9.35\",\"1.9\",\"\""
## [6466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"229\",\"8,969\",\"16,265\",\"14.08\",\"2.6\",\"\""
## [6467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"245\",\"8,989\",\"16,265\",\"15.06\",\"2.7\",\"\""
## [6468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"283\",\"6,845\",\"16,265\",\"17.4\",\"4.1\",\"\""
## [6469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"276\",\"6,328\",\"16,265\",\"16.97\",\"4.4\",\"\""
## [6470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"293\",\"5,830\",\"16,265\",\"18.01\",\"5\",\"\""
## [6471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"272\",\"5404\",\"16265\",\"16.72\",\"5\",\"\""
## [6472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"401\",\"8789\",\"16265\",\"24.65\",\"4.6\",\"\""
## [6473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"17,874\",\"2,688\",\"8.93\",\"0.1\",\"\""
## [6474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"22,878\",\"2,688\",\"17.11\",\"0.2\",\"\""
## [6475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"52\",\"22,899\",\"2,688\",\"19.35\",\"0.2\",\"\""
## [6476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"66\",\"26,384\",\"2,688\",\"24.55\",\"0.3\",\"\""
## [6477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"45\",\"26,255\",\"2,688\",\"16.74\",\"0.2\",\"\""
## [6478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"43\",\"20,851\",\"2,688\",\"16\",\"0.2\",\"\""
## [6479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22\",\"18,152\",\"2,688\",\"8.18\",\"0.1\",\"\""
## [6480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"40\",\"15,748\",\"2,688\",\"14.88\",\"0.3\",\"\""
## [6481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"7,723\",\"2,688\",\"4.09\",\"0.1\",\"\""
## [6482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"19\",\"5,472\",\"2,688\",\"7.07\",\"0.3\",\"\""
## [6483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"12\",\"3,074\",\"2,688\",\"4.46\",\"0.4\",\"\""
## [6484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"10\",\"2,807\",\"2,688\",\"3.72\",\"0.4\",\"\""
## [6485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"3825\",\"2688\",\"4.09\",\"0.3\",\"\""
## [6486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"7163\",\"2688\",\"8.93\",\"0.3\",\"\""
## [6487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"575\",\"19,364\",\"14,586\",\"39.42\",\"3\",\"\""
## [6488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"641\",\"20,890\",\"14,586\",\"43.95\",\"3.1\",\"\""
## [6489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"447\",\"19,250\",\"14,586\",\"30.65\",\"2.3\",\"\""
## [6490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"528\",\"23,349\",\"14,586\",\"36.2\",\"2.3\",\"\""
## [6491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"538\",\"22,386\",\"14,586\",\"36.88\",\"2.4\",\"\""
## [6492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"290\",\"10,091\",\"14,586\",\"19.88\",\"2.9\",\"\""
## [6493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"145\",\"5,831\",\"14,586\",\"9.94\",\"2.5\",\"\""
## [6494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"179\",\"4,376\",\"14,586\",\"12.27\",\"4.1\",\"\""
## [6495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"111\",\"3,129\",\"14,586\",\"7.61\",\"3.5\",\"\""
## [6496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"69\",\"1,719\",\"14,586\",\"4.73\",\"4\",\"\""
## [6497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"54\",\"1,342\",\"14,586\",\"3.7\",\"4\",\"\""
## [6498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"64\",\"1,465\",\"14,586\",\"4.39\",\"4.4\",\"\""
## [6499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"163\",\"2685\",\"14586\",\"11.18\",\"6.1\",\"\""
## [6500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"176\",\"3384\",\"14586\",\"12.07\",\"5.2\",\"\""
## [6501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"8,609\",\"1,540\",\"13.64\",\"0.2\",\"\""
## [6502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"33\",\"11,818\",\"1,540\",\"21.43\",\"0.3\",\"\""
## [6503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"13,353\",\"1,540\",\"10.39\",\"0.1\",\"\""
## [6504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"10,521\",\"1,540\",\"11.04\",\"0.2\",\"\""
## [6505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"9,651\",\"1,540\",\"10.39\",\"0.2\",\"\""
## [6506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"6,343\",\"1,540\",\"8.44\",\"0.2\",\"\""
## [6507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"25\",\"6,999\",\"1,540\",\"16.23\",\"0.4\",\"\""
## [6508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"23\",\"8,942\",\"1,540\",\"14.94\",\"0.3\",\"\""
## [6509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"5,881\",\"1,540\",\"5.19\",\"0.1\",\"\""
## [6510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"3,812\",\"1,540\",\"8.44\",\"0.3\",\"\""
## [6511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"12\",\"2,186\",\"1,540\",\"7.79\",\"0.5\",\"\""
## [6512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"2,048\",\"1,540\",\"11.04\",\"0.8\",\"\""
## [6513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"34\",\"2546\",\"1540\",\"22.08\",\"1.3\",\"\""
## [6514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"32\",\"2692\",\"1540\",\"20.78\",\"1.2\",\"\""
## [6515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"405\",\"6,912\",\"N/A\",\"N/A\",\"5.9\",\"\""
## [6516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"513\",\"7,581\",\"N/A\",\"N/A\",\"6.8\",\"\""
## [6517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"447\",\"7,300\",\"N/A\",\"N/A\",\"6.1\",\"\""
## [6518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"360\",\"5,420\",\"N/A\",\"N/A\",\"6.6\",\"\""
## [6519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"279\",\"4,078\",\"N/A\",\"N/A\",\"6.8\",\"\""
## [6520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"206\",\"3,251\",\"N/A\",\"N/A\",\"6.3\",\"\""
## [6521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"189\",\"2,645\",\"N/A\",\"N/A\",\"7.1\",\"\""
## [6522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"167\",\"2,231\",\"N/A\",\"N/A\",\"7.5\",\"\""
## [6523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"138\",\"1,539\",\"N/A\",\"N/A\",\"9\",\"\""
## [6524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"102\",\"1,322\",\"N/A\",\"N/A\",\"7.7\",\"\""
## [6525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"83\",\"1,122\",\"N/A\",\"N/A\",\"7.4\",\"\""
## [6526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"83\",\"1,004\",\"N/A\",\"N/A\",\"8.3\",\"\""
## [6527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"87\",\"1111\",\"N/A\",\"N/A\",\"7.8\",\"\""
## [6528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"195\",\"1930\",\"N/A\",\"N/A\",\"10.1\",\"\""
## [6529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"285\",\"47,870\",\"9,792\",\"29.11\",\"0.6\",\"\""
## [6530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"241\",\"64,607\",\"9,792\",\"24.61\",\"0.4\",\"\""
## [6531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"312\",\"68,915\",\"9,792\",\"31.86\",\"0.5\",\"\""
## [6532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"156\",\"59,659\",\"9,792\",\"15.93\",\"0.3\",\"\""
## [6533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"150\",\"43,877\",\"9,792\",\"15.32\",\"0.3\",\"\""
## [6534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"131\",\"25,691\",\"9,792\",\"13.38\",\"0.5\",\"\""
## [6535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"85\",\"29,117\",\"9,792\",\"8.68\",\"0.3\",\"\""
## [6536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"116\",\"35,855\",\"9,792\",\"11.85\",\"0.3\",\"\""
## [6537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"86\",\"24,523\",\"9,792\",\"8.78\",\"0.4\",\"\""
## [6538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"35\",\"6,450\",\"9,792\",\"3.57\",\"0.5\",\"\""
## [6539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"52\",\"6,650\",\"9,792\",\"5.31\",\"0.8\",\"\""
## [6540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"88\",\"9,257\",\"9,792\",\"8.99\",\"1\",\"\""
## [6541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"221\",\"17576\",\"9792\",\"22.57\",\"1.3\",\"\""
## [6542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"349\",\"29408\",\"9792\",\"35.64\",\"1.2\",\"\""
## [6543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"28,111\",\"294,467\",\"573,833\",\"48.99\",\"9.5\",\"\""
## [6544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"40,168\",\"448,957\",\"573,833\",\"70\",\"8.9\",\"\""
## [6545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"69,506\",\"721,451\",\"573,833\",\"121.13\",\"9.6\",\"\""
## [6546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"61,696\",\"624,009\",\"573,833\",\"107.52\",\"9.9\",\"\""
## [6547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"60,709\",\"560,544\",\"573,833\",\"105.8\",\"10.8\",\"\""
## [6548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"51,471\",\"480,702\",\"573,833\",\"89.7\",\"10.7\",\"\""
## [6549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"32,816\",\"338,973\",\"573,833\",\"57.19\",\"9.7\",\"\""
## [6550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,311\",\"270,086\",\"573,833\",\"45.85\",\"9.7\",\"\""
## [6551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,494\",\"157,738\",\"573,833\",\"28.74\",\"10.5\",\"\""
## [6552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,924\",\"140,198\",\"573,833\",\"27.75\",\"11.4\",\"\""
## [6553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,526\",\"121,607\",\"573,833\",\"25.31\",\"11.9\",\"\""
## [6554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,373\",\"116,385\",\"573,833\",\"25.05\",\"12.3\",\"\""
## [6555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18623\",\"149592\",\"573833\",\"32.45\",\"12.4\",\"\""
## [6556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"24814\",\"219569\",\"573833\",\"43.24\",\"11.3\",\"\""
## [6557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"58\",\"8,298\",\"3,096\",\"18.73\",\"0.7\",\"\""
## [6558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"82\",\"8,541\",\"3,096\",\"26.49\",\"1\",\"\""
## [6559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"81\",\"11,467\",\"3,096\",\"26.16\",\"0.7\",\"\""
## [6560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"112\",\"13,075\",\"3,096\",\"36.18\",\"0.9\",\"\""
## [6561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"108\",\"15,350\",\"3,096\",\"34.88\",\"0.7\",\"\""
## [6562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"141\",\"16,047\",\"3,096\",\"45.54\",\"0.9\",\"\""
## [6563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"80\",\"14,297\",\"3,096\",\"25.84\",\"0.6\",\"\""
## [6564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"99\",\"13,070\",\"3,096\",\"31.98\",\"0.8\",\"\""
## [6565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"111\",\"9,226\",\"3,096\",\"35.85\",\"1.2\",\"\""
## [6566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"72\",\"5,277\",\"3,096\",\"23.26\",\"1.4\",\"\""
## [6567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"76\",\"3,682\",\"3,096\",\"24.55\",\"2.1\",\"\""
## [6568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"40\",\"2,075\",\"3,096\",\"12.92\",\"1.9\",\"\""
## [6569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"26\",\"2707\",\"3096\",\"8.4\",\"1\",\"\""
## [6570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"37\",\"4229\",\"3096\",\"11.95\",\"0.9\",\"\""
## [6571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"14,537\",\"1,077\",\"3.71\",\"0\",\"\""
## [6572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"11,940\",\"1,077\",\"11.14\",\"0.1\",\"\""
## [6573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"8,229\",\"1,077\",\"7.43\",\"0.1\",\"\""
## [6574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"6,212\",\"1,077\",\"4.64\",\"0.1\",\"\""
## [6575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"6,169\",\"1,077\",\"5.57\",\"0.1\",\"\""
## [6576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"3,661\",\"1,077\",\"1.86\",\"0.1\",\"\""
## [6577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"4,750\",\"1,077\",\"1.86\",\"0\",\"\""
## [6578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"5,097\",\"1,077\",\"2.79\",\"0.1\",\"\""
## [6579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"2,419\",\"1,077\",\"2.79\",\"0.1\",\"\""
## [6580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,521\",\"1,077\",\"-\",\"0\",\"\""
## [6581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,622\",\"1,077\",\"2.79\",\"0.2\",\"\""
## [6582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1,527\",\"1,077\",\"0.93\",\"0.1\",\"\""
## [6583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1734\",\"1077\",\"2.79\",\"0.2\",\"\""
## [6584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4684\",\"1077\",\"3.71\",\"0.1\",\"\""
## [6585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"9,415\",\"2,331\",\"6.44\",\"0.2\",\"\""
## [6586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"9,429\",\"2,331\",\"10.3\",\"0.3\",\"\""
## [6587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"26\",\"9,086\",\"2,331\",\"11.15\",\"0.3\",\"\""
## [6588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"6,260\",\"2,331\",\"4.29\",\"0.2\",\"\""
## [6589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"5,649\",\"2,331\",\"5.15\",\"0.2\",\"\""
## [6590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"7,379\",\"2,331\",\"5.15\",\"0.2\",\"\""
## [6591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"17\",\"7,032\",\"2,331\",\"7.29\",\"0.2\",\"\""
## [6592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"7,685\",\"2,331\",\"9.44\",\"0.3\",\"\""
## [6593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"6,310\",\"2,331\",\"12.01\",\"0.4\",\"\""
## [6594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"4,214\",\"2,331\",\"4.72\",\"0.3\",\"\""
## [6595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"2,465\",\"2,331\",\"5.15\",\"0.5\",\"\""
## [6596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"1,671\",\"2,331\",\"2.15\",\"0.3\",\"\""
## [6597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"1753\",\"2331\",\"6.44\",\"0.9\",\"\""
## [6598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"27\",\"2220\",\"2331\",\"11.58\",\"1.2\",\"\""
## [6599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"176\",\"13,176\",\"9,552\",\"18.43\",\"1.3\",\"\""
## [6600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"213\",\"14,036\",\"9,552\",\"22.3\",\"1.5\",\"\""
## [6601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"165\",\"11,542\",\"9,552\",\"17.27\",\"1.4\",\"\""
## [6602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"172\",\"11,737\",\"9,552\",\"18.01\",\"1.5\",\"\""
## [6603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"185\",\"12,681\",\"9,552\",\"19.37\",\"1.5\",\"\""
## [6604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"157\",\"8,453\",\"9,552\",\"16.44\",\"1.9\",\"\""
## [6605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"162\",\"9,030\",\"9,552\",\"16.96\",\"1.8\",\"\""
## [6606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"157\",\"8,427\",\"9,552\",\"16.44\",\"1.9\",\"\""
## [6607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"106\",\"4,404\",\"9,552\",\"11.1\",\"2.4\",\"\""
## [6608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"76\",\"1,752\",\"9,552\",\"7.96\",\"4.3\",\"\""
## [6609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"79\",\"1,136\",\"9,552\",\"8.27\",\"7\",\"\""
## [6610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"45\",\"1,090\",\"9,552\",\"4.71\",\"4.1\",\"\""
## [6611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"145\",\"1960\",\"9552\",\"15.18\",\"7.4\",\"\""
## [6612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"110\",\"2121\",\"9552\",\"11.52\",\"5.2\",\"\""
## [6613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"101\",\"33,759\",\"7,714\",\"13.09\",\"0.3\",\"\""
## [6614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"78\",\"28,937\",\"7,714\",\"10.11\",\"0.3\",\"\""
## [6615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"98\",\"32,281\",\"7,714\",\"12.7\",\"0.3\",\"\""
## [6616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"111\",\"39,383\",\"7,714\",\"14.39\",\"0.3\",\"\""
## [6617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"99\",\"43,441\",\"7,714\",\"12.83\",\"0.2\",\"\""
## [6618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"132\",\"40,654\",\"7,714\",\"17.11\",\"0.3\",\"\""
## [6619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"126\",\"31,759\",\"7,714\",\"16.33\",\"0.4\",\"\""
## [6620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"177\",\"37,843\",\"7,714\",\"22.95\",\"0.5\",\"\""
## [6621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"109\",\"17,223\",\"7,714\",\"14.13\",\"0.6\",\"\""
## [6622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"67\",\"7,055\",\"7,714\",\"8.69\",\"0.9\",\"\""
## [6623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36\",\"3,695\",\"7,714\",\"4.67\",\"1\",\"\""
## [6624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"43\",\"2,857\",\"7,714\",\"5.57\",\"1.5\",\"\""
## [6625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"50\",\"2831\",\"7714\",\"6.48\",\"1.8\",\"\""
## [6626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"74\",\"5210\",\"7714\",\"9.59\",\"1.4\",\"\""
## [6627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"61\",\"8,640\",\"11,631\",\"5.24\",\"0.7\",\"\""
## [6628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"56\",\"5,848\",\"11,631\",\"4.81\",\"1\",\"\""
## [6629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"75\",\"4,556\",\"11,631\",\"6.45\",\"1.6\",\"\""
## [6630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"48\",\"5,451\",\"11,631\",\"4.13\",\"0.9\",\"\""
## [6631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"46\",\"4,528\",\"11,631\",\"3.95\",\"1\",\"\""
## [6632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"27\",\"3,320\",\"11,631\",\"2.32\",\"0.8\",\"\""
## [6633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"54\",\"3,384\",\"11,631\",\"4.64\",\"1.6\",\"\""
## [6634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"130\",\"5,166\",\"11,631\",\"11.18\",\"2.5\",\"\""
## [6635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"89\",\"3,762\",\"11,631\",\"7.65\",\"2.4\",\"\""
## [6636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"69\",\"2,417\",\"11,631\",\"5.93\",\"2.9\",\"\""
## [6637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"35\",\"1,573\",\"11,631\",\"3.01\",\"2.2\",\"\""
## [6638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"38\",\"1,449\",\"11,631\",\"3.27\",\"2.6\",\"\""
## [6639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"55\",\"2231\",\"11631\",\"4.73\",\"2.5\",\"\""
## [6640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"78\",\"3910\",\"11631\",\"6.71\",\"2\",\"\""
## [6641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"171\",\"18,023\",\"8,592\",\"19.9\",\"0.9\",\"\""
## [6642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"209\",\"18,952\",\"8,592\",\"24.32\",\"1.1\",\"\""
## [6643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"201\",\"18,463\",\"8,592\",\"23.39\",\"1.1\",\"\""
## [6644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"143\",\"15,846\",\"8,592\",\"16.64\",\"0.9\",\"\""
## [6645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"172\",\"13,847\",\"8,592\",\"20.02\",\"1.2\",\"\""
## [6646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"151\",\"13,948\",\"8,592\",\"17.57\",\"1.1\",\"\""
## [6647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"127\",\"10,083\",\"8,592\",\"14.78\",\"1.3\",\"\""
## [6648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"149\",\"12,879\",\"8,592\",\"17.34\",\"1.2\",\"\""
## [6649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"77\",\"7,782\",\"8,592\",\"8.96\",\"1\",\"\""
## [6650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"67\",\"6,058\",\"8,592\",\"7.8\",\"1.1\",\"\""
## [6651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"95\",\"4,851\",\"8,592\",\"11.06\",\"2\",\"\""
## [6652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"177\",\"5,868\",\"8,592\",\"20.6\",\"3\",\"\""
## [6653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"280\",\"9436\",\"8592\",\"32.59\",\"3\",\"\""
## [6654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"339\",\"11295\",\"8592\",\"39.46\",\"3\",\"\""
## [6655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"172\",\"19,042\",\"15,519\",\"11.08\",\"0.9\",\"\""
## [6656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"308\",\"20,530\",\"15,519\",\"19.85\",\"1.5\",\"\""
## [6657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"372\",\"26,816\",\"15,519\",\"23.97\",\"1.4\",\"\""
## [6658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"408\",\"27,555\",\"15,519\",\"26.29\",\"1.5\",\"\""
## [6659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"334\",\"23,106\",\"15,519\",\"21.52\",\"1.4\",\"\""
## [6660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"181\",\"17,674\",\"15,519\",\"11.66\",\"1\",\"\""
## [6661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"239\",\"20,487\",\"15,519\",\"15.4\",\"1.2\",\"\""
## [6662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"263\",\"21,218\",\"15,519\",\"16.95\",\"1.2\",\"\""
## [6663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"122\",\"8,175\",\"15,519\",\"7.86\",\"1.5\",\"\""
## [6664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"76\",\"3,521\",\"15,519\",\"4.9\",\"2.2\",\"\""
## [6665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"79\",\"2,025\",\"15,519\",\"5.09\",\"3.9\",\"\""
## [6666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"55\",\"1,529\",\"15,519\",\"3.54\",\"3.6\",\"\""
## [6667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"124\",\"4681\",\"15519\",\"7.99\",\"2.6\",\"\""
## [6668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"220\",\"12403\",\"15519\",\"14.18\",\"1.8\",\"\""
## [6669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"55\",\"19,146\",\"4,271\",\"12.88\",\"0.3\",\"\""
## [6670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"55\",\"17,186\",\"4,271\",\"12.88\",\"0.3\",\"\""
## [6671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"40\",\"10,309\",\"4,271\",\"9.37\",\"0.4\",\"\""
## [6672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"26\",\"7,655\",\"4,271\",\"6.09\",\"0.3\",\"\""
## [6673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"56\",\"11,170\",\"4,271\",\"13.11\",\"0.5\",\"\""
## [6674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"58\",\"18,903\",\"4,271\",\"13.58\",\"0.3\",\"\""
## [6675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"61\",\"18,950\",\"4,271\",\"14.28\",\"0.3\",\"\""
## [6676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"73\",\"14,538\",\"4,271\",\"17.09\",\"0.5\",\"\""
## [6677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"20\",\"6,012\",\"4,271\",\"4.68\",\"0.3\",\"\""
## [6678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"3,847\",\"4,271\",\"5.62\",\"0.6\",\"\""
## [6679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"39\",\"3,563\",\"4,271\",\"9.13\",\"1.1\",\"\""
## [6680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"30\",\"2,601\",\"4,271\",\"7.02\",\"1.2\",\"\""
## [6681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"27\",\"3280\",\"4271\",\"6.32\",\"0.8\",\"\""
## [6682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"82\",\"5348\",\"4271\",\"19.2\",\"1.5\",\"\""
## [6683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"47\",\"4,059\",\"2,624\",\"17.91\",\"1.2\",\"\""
## [6684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"92\",\"5,373\",\"2,624\",\"35.06\",\"1.7\",\"\""
## [6685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"65\",\"5,978\",\"2,624\",\"24.77\",\"1.1\",\"\""
## [6686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"70\",\"4,262\",\"2,624\",\"26.68\",\"1.6\",\"\""
## [6687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"35\",\"3,356\",\"2,624\",\"13.34\",\"1\",\"\""
## [6688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"36\",\"3,310\",\"2,624\",\"13.72\",\"1.1\",\"\""
## [6689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"37\",\"3,570\",\"2,624\",\"14.1\",\"1\",\"\""
## [6690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"5,049\",\"2,624\",\"1.91\",\"0.1\",\"\""
## [6691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"114\",\"4,628\",\"2,624\",\"43.45\",\"2.5\",\"\""
## [6692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"53\",\"2,530\",\"2,624\",\"20.2\",\"2.1\",\"\""
## [6693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"78\",\"1,894\",\"2,624\",\"29.73\",\"4.1\",\"\""
## [6694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"44\",\"1,175\",\"2,624\",\"16.77\",\"3.7\",\"\""
## [6695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"21\",\"1735\",\"2624\",\"8\",\"1.2\",\"\""
## [6696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"2899\",\"2624\",\"8.77\",\"0.8\",\"\""
## [6697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"182\",\"13,970\",\"7,828\",\"23.25\",\"1.3\",\"\""
## [6698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"257\",\"18,016\",\"7,828\",\"32.83\",\"1.4\",\"\""
## [6699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"250\",\"17,079\",\"7,828\",\"31.94\",\"1.5\",\"\""
## [6700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"210\",\"13,672\",\"7,828\",\"26.83\",\"1.5\",\"\""
## [6701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"217\",\"13,478\",\"7,828\",\"27.72\",\"1.6\",\"\""
## [6702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"254\",\"15,863\",\"7,828\",\"32.45\",\"1.6\",\"\""
## [6703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"246\",\"18,140\",\"7,828\",\"31.43\",\"1.4\",\"\""
## [6704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"292\",\"14,399\",\"7,828\",\"37.3\",\"2\",\"\""
## [6705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"208\",\"10,029\",\"7,828\",\"26.57\",\"2.1\",\"\""
## [6706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"160\",\"5,738\",\"7,828\",\"20.44\",\"2.8\",\"\""
## [6707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"108\",\"3,980\",\"7,828\",\"13.8\",\"2.7\",\"\""
## [6708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"123\",\"4,561\",\"7,828\",\"15.71\",\"2.7\",\"\""
## [6709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"133\",\"5221\",\"7828\",\"16.99\",\"2.5\",\"\""
## [6710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"123\",\"5086\",\"7828\",\"15.71\",\"2.4\",\"\""
## [6711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"291\",\"14,988\",\"9,262\",\"31.42\",\"1.9\",\"\""
## [6712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"408\",\"25,703\",\"9,262\",\"44.05\",\"1.6\",\"\""
## [6713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"306\",\"18,311\",\"9,262\",\"33.04\",\"1.7\",\"\""
## [6714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"268\",\"18,289\",\"9,262\",\"28.94\",\"1.5\",\"\""
## [6715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"300\",\"20,745\",\"9,262\",\"32.39\",\"1.4\",\"\""
## [6716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"307\",\"26,625\",\"9,262\",\"33.15\",\"1.2\",\"\""
## [6717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"215\",\"23,451\",\"9,262\",\"23.21\",\"0.9\",\"\""
## [6718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"187\",\"16,444\",\"9,262\",\"20.19\",\"1.1\",\"\""
## [6719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"156\",\"11,396\",\"9,262\",\"16.84\",\"1.4\",\"\""
## [6720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"135\",\"7,660\",\"9,262\",\"14.58\",\"1.8\",\"\""
## [6721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"102\",\"6,059\",\"9,262\",\"11.01\",\"1.7\",\"\""
## [6722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"84\",\"4,856\",\"9,262\",\"9.07\",\"1.7\",\"\""
## [6723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"124\",\"5765\",\"9262\",\"13.39\",\"2.2\",\"\""
## [6724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"237\",\"7282\",\"9262\",\"25.59\",\"3.3\",\"\""
## [6725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"528\",\"25,880\",\"42,293\",\"12.48\",\"2\",\"\""
## [6726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"500\",\"25,330\",\"42,293\",\"11.82\",\"2\",\"\""
## [6727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"567\",\"27,330\",\"42,293\",\"13.41\",\"2.1\",\"\""
## [6728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"919\",\"39,733\",\"42,293\",\"21.73\",\"2.3\",\"\""
## [6729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,170\",\"40,215\",\"42,293\",\"27.66\",\"2.9\",\"\""
## [6730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"544\",\"23,604\",\"42,293\",\"12.86\",\"2.3\",\"\""
## [6731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"465\",\"21,472\",\"42,293\",\"10.99\",\"2.2\",\"\""
## [6732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"567\",\"20,760\",\"42,293\",\"13.41\",\"2.7\",\"\""
## [6733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"462\",\"16,476\",\"42,293\",\"10.92\",\"2.8\",\"\""
## [6734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"370\",\"10,464\",\"42,293\",\"8.75\",\"3.5\",\"\""
## [6735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"358\",\"8,208\",\"42,293\",\"8.46\",\"4.4\",\"\""
## [6736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"266\",\"5,466\",\"42,293\",\"6.29\",\"4.9\",\"\""
## [6737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"302\",\"6577\",\"42293\",\"7.14\",\"4.6\",\"\""
## [6738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"490\",\"10092\",\"42293\",\"11.59\",\"4.9\",\"\""
## [6739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"5,020\",\"2,173\",\"8.28\",\"0.4\",\"\""
## [6740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"3,821\",\"2,173\",\"13.81\",\"0.8\",\"\""
## [6741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"47\",\"5,586\",\"2,173\",\"21.63\",\"0.8\",\"\""
## [6742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"48\",\"7,974\",\"2,173\",\"22.09\",\"0.6\",\"\""
## [6743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"33\",\"5,086\",\"2,173\",\"15.19\",\"0.6\",\"\""
## [6744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"4,063\",\"2,173\",\"11.5\",\"0.6\",\"\""
## [6745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"5,639\",\"2,173\",\"11.5\",\"0.4\",\"\""
## [6746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"82\",\"4,783\",\"2,173\",\"37.74\",\"1.7\",\"\""
## [6747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"36\",\"3,054\",\"2,173\",\"16.57\",\"1.2\",\"\""
## [6748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"37\",\"3,235\",\"2,173\",\"17.03\",\"1.1\",\"\""
## [6749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"22\",\"1,908\",\"2,173\",\"10.12\",\"1.2\",\"\""
## [6750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"43\",\"1,725\",\"2,173\",\"19.79\",\"2.5\",\"\""
## [6751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"31\",\"1685\",\"2173\",\"14.27\",\"1.8\",\"\""
## [6752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"38\",\"1530\",\"2173\",\"17.49\",\"2.5\",\"\""
## [6753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"51\",\"11,652\",\"2,252\",\"22.65\",\"0.4\",\"\""
## [6754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"29\",\"10,428\",\"2,252\",\"12.88\",\"0.3\",\"\""
## [6755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"38\",\"12,043\",\"2,252\",\"16.87\",\"0.3\",\"\""
## [6756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"52\",\"11,775\",\"2,252\",\"23.09\",\"0.4\",\"\""
## [6757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"38\",\"10,609\",\"2,252\",\"16.87\",\"0.4\",\"\""
## [6758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"10,340\",\"2,252\",\"15.54\",\"0.3\",\"\""
## [6759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"32\",\"13,578\",\"2,252\",\"14.21\",\"0.2\",\"\""
## [6760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"80\",\"14,121\",\"2,252\",\"35.52\",\"0.6\",\"\""
## [6761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"37\",\"9,753\",\"2,252\",\"16.43\",\"0.4\",\"\""
## [6762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"48\",\"8,357\",\"2,252\",\"21.31\",\"0.6\",\"\""
## [6763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"53\",\"4,829\",\"2,252\",\"23.53\",\"1.1\",\"\""
## [6764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"53\",\"4,239\",\"2,252\",\"23.53\",\"1.3\",\"\""
## [6765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"49\",\"3727\",\"2252\",\"21.76\",\"1.3\",\"\""
## [6766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"43\",\"4245\",\"2252\",\"19.09\",\"1\",\"\""
## [6767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"756\",\"25,364\",\"55,557\",\"13.61\",\"3\",\"\""
## [6768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"621\",\"27,826\",\"55,557\",\"11.18\",\"2.2\",\"\""
## [6769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"504\",\"26,362\",\"55,557\",\"9.07\",\"1.9\",\"\""
## [6770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"376\",\"18,674\",\"55,557\",\"6.77\",\"2\",\"\""
## [6771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"425\",\"19,059\",\"55,557\",\"7.65\",\"2.2\",\"\""
## [6772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"882\",\"35,185\",\"55,557\",\"15.88\",\"2.5\",\"\""
## [6773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"646\",\"31,249\",\"55,557\",\"11.63\",\"2.1\",\"\""
## [6774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"494\",\"22,481\",\"55,557\",\"8.89\",\"2.2\",\"\""
## [6775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"364\",\"14,928\",\"55,557\",\"6.55\",\"2.4\",\"\""
## [6776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"768\",\"17,442\",\"55,557\",\"13.82\",\"4.4\",\"\""
## [6777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"701\",\"12,548\",\"55,557\",\"12.62\",\"5.6\",\"\""
## [6778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"646\",\"11,316\",\"55,557\",\"11.63\",\"5.7\",\"\""
## [6779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1063\",\"16576\",\"55557\",\"19.13\",\"6.4\",\"\""
## [6780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1241\",\"21918\",\"55557\",\"22.34\",\"5.7\",\"\""
## [6781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"384\",\"61,178\",\"24,685\",\"15.56\",\"0.6\",\"\""
## [6782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"263\",\"48,392\",\"24,685\",\"10.65\",\"0.5\",\"\""
## [6783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"322\",\"47,383\",\"24,685\",\"13.04\",\"0.7\",\"\""
## [6784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"275\",\"36,439\",\"24,685\",\"11.14\",\"0.8\",\"\""
## [6785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"201\",\"35,642\",\"24,685\",\"8.14\",\"0.6\",\"\""
## [6786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"236\",\"41,564\",\"24,685\",\"9.56\",\"0.6\",\"\""
## [6787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"198\",\"39,304\",\"24,685\",\"8.02\",\"0.5\",\"\""
## [6788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"150\",\"33,230\",\"24,685\",\"6.08\",\"0.5\",\"\""
## [6789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"93\",\"20,479\",\"24,685\",\"3.77\",\"0.5\",\"\""
## [6790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"117\",\"13,184\",\"24,685\",\"4.74\",\"0.9\",\"\""
## [6791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"89\",\"9,653\",\"24,685\",\"3.61\",\"0.9\",\"\""
## [6792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"80\",\"6,321\",\"24,685\",\"3.24\",\"1.3\",\"\""
## [6793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"107\",\"7353\",\"24685\",\"4.33\",\"1.5\",\"\""
## [6794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"285\",\"11830\",\"24685\",\"11.55\",\"2.4\",\"\""
## [6795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"45\",\"4,356\",\"3,136\",\"14.35\",\"1\",\"\""
## [6796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"4,178\",\"3,136\",\"8.29\",\"0.6\",\"\""
## [6797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"48\",\"4,952\",\"3,136\",\"15.31\",\"1\",\"\""
## [6798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"48\",\"5,726\",\"3,136\",\"15.31\",\"0.8\",\"\""
## [6799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"36\",\"5,465\",\"3,136\",\"11.48\",\"0.7\",\"\""
## [6800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"48\",\"4,653\",\"3,136\",\"15.31\",\"1\",\"\""
## [6801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"77\",\"5,844\",\"3,136\",\"24.55\",\"1.3\",\"\""
## [6802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"71\",\"6,322\",\"3,136\",\"22.64\",\"1.1\",\"\""
## [6803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"62\",\"3,072\",\"3,136\",\"19.77\",\"2\",\"\""
## [6804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"43\",\"2,405\",\"3,136\",\"13.71\",\"1.8\",\"\""
## [6805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"27\",\"1,488\",\"3,136\",\"8.61\",\"1.8\",\"\""
## [6806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"21\",\"940\",\"3,136\",\"6.7\",\"2.2\",\"\""
## [6807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"1142\",\"3136\",\"4.78\",\"1.3\",\"\""
## [6808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black African\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"1313\",\"3136\",\"4.78\",\"1.1\",\"\""
## [6809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"59,348\",\"932,065\",\"594,825\",\"99.77\",\"6.4\",\"\""
## [6810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"71,237\",\"1,125,647\",\"594,825\",\"119.76\",\"6.3\",\"\""
## [6811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"101,611\",\"1,409,802\",\"594,825\",\"170.83\",\"7.2\",\"\""
## [6812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"89,541\",\"1,284,197\",\"594,825\",\"150.53\",\"7\",\"\""
## [6813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"81,807\",\"1,220,198\",\"594,825\",\"137.53\",\"6.7\",\"\""
## [6814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"65,729\",\"1,121,123\",\"594,825\",\"110.5\",\"5.9\",\"\""
## [6815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"43,699\",\"954,314\",\"594,825\",\"73.47\",\"4.6\",\"\""
## [6816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"34,609\",\"841,399\",\"594,825\",\"58.18\",\"4.1\",\"\""
## [6817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"21,063\",\"498,721\",\"594,825\",\"35.41\",\"4.2\",\"\""
## [6818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,502\",\"342,086\",\"594,825\",\"31.1\",\"5.4\",\"\""
## [6819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"16,641\",\"266,308\",\"594,825\",\"27.98\",\"6.2\",\"\""
## [6820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"15,524\",\"243,589\",\"594,825\",\"26.1\",\"6.4\",\"\""
## [6821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18182\",\"316353\",\"594825\",\"30.57\",\"5.7\",\"\""
## [6822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"22065\",\"461837\",\"594825\",\"37.09\",\"4.8\",\"\""
## [6823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"57406\",\"886657\",\"577,058\",\"99.48\",\"6.5\",\"\""
## [6824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"69440\",\"1075609\",\"577,058\",\"120.33\",\"6.5\",\"\""
## [6825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"99555\",\"1357473\",\"577,058\",\"172.52\",\"7.3\",\"\""
## [6826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"87998\",\"1242635\",\"577,058\",\"152.49\",\"7.1\",\"\""
## [6827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"80505\",\"1171286\",\"577,058\",\"139.51\",\"6.9\",\"\""
## [6828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"64627\",\"1070599\",\"577,058\",\"111.99\",\"6\",\"\""
## [6829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"42998\",\"921346\",\"577,058\",\"74.51\",\"4.7\",\"\""
## [6830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"33960\",\"814587\",\"577,058\",\"58.85\",\"4.2\",\"\""
## [6831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"20721\",\"485097\",\"577,058\",\"35.91\",\"4.3\",\"\""
## [6832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18388\",\"337325\",\"577,058\",\"31.87\",\"5.5\",\"\""
## [6833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"16564\",\"263806\",\"577,058\",\"28.7\",\"6.3\",\"\""
## [6834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"15448\",\"241285\",\"577,058\",\"26.77\",\"6.4\",\"\""
## [6835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18018\",\"312139\",\"577,058\",\"31.22\",\"5.8\",\"\""
## [6836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"21935\",\"459468\",\"577058\",\"38.01\",\"4.8\",\"\""
## [6837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"91,203\",\"1,323,681\",\"594,825\",\"153.33\",\"6.9\",\"\""
## [6838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"82,911\",\"1,237,719\",\"594,825\",\"139.39\",\"6.7\",\"\""
## [6839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"66,337\",\"1,131,675\",\"594,825\",\"111.52\",\"5.9\",\"\""
## [6840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"44,142\",\"963,449\",\"594,825\",\"74.21\",\"4.6\",\"\""
## [6841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"35,247\",\"852,465\",\"594,825\",\"59.26\",\"4.1\",\"\""
## [6842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"21,343\",\"504,446\",\"594,825\",\"35.88\",\"4.2\",\"\""
## [6843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18,657\",\"345,087\",\"594,825\",\"31.37\",\"5.4\",\"\""
## [6844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"16,760\",\"268,447\",\"594,825\",\"28.18\",\"6.2\",\"\""
## [6845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15,674\",\"245,749\",\"594,825\",\"26.35\",\"6.4\",\"\""
## [6846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18526\",\"320808\",\"594825\",\"31.15\",\"5.8\",\"\""
## [6847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"22591\",\"468431\",\"594825\",\"37.98\",\"4.8\",\"\""
## [6848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [6851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"89,660\",\"1282119\",\"577058\",\"155.37\",\"7\",\"\""
## [6852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"81,609\",\"1188807\",\"577058\",\"141.42\",\"6.9\",\"\""
## [6853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"65,235\",\"1081151\",\"577058\",\"113.05\",\"6\",\"\""
## [6854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"43,441\",\"930481\",\"577058\",\"75.28\",\"4.7\",\"\""
## [6855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"34,598\",\"825653\",\"577058\",\"59.96\",\"4.2\",\"\""
## [6856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"21,001\",\"490822\",\"577058\",\"36.39\",\"4.3\",\"\""
## [6857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18,543\",\"340326\",\"577058\",\"32.13\",\"5.4\",\"\""
## [6858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"16,683\",\"265945\",\"577058\",\"28.91\",\"6.3\",\"\""
## [6859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"15,598\",\"243445\",\"577058\",\"27.03\",\"6.4\",\"\""
## [6860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18,362\",\"316594\",\"577058\",\"31.82\",\"5.8\",\"\""
## [6861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"22461\",\"466062\",\"577058\",\"38.92\",\"4.8\",\"\""
## [6862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"333\",\"9,050\",\"8,858\",\"37.59\",\"3.7\",\"\""
## [6863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"315\",\"8,722\",\"8,858\",\"35.56\",\"3.6\",\"\""
## [6864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"644\",\"12,772\",\"8,858\",\"72.7\",\"5\",\"\""
## [6865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"410\",\"12,983\",\"8,858\",\"46.29\",\"3.2\",\"\""
## [6866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"496\",\"14,940\",\"8,858\",\"55.99\",\"3.3\",\"\""
## [6867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"503\",\"20,911\",\"8,858\",\"56.78\",\"2.4\",\"\""
## [6868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"688\",\"29,588\",\"8,858\",\"77.67\",\"2.3\",\"\""
## [6869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"572\",\"23,728\",\"8,858\",\"64.57\",\"2.4\",\"\""
## [6870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"283\",\"9,973\",\"8,858\",\"31.95\",\"2.8\",\"\""
## [6871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"170\",\"4,929\",\"8,858\",\"19.19\",\"3.4\",\"\""
## [6872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"157\",\"4,723\",\"8,858\",\"17.72\",\"3.3\",\"\""
## [6873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"213\",\"4,734\",\"8,858\",\"24.05\",\"4.5\",\"\""
## [6874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"201\",\"4589\",\"8858\",\"22.69\",\"4.4\",\"\""
## [6875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"258\",\"6013\",\"8858\",\"29.13\",\"4.3\",\"\""
## [6876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"340\",\"4,279\",\"12,250\",\"27.76\",\"7.9\",\"\""
## [6877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"313\",\"4,614\",\"12,250\",\"25.55\",\"6.8\",\"\""
## [6878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"740\",\"8,076\",\"12,250\",\"60.41\",\"9.2\",\"\""
## [6879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"505\",\"6,908\",\"12,250\",\"41.22\",\"7.3\",\"\""
## [6880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"619\",\"8,856\",\"12,250\",\"50.53\",\"7\",\"\""
## [6881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"414\",\"6,886\",\"12,250\",\"33.8\",\"6\",\"\""
## [6882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"434\",\"7,365\",\"12,250\",\"35.43\",\"5.9\",\"\""
## [6883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"318\",\"5,515\",\"12,250\",\"25.96\",\"5.8\",\"\""
## [6884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"132\",\"2,476\",\"12,250\",\"10.78\",\"5.3\",\"\""
## [6885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"110\",\"1,891\",\"12,250\",\"8.98\",\"5.8\",\"\""
## [6886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"78\",\"1,373\",\"12,250\",\"6.37\",\"5.7\",\"\""
## [6887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"89\",\"1,244\",\"12,250\",\"7.27\",\"7.2\",\"\""
## [6888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"62\",\"1631\",\"12250\",\"5.06\",\"3.8\",\"\""
## [6889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"83\",\"2564\",\"12250\",\"6.78\",\"3.2\",\"\""
## [6890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,662\",\"39,484\",\"N/A\",\"N/A\",\"4.2\",\"\""
## [6891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,104\",\"17,521\",\"N/A\",\"N/A\",\"6.3\",\"\""
## [6892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"608\",\"10,552\",\"N/A\",\"N/A\",\"5.8\",\"\""
## [6893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"443\",\"9,135\",\"N/A\",\"N/A\",\"4.8\",\"\""
## [6894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"638\",\"11,066\",\"N/A\",\"N/A\",\"5.8\",\"\""
## [6895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"280\",\"5,725\",\"N/A\",\"N/A\",\"4.9\",\"\""
## [6896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"155\",\"3,001\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [6897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"119\",\"2,139\",\"N/A\",\"N/A\",\"5.6\",\"\""
## [6898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"150\",\"2,160\",\"N/A\",\"N/A\",\"6.9\",\"\""
## [6899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"344\",\"4455\",\"N/A\",\"N/A\",\"7.7\",\"\""
## [6900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"526\",\"6594\",\"N/A\",\"N/A\",\"8\",\"\""
## [6901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"154\",\"8,582\",\"2,821\",\"54.59\",\"1.8\",\"\""
## [6902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"148\",\"9,811\",\"2,821\",\"52.46\",\"1.5\",\"\""
## [6903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"63\",\"5,286\",\"2,821\",\"22.33\",\"1.2\",\"\""
## [6904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"52\",\"6,070\",\"2,821\",\"18.43\",\"0.9\",\"\""
## [6905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"155\",\"13,145\",\"2,821\",\"54.95\",\"1.2\",\"\""
## [6906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"170\",\"16,900\",\"2,821\",\"60.26\",\"1\",\"\""
## [6907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"161\",\"16,169\",\"2,821\",\"57.07\",\"1\",\"\""
## [6908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"159\",\"12,292\",\"2,821\",\"56.36\",\"1.3\",\"\""
## [6909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"89\",\"5,715\",\"2,821\",\"31.55\",\"1.6\",\"\""
## [6910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"53\",\"2,836\",\"2,821\",\"18.79\",\"1.9\",\"\""
## [6911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"24\",\"1,084\",\"2,821\",\"8.51\",\"2.2\",\"\""
## [6912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11\",\"775\",\"2,821\",\"3.9\",\"1.4\",\"\""
## [6913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"19\",\"1363\",\"2821\",\"6.74\",\"1.4\",\"\""
## [6914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"23\",\"2018\",\"2821\",\"8.15\",\"1.1\",\"\""
## [6915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"24\",\"6,390\",\"1,055\",\"22.75\",\"0.4\",\"\""
## [6916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"5,547\",\"1,055\",\"14.22\",\"0.3\",\"\""
## [6917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"26\",\"4,976\",\"1,055\",\"24.64\",\"0.5\",\"\""
## [6918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"5,193\",\"1,055\",\"15.17\",\"0.3\",\"\""
## [6919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"17\",\"6,002\",\"1,055\",\"16.11\",\"0.3\",\"\""
## [6920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"31\",\"7,787\",\"1,055\",\"29.38\",\"0.4\",\"\""
## [6921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"4,934\",\"1,055\",\"18.96\",\"0.4\",\"\""
## [6922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"33\",\"6,541\",\"1,055\",\"31.28\",\"0.5\",\"\""
## [6923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"35\",\"9,203\",\"1,055\",\"33.18\",\"0.4\",\"\""
## [6924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"3,839\",\"1,055\",\"15.17\",\"0.4\",\"\""
## [6925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"2,004\",\"1,055\",\"4.74\",\"0.2\",\"\""
## [6926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"1,889\",\"1,055\",\"12.32\",\"0.7\",\"\""
## [6927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"12\",\"2104\",\"1055\",\"11.37\",\"0.6\",\"\""
## [6928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"3352\",\"1055\",\"9.48\",\"0.3\",\"\""
## [6929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"41\",\"11,453\",\"246\",\"166.67\",\"0.4\",\"\""
## [6930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"31\",\"15,573\",\"246\",\"126.02\",\"0.2\",\"\""
## [6931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"38\",\"17,357\",\"246\",\"154.47\",\"0.2\",\"\""
## [6932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"53\",\"24,197\",\"246\",\"215.45\",\"0.2\",\"\""
## [6933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"75\",\"29,911\",\"246\",\"304.88\",\"0.3\",\"\""
## [6934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"65\",\"30,424\",\"246\",\"264.23\",\"0.2\",\"\""
## [6935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"68\",\"31,104\",\"246\",\"276.42\",\"0.2\",\"\""
## [6936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"45\",\"24,616\",\"246\",\"182.93\",\"0.2\",\"\""
## [6937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16\",\"9,281\",\"246\",\"65.04\",\"0.2\",\"\""
## [6938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"9\",\"2,717\",\"246\",\"36.59\",\"0.3\",\"\""
## [6939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"4\",\"943\",\"246\",\"16.26\",\"0.4\",\"\""
## [6940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"804\",\"246\",\"4.07\",\"0.1\",\"\""
## [6941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2\",\"794\",\"246\",\"8.13\",\"0.3\",\"\""
## [6942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"4\",\"1729\",\"246\",\"16.26\",\"0.2\",\"\""
## [6943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"8,071\",\"141\",\"35.46\",\"0.1\",\"\""
## [6944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"8,849\",\"141\",\"21.28\",\"0\",\"\""
## [6945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"8,588\",\"141\",\"14.18\",\"0\",\"\""
## [6946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"10,365\",\"141\",\"42.55\",\"0.1\",\"\""
## [6947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"10,183\",\"141\",\"85.11\",\"0.1\",\"\""
## [6948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"13,685\",\"141\",\"78.01\",\"0.1\",\"\""
## [6949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"12,251\",\"141\",\"42.55\",\"0\",\"\""
## [6950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"9,616\",\"141\",\"85.11\",\"0.1\",\"\""
## [6951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"5,622\",\"141\",\"7.09\",\"0\",\"\""
## [6952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"3,490\",\"141\",\"56.74\",\"0.2\",\"\""
## [6953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"1,755\",\"141\",\"49.65\",\"0.4\",\"\""
## [6954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1,366\",\"141\",\"35.46\",\"0.4\",\"\""
## [6955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"1558\",\"141\",\"49.65\",\"0.4\",\"\""
## [6956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"1867\",\"141\",\"28.37\",\"0.2\",\"\""
## [6957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"162\",\"8,368\",\"4,558\",\"35.54\",\"1.9\",\"\""
## [6958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"148\",\"7,999\",\"4,558\",\"32.47\",\"1.9\",\"\""
## [6959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"143\",\"7,695\",\"4,558\",\"31.37\",\"1.9\",\"\""
## [6960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"169\",\"8,411\",\"4,558\",\"37.08\",\"2\",\"\""
## [6961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"212\",\"11,336\",\"4,558\",\"46.51\",\"1.9\",\"\""
## [6962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"270\",\"14,875\",\"4,558\",\"59.24\",\"1.8\",\"\""
## [6963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"178\",\"12,377\",\"4,558\",\"39.05\",\"1.4\",\"\""
## [6964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"76\",\"6,211\",\"4,558\",\"16.67\",\"1.2\",\"\""
## [6965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"82\",\"5,291\",\"4,558\",\"17.99\",\"1.5\",\"\""
## [6966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"71\",\"3,534\",\"4,558\",\"15.58\",\"2\",\"\""
## [6967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"50\",\"1,724\",\"4,558\",\"10.97\",\"2.9\",\"\""
## [6968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"41\",\"1,084\",\"4,558\",\"9\",\"3.8\",\"\""
## [6969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"76\",\"1431\",\"4558\",\"16.67\",\"5.3\",\"\""
## [6970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"46\",\"1517\",\"4558\",\"10.09\",\"3\",\"\""
## [6971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"102\",\"24,411\",\"1,206\",\"84.58\",\"0.4\",\"\""
## [6972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"96\",\"20,731\",\"1,206\",\"79.6\",\"0.5\",\"\""
## [6973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"88\",\"21,875\",\"1,206\",\"72.97\",\"0.4\",\"\""
## [6974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"103\",\"22,967\",\"1,206\",\"85.41\",\"0.4\",\"\""
## [6975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"72\",\"19,460\",\"1,206\",\"59.7\",\"0.4\",\"\""
## [6976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"86\",\"16,876\",\"1,206\",\"71.31\",\"0.5\",\"\""
## [6977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"73\",\"13,107\",\"1,206\",\"60.53\",\"0.6\",\"\""
## [6978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"67\",\"13,125\",\"1,206\",\"55.56\",\"0.5\",\"\""
## [6979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"43\",\"8,010\",\"1,206\",\"35.66\",\"0.5\",\"\""
## [6980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"29\",\"5,802\",\"1,206\",\"24.05\",\"0.5\",\"\""
## [6981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"40\",\"4,744\",\"1,206\",\"33.17\",\"0.8\",\"\""
## [6982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"20\",\"4,445\",\"1,206\",\"16.58\",\"0.4\",\"\""
## [6983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"28\",\"4088\",\"1206\",\"23.22\",\"0.7\",\"\""
## [6984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"22\",\"4396\",\"1206\",\"18.24\",\"0.5\",\"\""
## [6985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"147\",\"6,543\",\"794\",\"185.14\",\"2.2\",\"\""
## [6986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"210\",\"7,786\",\"794\",\"264.48\",\"2.7\",\"\""
## [6987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"148\",\"6,426\",\"794\",\"186.4\",\"2.3\",\"\""
## [6988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"172\",\"6,561\",\"794\",\"216.62\",\"2.6\",\"\""
## [6989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"152\",\"6,728\",\"794\",\"191.44\",\"2.3\",\"\""
## [6990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"122\",\"6,924\",\"794\",\"153.65\",\"1.8\",\"\""
## [6991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"140\",\"7,549\",\"794\",\"176.32\",\"1.9\",\"\""
## [6992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"212\",\"8,329\",\"794\",\"267\",\"2.5\",\"\""
## [6993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"171\",\"6,985\",\"794\",\"215.37\",\"2.4\",\"\""
## [6994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"151\",\"4,278\",\"794\",\"190.18\",\"3.5\",\"\""
## [6995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"86\",\"2,895\",\"794\",\"108.31\",\"3\",\"\""
## [6996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"48\",\"2,117\",\"794\",\"60.45\",\"2.3\",\"\""
## [6997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"74\",\"2071\",\"794\",\"93.2\",\"3.6\",\"\""
## [6998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"50\",\"1770\",\"794\",\"62.97\",\"2.8\",\"\""
## [6999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"8,302\",\"263\",\"26.62\",\"0.1\",\"\""
## [7000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"7,950\",\"263\",\"3.8\",\"0\",\"\""
## [7001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"5,249\",\"263\",\"22.81\",\"0.1\",\"\""
## [7002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,835\",\"263\",\"15.21\",\"0.1\",\"\""
## [7003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"4,902\",\"263\",\"15.21\",\"0.1\",\"\""
## [7004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,272\",\"263\",\"3.8\",\"0\",\"\""
## [7005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"8,528\",\"263\",\"19.01\",\"0.1\",\"\""
## [7006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"12,058\",\"263\",\"3.8\",\"0\",\"\""
## [7007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"8,189\",\"263\",\"7.6\",\"0\",\"\""
## [7008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"4,433\",\"263\",\"15.21\",\"0.1\",\"\""
## [7009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1,705\",\"263\",\"-\",\"0\",\"\""
## [7010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,455\",\"263\",\"3.8\",\"0.1\",\"\""
## [7011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1711\",\"263\",\"7.6\",\"0.1\",\"\""
## [7012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"1955\",\"263\",\"22.81\",\"0.3\",\"\""
## [7013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12\",\"8,384\",\"315\",\"38.1\",\"0.1\",\"\""
## [7014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"7,049\",\"315\",\"25.4\",\"0.1\",\"\""
## [7015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"10,141\",\"315\",\"44.44\",\"0.1\",\"\""
## [7016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"26\",\"12,048\",\"315\",\"82.54\",\"0.2\",\"\""
## [7017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"25\",\"14,203\",\"315\",\"79.37\",\"0.2\",\"\""
## [7018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"12,957\",\"315\",\"76.19\",\"0.2\",\"\""
## [7019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"31\",\"13,125\",\"315\",\"98.41\",\"0.2\",\"\""
## [7020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"41\",\"8,988\",\"315\",\"130.16\",\"0.5\",\"\""
## [7021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"20\",\"5,156\",\"315\",\"63.49\",\"0.4\",\"\""
## [7022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"3,632\",\"315\",\"28.57\",\"0.2\",\"\""
## [7023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2,292\",\"315\",\"15.87\",\"0.2\",\"\""
## [7024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"2,007\",\"315\",\"12.7\",\"0.2\",\"\""
## [7025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"2648\",\"315\",\"50.79\",\"0.6\",\"\""
## [7026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"2929\",\"315\",\"28.57\",\"0.3\",\"\""
## [7027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"207\",\"9,604\",\"6,416\",\"32.26\",\"2.2\",\"\""
## [7028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"272\",\"13,588\",\"6,416\",\"42.39\",\"2\",\"\""
## [7029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"199\",\"12,318\",\"6,416\",\"31.02\",\"1.6\",\"\""
## [7030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"205\",\"9,359\",\"6,416\",\"31.95\",\"2.2\",\"\""
## [7031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"121\",\"5,803\",\"6,416\",\"18.86\",\"2.1\",\"\""
## [7032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"93\",\"3,629\",\"6,416\",\"14.5\",\"2.6\",\"\""
## [7033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"88\",\"4,326\",\"6,416\",\"13.72\",\"2\",\"\""
## [7034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"183\",\"8,726\",\"6,416\",\"28.52\",\"2.1\",\"\""
## [7035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"151\",\"4,835\",\"6,416\",\"23.53\",\"3.1\",\"\""
## [7036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"77\",\"2,200\",\"6,416\",\"12\",\"3.5\",\"\""
## [7037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"107\",\"3,148\",\"6,416\",\"16.68\",\"3.4\",\"\""
## [7038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"90\",\"3,004\",\"6,416\",\"14.03\",\"3\",\"\""
## [7039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"182\",\"7452\",\"6416\",\"28.37\",\"2.4\",\"\""
## [7040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"354\",\"17256\",\"6416\",\"55.17\",\"2.1\",\"\""
## [7041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"111\",\"4,837\",\"2,313\",\"47.99\",\"2.3\",\"\""
## [7042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"91\",\"5,554\",\"2,313\",\"39.34\",\"1.6\",\"\""
## [7043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"151\",\"6,227\",\"2,313\",\"65.28\",\"2.4\",\"\""
## [7044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"142\",\"5,464\",\"2,313\",\"61.39\",\"2.6\",\"\""
## [7045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"116\",\"4,447\",\"2,313\",\"50.15\",\"2.6\",\"\""
## [7046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"195\",\"5,062\",\"2,313\",\"84.31\",\"3.9\",\"\""
## [7047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"142\",\"4,701\",\"2,313\",\"61.39\",\"3\",\"\""
## [7048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"113\",\"4,445\",\"2,313\",\"48.85\",\"2.5\",\"\""
## [7049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"69\",\"2,667\",\"2,313\",\"29.83\",\"2.6\",\"\""
## [7050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"56\",\"2,018\",\"2,313\",\"24.21\",\"2.8\",\"\""
## [7051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"70\",\"1,720\",\"2,313\",\"30.26\",\"4.1\",\"\""
## [7052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"87\",\"1,659\",\"2,313\",\"37.61\",\"5.2\",\"\""
## [7053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"60\",\"1765\",\"2313\",\"25.94\",\"3.4\",\"\""
## [7054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"52\",\"2101\",\"2313\",\"22.48\",\"2.5\",\"\""
## [7055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,942\",\"45,408\",\"17,767\",\"109.3\",\"4.3\",\"\""
## [7056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,797\",\"50,038\",\"17,767\",\"101.14\",\"3.6\",\"\""
## [7057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,056\",\"52,329\",\"17,767\",\"115.72\",\"3.9\",\"\""
## [7058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,543\",\"41,562\",\"17,767\",\"86.85\",\"3.7\",\"\""
## [7059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,302\",\"48,912\",\"17,767\",\"73.28\",\"2.7\",\"\""
## [7060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,102\",\"50,524\",\"17,767\",\"62.03\",\"2.2\",\"\""
## [7061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"701\",\"32,968\",\"17,767\",\"39.46\",\"2.1\",\"\""
## [7062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"649\",\"26,812\",\"17,767\",\"36.53\",\"2.4\",\"\""
## [7063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"342\",\"13,624\",\"17,767\",\"19.25\",\"2.5\",\"\""
## [7064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"114\",\"4,761\",\"17,767\",\"6.42\",\"2.4\",\"\""
## [7065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"77\",\"2,502\",\"17,767\",\"4.33\",\"3.1\",\"\""
## [7066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"76\",\"2,304\",\"17,767\",\"4.28\",\"3.3\",\"\""
## [7067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"164\",\"4214\",\"17767\",\"9.23\",\"3.9\",\"\""
## [7068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"130\",\"2369\",\"17767\",\"7.32\",\"5.5\",\"\""
## [7069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"96\",\"5,627\",\"1,060\",\"90.57\",\"1.7\",\"\""
## [7070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"63\",\"7,275\",\"1,060\",\"59.43\",\"0.9\",\"\""
## [7071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"72\",\"6,859\",\"1,060\",\"67.92\",\"1\",\"\""
## [7072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"109\",\"9,022\",\"1,060\",\"102.83\",\"1.2\",\"\""
## [7073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"73\",\"8,018\",\"1,060\",\"68.87\",\"0.9\",\"\""
## [7074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"66\",\"7,188\",\"1,060\",\"62.26\",\"0.9\",\"\""
## [7075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"39\",\"8,875\",\"1,060\",\"36.79\",\"0.4\",\"\""
## [7076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"3,947\",\"1,060\",\"14.15\",\"0.4\",\"\""
## [7077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"28\",\"2,086\",\"1,060\",\"26.42\",\"1.3\",\"\""
## [7078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,092\",\"1,060\",\"3.77\",\"0.4\",\"\""
## [7079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"1,310\",\"1,060\",\"9.43\",\"0.8\",\"\""
## [7080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1\",\"667\",\"1,060\",\"0.94\",\"0.1\",\"\""
## [7081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"24\",\"1850\",\"1060\",\"22.64\",\"1.3\",\"\""
## [7082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"42\",\"2592\",\"1060\",\"39.62\",\"1.6\",\"\""
## [7083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"361\",\"23,137\",\"3,967\",\"91\",\"1.6\",\"\""
## [7084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"507\",\"24,400\",\"3,967\",\"127.8\",\"2.1\",\"\""
## [7085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"451\",\"25,589\",\"3,967\",\"113.69\",\"1.8\",\"\""
## [7086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"431\",\"21,096\",\"3,967\",\"108.65\",\"2\",\"\""
## [7087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"360\",\"26,013\",\"3,967\",\"90.75\",\"1.4\",\"\""
## [7088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"394\",\"31,212\",\"3,967\",\"99.32\",\"1.3\",\"\""
## [7089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"404\",\"30,422\",\"3,967\",\"101.84\",\"1.3\",\"\""
## [7090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"394\",\"27,917\",\"3,967\",\"99.32\",\"1.4\",\"\""
## [7091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"279\",\"17,375\",\"3,967\",\"70.33\",\"1.6\",\"\""
## [7092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"221\",\"10,238\",\"3,967\",\"55.71\",\"2.2\",\"\""
## [7093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"194\",\"7,762\",\"3,967\",\"48.9\",\"2.5\",\"\""
## [7094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"187\",\"7,207\",\"3,967\",\"47.14\",\"2.6\",\"\""
## [7095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"173\",\"7072\",\"3967\",\"43.61\",\"2.4\",\"\""
## [7096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"164\",\"7952\",\"3967\",\"41.34\",\"2.1\",\"\""
## [7097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"361\",\"10,276\",\"8,713\",\"41.43\",\"3.5\",\"\""
## [7098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"481\",\"11,788\",\"8,713\",\"55.2\",\"4.1\",\"\""
## [7099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"626\",\"18,796\",\"8,713\",\"71.85\",\"3.3\",\"\""
## [7100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"442\",\"12,847\",\"8,713\",\"50.73\",\"3.4\",\"\""
## [7101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"284\",\"10,450\",\"8,713\",\"32.59\",\"2.7\",\"\""
## [7102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"274\",\"9,329\",\"8,713\",\"31.45\",\"2.9\",\"\""
## [7103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"376\",\"14,876\",\"8,713\",\"43.15\",\"2.5\",\"\""
## [7104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"689\",\"22,302\",\"8,713\",\"79.08\",\"3.1\",\"\""
## [7105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"384\",\"10,429\",\"8,713\",\"44.07\",\"3.7\",\"\""
## [7106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"254\",\"7,162\",\"8,713\",\"29.15\",\"3.5\",\"\""
## [7107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"261\",\"6,420\",\"8,713\",\"29.96\",\"4.1\",\"\""
## [7108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"225\",\"5,755\",\"8,713\",\"25.82\",\"3.9\",\"\""
## [7109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"154\",\"5601\",\"8713\",\"17.67\",\"2.7\",\"\""
## [7110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"169\",\"6359\",\"8713\",\"19.4\",\"2.7\",\"\""
## [7111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"35\",\"9,856\",\"546\",\"64.1\",\"0.4\",\"\""
## [7112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"28\",\"11,689\",\"546\",\"51.28\",\"0.2\",\"\""
## [7113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"43\",\"11,077\",\"546\",\"78.75\",\"0.4\",\"\""
## [7114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"9,485\",\"546\",\"34.8\",\"0.2\",\"\""
## [7115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"24\",\"8,907\",\"546\",\"43.96\",\"0.3\",\"\""
## [7116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"10,363\",\"546\",\"32.97\",\"0.2\",\"\""
## [7117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"10,317\",\"546\",\"14.65\",\"0.1\",\"\""
## [7118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"14\",\"6,512\",\"546\",\"25.64\",\"0.2\",\"\""
## [7119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"3,154\",\"546\",\"3.66\",\"0.1\",\"\""
## [7120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"739\",\"546\",\"5.49\",\"0.4\",\"\""
## [7121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"716\",\"546\",\"7.33\",\"0.6\",\"\""
## [7122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"1,011\",\"546\",\"1.83\",\"0.1\",\"\""
## [7123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"1278\",\"546\",\"9.16\",\"0.4\",\"\""
## [7124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"2548\",\"546\",\"5.49\",\"0.1\",\"\""
## [7125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"228\",\"13,888\",\"4,721\",\"48.29\",\"1.6\",\"\""
## [7126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"301\",\"15,487\",\"4,721\",\"63.76\",\"1.9\",\"\""
## [7127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"307\",\"17,225\",\"4,721\",\"65.03\",\"1.8\",\"\""
## [7128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"225\",\"14,764\",\"4,721\",\"47.66\",\"1.5\",\"\""
## [7129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"169\",\"11,595\",\"4,721\",\"35.8\",\"1.5\",\"\""
## [7130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"161\",\"8,144\",\"4,721\",\"34.1\",\"2\",\"\""
## [7131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"123\",\"7,996\",\"4,721\",\"26.05\",\"1.5\",\"\""
## [7132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"184\",\"8,969\",\"4,721\",\"38.97\",\"2.1\",\"\""
## [7133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"283\",\"8,989\",\"4,721\",\"59.94\",\"3.1\",\"\""
## [7134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"174\",\"6,845\",\"4,721\",\"36.86\",\"2.5\",\"\""
## [7135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"204\",\"6,328\",\"4,721\",\"43.21\",\"3.2\",\"\""
## [7136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"216\",\"5,830\",\"4,721\",\"45.75\",\"3.7\",\"\""
## [7137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"185\",\"5404\",\"4721\",\"39.19\",\"3.4\",\"\""
## [7138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"179\",\"8789\",\"4721\",\"37.92\",\"2\",\"\""
## [7139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"104\",\"17,874\",\"2,102\",\"49.48\",\"0.6\",\"\""
## [7140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"170\",\"22,878\",\"2,102\",\"80.88\",\"0.7\",\"\""
## [7141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"133\",\"22,899\",\"2,102\",\"63.27\",\"0.6\",\"\""
## [7142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"160\",\"26,384\",\"2,102\",\"76.12\",\"0.6\",\"\""
## [7143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"90\",\"26,255\",\"2,102\",\"42.82\",\"0.3\",\"\""
## [7144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"81\",\"20,851\",\"2,102\",\"38.53\",\"0.4\",\"\""
## [7145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"35\",\"18,152\",\"2,102\",\"16.65\",\"0.2\",\"\""
## [7146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"15,748\",\"2,102\",\"11.42\",\"0.2\",\"\""
## [7147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"7,723\",\"2,102\",\"11.42\",\"0.3\",\"\""
## [7148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"20\",\"5,472\",\"2,102\",\"9.51\",\"0.4\",\"\""
## [7149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"7\",\"3,074\",\"2,102\",\"3.33\",\"0.2\",\"\""
## [7150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"6\",\"2,807\",\"2,102\",\"2.85\",\"0.2\",\"\""
## [7151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"10\",\"3825\",\"2102\",\"4.76\",\"0.3\",\"\""
## [7152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"27\",\"7163\",\"2102\",\"12.84\",\"0.4\",\"\""
## [7153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"631\",\"19,364\",\"6,276\",\"100.54\",\"3.3\",\"\""
## [7154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"707\",\"20,890\",\"6,276\",\"112.65\",\"3.4\",\"\""
## [7155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"704\",\"19,250\",\"6,276\",\"112.17\",\"3.7\",\"\""
## [7156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"724\",\"23,349\",\"6,276\",\"115.36\",\"3.1\",\"\""
## [7157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"764\",\"22,386\",\"6,276\",\"121.73\",\"3.4\",\"\""
## [7158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"374\",\"10,091\",\"6,276\",\"59.59\",\"3.7\",\"\""
## [7159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"133\",\"5,831\",\"6,276\",\"21.19\",\"2.3\",\"\""
## [7160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"124\",\"4,376\",\"6,276\",\"19.76\",\"2.8\",\"\""
## [7161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"100\",\"3,129\",\"6,276\",\"15.93\",\"3.2\",\"\""
## [7162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"43\",\"1,719\",\"6,276\",\"6.85\",\"2.5\",\"\""
## [7163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"32\",\"1,342\",\"6,276\",\"5.1\",\"2.4\",\"\""
## [7164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"41\",\"1,465\",\"6,276\",\"6.53\",\"2.8\",\"\""
## [7165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"77\",\"2685\",\"6276\",\"12.27\",\"2.9\",\"\""
## [7166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"115\",\"3384\",\"6276\",\"18.32\",\"3.4\",\"\""
## [7167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"14\",\"8,609\",\"661\",\"21.18\",\"0.2\",\"\""
## [7168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"34\",\"11,818\",\"661\",\"51.44\",\"0.3\",\"\""
## [7169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"43\",\"13,353\",\"661\",\"65.05\",\"0.3\",\"\""
## [7170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"28\",\"10,521\",\"661\",\"42.36\",\"0.3\",\"\""
## [7171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"18\",\"9,651\",\"661\",\"27.23\",\"0.2\",\"\""
## [7172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"6,343\",\"661\",\"40.85\",\"0.4\",\"\""
## [7173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"30\",\"6,999\",\"661\",\"45.39\",\"0.4\",\"\""
## [7174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"38\",\"8,942\",\"661\",\"57.49\",\"0.4\",\"\""
## [7175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"5,881\",\"661\",\"31.77\",\"0.4\",\"\""
## [7176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"3,812\",\"661\",\"19.67\",\"0.3\",\"\""
## [7177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"15\",\"2,186\",\"661\",\"22.69\",\"0.7\",\"\""
## [7178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"2,048\",\"661\",\"7.56\",\"0.2\",\"\""
## [7179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"15\",\"2546\",\"661\",\"22.69\",\"0.6\",\"\""
## [7180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"34\",\"2692\",\"661\",\"51.44\",\"1.3\",\"\""
## [7181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"449\",\"6,912\",\"N/A\",\"N/A\",\"6.5\",\"\""
## [7182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"533\",\"7,581\",\"N/A\",\"N/A\",\"7\",\"\""
## [7183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"469\",\"7,300\",\"N/A\",\"N/A\",\"6.4\",\"\""
## [7184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"348\",\"5,420\",\"N/A\",\"N/A\",\"6.4\",\"\""
## [7185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"273\",\"4,078\",\"N/A\",\"N/A\",\"6.7\",\"\""
## [7186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"260\",\"3,251\",\"N/A\",\"N/A\",\"8\",\"\""
## [7187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"261\",\"2,645\",\"N/A\",\"N/A\",\"9.9\",\"\""
## [7188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"157\",\"2,231\",\"N/A\",\"N/A\",\"7\",\"\""
## [7189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"93\",\"1,539\",\"N/A\",\"N/A\",\"6\",\"\""
## [7190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"71\",\"1,322\",\"N/A\",\"N/A\",\"5.4\",\"\""
## [7191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"73\",\"1,122\",\"N/A\",\"N/A\",\"6.5\",\"\""
## [7192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"66\",\"1,004\",\"N/A\",\"N/A\",\"6.6\",\"\""
## [7193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"68\",\"1111\",\"N/A\",\"N/A\",\"6.1\",\"\""
## [7194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"127\",\"1930\",\"N/A\",\"N/A\",\"6.6\",\"\""
## [7195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"323\",\"47,870\",\"2,066\",\"156.34\",\"0.7\",\"\""
## [7196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"338\",\"64,607\",\"2,066\",\"163.6\",\"0.5\",\"\""
## [7197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"349\",\"68,915\",\"2,066\",\"168.93\",\"0.5\",\"\""
## [7198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"201\",\"59,659\",\"2,066\",\"97.29\",\"0.3\",\"\""
## [7199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"154\",\"43,877\",\"2,066\",\"74.54\",\"0.4\",\"\""
## [7200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"97\",\"25,691\",\"2,066\",\"46.95\",\"0.4\",\"\""
## [7201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"124\",\"29,117\",\"2,066\",\"60.02\",\"0.4\",\"\""
## [7202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"176\",\"35,855\",\"2,066\",\"85.19\",\"0.5\",\"\""
## [7203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"101\",\"24,523\",\"2,066\",\"48.89\",\"0.4\",\"\""
## [7204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"26\",\"6,450\",\"2,066\",\"12.58\",\"0.4\",\"\""
## [7205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"43\",\"6,650\",\"2,066\",\"20.81\",\"0.6\",\"\""
## [7206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"43\",\"9,257\",\"2,066\",\"20.81\",\"0.5\",\"\""
## [7207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"123\",\"17576\",\"2066\",\"59.54\",\"0.7\",\"\""
## [7208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"181\",\"29408\",\"2066\",\"87.61\",\"0.6\",\"\""
## [7209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"43,954\",\"294,467\",\"344,551\",\"127.57\",\"14.9\",\"\""
## [7210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"56,354\",\"448,957\",\"344,551\",\"163.56\",\"12.6\",\"\""
## [7211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"86,218\",\"721,451\",\"344,551\",\"250.23\",\"12\",\"\""
## [7212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"76,470\",\"624,009\",\"344,551\",\"221.94\",\"12.3\",\"\""
## [7213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"69,719\",\"560,544\",\"344,551\",\"202.35\",\"12.4\",\"\""
## [7214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"52,997\",\"480,702\",\"344,551\",\"153.81\",\"11\",\"\""
## [7215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"32,638\",\"338,973\",\"344,551\",\"94.73\",\"9.6\",\"\""
## [7216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"24,832\",\"270,086\",\"344,551\",\"72.07\",\"9.2\",\"\""
## [7217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,443\",\"157,738\",\"344,551\",\"41.92\",\"9.2\",\"\""
## [7218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"13,442\",\"140,198\",\"344,551\",\"39.01\",\"9.6\",\"\""
## [7219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,213\",\"121,607\",\"344,551\",\"35.45\",\"10\",\"\""
## [7220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,410\",\"116,385\",\"344,551\",\"33.12\",\"9.8\",\"\""
## [7221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"13283\",\"149592\",\"344551\",\"38.55\",\"8.9\",\"\""
## [7222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16091\",\"219569\",\"344551\",\"46.7\",\"7.3\",\"\""
## [7223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"85\",\"8,298\",\"905\",\"93.92\",\"1\",\"\""
## [7224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"59\",\"8,541\",\"905\",\"65.19\",\"0.7\",\"\""
## [7225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"116\",\"11,467\",\"905\",\"128.18\",\"1\",\"\""
## [7226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"112\",\"13,075\",\"905\",\"123.76\",\"0.9\",\"\""
## [7227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"105\",\"15,350\",\"905\",\"116.02\",\"0.7\",\"\""
## [7228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"134\",\"16,047\",\"905\",\"148.07\",\"0.8\",\"\""
## [7229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"89\",\"14,297\",\"905\",\"98.34\",\"0.6\",\"\""
## [7230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"13,070\",\"905\",\"67.4\",\"0.5\",\"\""
## [7231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"88\",\"9,226\",\"905\",\"97.24\",\"1\",\"\""
## [7232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"56\",\"5,277\",\"905\",\"61.88\",\"1.1\",\"\""
## [7233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"67\",\"3,682\",\"905\",\"74.03\",\"1.8\",\"\""
## [7234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"33\",\"2,075\",\"905\",\"36.46\",\"1.6\",\"\""
## [7235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"2707\",\"905\",\"24.31\",\"0.8\",\"\""
## [7236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"16\",\"4229\",\"905\",\"17.68\",\"0.4\",\"\""
## [7237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"18\",\"14,537\",\"283\",\"63.6\",\"0.1\",\"\""
## [7238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"12\",\"11,940\",\"283\",\"42.4\",\"0.1\",\"\""
## [7239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"8,229\",\"283\",\"24.73\",\"0.1\",\"\""
## [7240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"6,212\",\"283\",\"14.13\",\"0.1\",\"\""
## [7241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"6,169\",\"283\",\"10.6\",\"0\",\"\""
## [7242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"3,661\",\"283\",\"7.07\",\"0.1\",\"\""
## [7243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4,750\",\"283\",\"14.13\",\"0.1\",\"\""
## [7244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"5,097\",\"283\",\"3.53\",\"0\",\"\""
## [7245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"2,419\",\"283\",\"3.53\",\"0\",\"\""
## [7246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1,521\",\"283\",\"3.53\",\"0.1\",\"\""
## [7247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,622\",\"283\",\"10.6\",\"0.2\",\"\""
## [7248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,527\",\"283\",\"14.13\",\"0.3\",\"\""
## [7249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"1734\",\"283\",\"24.73\",\"0.4\",\"\""
## [7250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4684\",\"283\",\"14.13\",\"0.1\",\"\""
## [7251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"9,415\",\"577\",\"41.59\",\"0.3\",\"\""
## [7252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"9,429\",\"577\",\"27.73\",\"0.2\",\"\""
## [7253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"36\",\"9,086\",\"577\",\"62.39\",\"0.4\",\"\""
## [7254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"26\",\"6,260\",\"577\",\"45.06\",\"0.4\",\"\""
## [7255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"18\",\"5,649\",\"577\",\"31.2\",\"0.3\",\"\""
## [7256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"35\",\"7,379\",\"577\",\"60.66\",\"0.5\",\"\""
## [7257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"7,032\",\"577\",\"19.06\",\"0.2\",\"\""
## [7258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"134\",\"7,685\",\"577\",\"232.24\",\"1.7\",\"\""
## [7259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"20\",\"6,310\",\"577\",\"34.66\",\"0.3\",\"\""
## [7260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"4,214\",\"577\",\"27.73\",\"0.4\",\"\""
## [7261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"2,465\",\"577\",\"27.73\",\"0.6\",\"\""
## [7262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"18\",\"1,671\",\"577\",\"31.2\",\"1.1\",\"\""
## [7263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"1753\",\"577\",\"27.73\",\"0.9\",\"\""
## [7264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"2220\",\"577\",\"22.53\",\"0.6\",\"\""
## [7265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"358\",\"13,176\",\"5,254\",\"68.14\",\"2.7\",\"\""
## [7266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"389\",\"14,036\",\"5,254\",\"74.04\",\"2.8\",\"\""
## [7267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"301\",\"11,542\",\"5,254\",\"57.29\",\"2.6\",\"\""
## [7268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"298\",\"11,737\",\"5,254\",\"56.72\",\"2.5\",\"\""
## [7269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"287\",\"12,681\",\"5,254\",\"54.63\",\"2.3\",\"\""
## [7270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"235\",\"8,453\",\"5,254\",\"44.73\",\"2.8\",\"\""
## [7271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"266\",\"9,030\",\"5,254\",\"50.63\",\"2.9\",\"\""
## [7272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"215\",\"8,427\",\"5,254\",\"40.92\",\"2.6\",\"\""
## [7273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"113\",\"4,404\",\"5,254\",\"21.51\",\"2.6\",\"\""
## [7274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"71\",\"1,752\",\"5,254\",\"13.51\",\"4.1\",\"\""
## [7275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"57\",\"1,136\",\"5,254\",\"10.85\",\"5\",\"\""
## [7276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"68\",\"1,090\",\"5,254\",\"12.94\",\"6.2\",\"\""
## [7277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"107\",\"1960\",\"5254\",\"20.37\",\"5.5\",\"\""
## [7278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"142\",\"2121\",\"5254\",\"27.03\",\"6.7\",\"\""
## [7279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36\",\"33,759\",\"684\",\"52.63\",\"0.1\",\"\""
## [7280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"51\",\"28,937\",\"684\",\"74.56\",\"0.2\",\"\""
## [7281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"54\",\"32,281\",\"684\",\"78.95\",\"0.2\",\"\""
## [7282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"52\",\"39,383\",\"684\",\"76.02\",\"0.1\",\"\""
## [7283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"48\",\"43,441\",\"684\",\"70.18\",\"0.1\",\"\""
## [7284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"30\",\"40,654\",\"684\",\"43.86\",\"0.1\",\"\""
## [7285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"31,759\",\"684\",\"33.63\",\"0.1\",\"\""
## [7286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"50\",\"37,843\",\"684\",\"73.1\",\"0.1\",\"\""
## [7287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39\",\"17,223\",\"684\",\"57.02\",\"0.2\",\"\""
## [7288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"14\",\"7,055\",\"684\",\"20.47\",\"0.2\",\"\""
## [7289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"3,695\",\"684\",\"26.32\",\"0.5\",\"\""
## [7290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"2,857\",\"684\",\"14.62\",\"0.4\",\"\""
## [7291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"2831\",\"684\",\"14.62\",\"0.4\",\"\""
## [7292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"5210\",\"684\",\"26.32\",\"0.3\",\"\""
## [7293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"715\",\"8,640\",\"12,164\",\"58.78\",\"8.3\",\"\""
## [7294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"391\",\"5,848\",\"12,164\",\"32.14\",\"6.7\",\"\""
## [7295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"302\",\"4,556\",\"12,164\",\"24.83\",\"6.6\",\"\""
## [7296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"397\",\"5,451\",\"12,164\",\"32.64\",\"7.3\",\"\""
## [7297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"373\",\"4,528\",\"12,164\",\"30.66\",\"8.2\",\"\""
## [7298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"267\",\"3,320\",\"12,164\",\"21.95\",\"8\",\"\""
## [7299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"178\",\"3,384\",\"12,164\",\"14.63\",\"5.3\",\"\""
## [7300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"239\",\"5,166\",\"12,164\",\"19.65\",\"4.6\",\"\""
## [7301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"150\",\"3,762\",\"12,164\",\"12.33\",\"4\",\"\""
## [7302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"95\",\"2,417\",\"12,164\",\"7.81\",\"3.9\",\"\""
## [7303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"113\",\"1,573\",\"12,164\",\"9.29\",\"7.2\",\"\""
## [7304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"111\",\"1,449\",\"12,164\",\"9.13\",\"7.7\",\"\""
## [7305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"144\",\"2231\",\"12164\",\"11.84\",\"6.5\",\"\""
## [7306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"205\",\"3910\",\"12164\",\"16.85\",\"5.2\",\"\""
## [7307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"184\",\"18,023\",\"2,151\",\"85.54\",\"1\",\"\""
## [7308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"244\",\"18,952\",\"2,151\",\"113.44\",\"1.3\",\"\""
## [7309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"235\",\"18,463\",\"2,151\",\"109.25\",\"1.3\",\"\""
## [7310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"165\",\"15,846\",\"2,151\",\"76.71\",\"1\",\"\""
## [7311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"132\",\"13,847\",\"2,151\",\"61.37\",\"1\",\"\""
## [7312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"163\",\"13,948\",\"2,151\",\"75.78\",\"1.2\",\"\""
## [7313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"71\",\"10,083\",\"2,151\",\"33.01\",\"0.7\",\"\""
## [7314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"114\",\"12,879\",\"2,151\",\"53\",\"0.9\",\"\""
## [7315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"46\",\"7,782\",\"2,151\",\"21.39\",\"0.6\",\"\""
## [7316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"29\",\"6,058\",\"2,151\",\"13.48\",\"0.5\",\"\""
## [7317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"35\",\"4,851\",\"2,151\",\"16.27\",\"0.7\",\"\""
## [7318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"58\",\"5,868\",\"2,151\",\"26.96\",\"1\",\"\""
## [7319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"72\",\"9436\",\"2151\",\"33.47\",\"0.8\",\"\""
## [7320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"123\",\"11295\",\"2151\",\"57.18\",\"1.1\",\"\""
## [7321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"550\",\"19,042\",\"6,716\",\"81.89\",\"2.9\",\"\""
## [7322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"464\",\"20,530\",\"6,716\",\"69.09\",\"2.3\",\"\""
## [7323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"651\",\"26,816\",\"6,716\",\"96.93\",\"2.4\",\"\""
## [7324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"768\",\"27,555\",\"6,716\",\"114.35\",\"2.8\",\"\""
## [7325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"462\",\"23,106\",\"6,716\",\"68.79\",\"2\",\"\""
## [7326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"372\",\"17,674\",\"6,716\",\"55.39\",\"2.1\",\"\""
## [7327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"376\",\"20,487\",\"6,716\",\"55.99\",\"1.8\",\"\""
## [7328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"290\",\"21,218\",\"6,716\",\"43.18\",\"1.4\",\"\""
## [7329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"129\",\"8,175\",\"6,716\",\"19.21\",\"1.6\",\"\""
## [7330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"71\",\"3,521\",\"6,716\",\"10.57\",\"2\",\"\""
## [7331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"55\",\"2,025\",\"6,716\",\"8.19\",\"2.7\",\"\""
## [7332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"31\",\"1,529\",\"6,716\",\"4.62\",\"2\",\"\""
## [7333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"72\",\"4681\",\"6716\",\"10.72\",\"1.5\",\"\""
## [7334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"148\",\"12403\",\"6716\",\"22.04\",\"1.2\",\"\""
## [7335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"229\",\"19,146\",\"3,280\",\"69.82\",\"1.2\",\"\""
## [7336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"240\",\"17,186\",\"3,280\",\"73.17\",\"1.4\",\"\""
## [7337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"244\",\"10,309\",\"3,280\",\"74.39\",\"2.4\",\"\""
## [7338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"120\",\"7,655\",\"3,280\",\"36.59\",\"1.6\",\"\""
## [7339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"164\",\"11,170\",\"3,280\",\"50\",\"1.5\",\"\""
## [7340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"236\",\"18,903\",\"3,280\",\"71.95\",\"1.2\",\"\""
## [7341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"234\",\"18,950\",\"3,280\",\"71.34\",\"1.2\",\"\""
## [7342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"191\",\"14,538\",\"3,280\",\"58.23\",\"1.3\",\"\""
## [7343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"80\",\"6,012\",\"3,280\",\"24.39\",\"1.3\",\"\""
## [7344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"72\",\"3,847\",\"3,280\",\"21.95\",\"1.9\",\"\""
## [7345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"104\",\"3,563\",\"3,280\",\"31.71\",\"2.9\",\"\""
## [7346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"111\",\"2,601\",\"3,280\",\"33.84\",\"4.3\",\"\""
## [7347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"93\",\"3280\",\"3280\",\"28.35\",\"2.8\",\"\""
## [7348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"123\",\"5348\",\"3280\",\"37.5\",\"2.3\",\"\""
## [7349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"76\",\"4,059\",\"2,509\",\"30.29\",\"1.9\",\"\""
## [7350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"124\",\"5,373\",\"2,509\",\"49.42\",\"2.3\",\"\""
## [7351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"108\",\"5,978\",\"2,509\",\"43.05\",\"1.8\",\"\""
## [7352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"65\",\"4,262\",\"2,509\",\"25.91\",\"1.5\",\"\""
## [7353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"69\",\"3,356\",\"2,509\",\"27.5\",\"2.1\",\"\""
## [7354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"50\",\"3,310\",\"2,509\",\"19.93\",\"1.5\",\"\""
## [7355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"53\",\"3,570\",\"2,509\",\"21.12\",\"1.5\",\"\""
## [7356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"75\",\"5,049\",\"2,509\",\"29.89\",\"1.5\",\"\""
## [7357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"125\",\"4,628\",\"2,509\",\"49.82\",\"2.7\",\"\""
## [7358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"68\",\"2,530\",\"2,509\",\"27.1\",\"2.7\",\"\""
## [7359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"60\",\"1,894\",\"2,509\",\"23.91\",\"3.2\",\"\""
## [7360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"40\",\"1,175\",\"2,509\",\"15.94\",\"3.4\",\"\""
## [7361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"20\",\"1735\",\"2509\",\"7.97\",\"1.2\",\"\""
## [7362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"2899\",\"2509\",\"7.57\",\"0.7\",\"\""
## [7363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"171\",\"13,970\",\"3,303\",\"51.77\",\"1.2\",\"\""
## [7364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"278\",\"18,016\",\"3,303\",\"84.17\",\"1.5\",\"\""
## [7365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"312\",\"17,079\",\"3,303\",\"94.46\",\"1.8\",\"\""
## [7366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"254\",\"13,672\",\"3,303\",\"76.9\",\"1.9\",\"\""
## [7367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"267\",\"13,478\",\"3,303\",\"80.84\",\"2\",\"\""
## [7368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"363\",\"15,863\",\"3,303\",\"109.9\",\"2.3\",\"\""
## [7369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"398\",\"18,140\",\"3,303\",\"120.5\",\"2.2\",\"\""
## [7370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"359\",\"14,399\",\"3,303\",\"108.69\",\"2.5\",\"\""
## [7371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"256\",\"10,029\",\"3,303\",\"77.51\",\"2.6\",\"\""
## [7372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"175\",\"5,738\",\"3,303\",\"52.98\",\"3\",\"\""
## [7373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"126\",\"3,980\",\"3,303\",\"38.15\",\"3.2\",\"\""
## [7374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"84\",\"4,561\",\"3,303\",\"25.43\",\"1.8\",\"\""
## [7375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"119\",\"5221\",\"3303\",\"36.03\",\"2.3\",\"\""
## [7376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"98\",\"5086\",\"3303\",\"29.67\",\"1.9\",\"\""
## [7377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"205\",\"14,988\",\"2,989\",\"68.58\",\"1.4\",\"\""
## [7378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"381\",\"25,703\",\"2,989\",\"127.47\",\"1.5\",\"\""
## [7379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"262\",\"18,311\",\"2,989\",\"87.65\",\"1.4\",\"\""
## [7380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"205\",\"18,289\",\"2,989\",\"68.58\",\"1.1\",\"\""
## [7381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"333\",\"20,745\",\"2,989\",\"111.41\",\"1.6\",\"\""
## [7382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"493\",\"26,625\",\"2,989\",\"164.94\",\"1.9\",\"\""
## [7383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"474\",\"23,451\",\"2,989\",\"158.58\",\"2\",\"\""
## [7384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"457\",\"16,444\",\"2,989\",\"152.89\",\"2.8\",\"\""
## [7385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"332\",\"11,396\",\"2,989\",\"111.07\",\"2.9\",\"\""
## [7386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"270\",\"7,660\",\"2,989\",\"90.33\",\"3.5\",\"\""
## [7387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"228\",\"6,059\",\"2,989\",\"76.28\",\"3.8\",\"\""
## [7388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"249\",\"4,856\",\"2,989\",\"83.31\",\"5.1\",\"\""
## [7389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"255\",\"5765\",\"2989\",\"85.31\",\"4.4\",\"\""
## [7390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"108\",\"7282\",\"2989\",\"36.13\",\"1.5\",\"\""
## [7391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"946\",\"25,880\",\"19,245\",\"49.16\",\"3.7\",\"\""
## [7392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"937\",\"25,330\",\"19,245\",\"48.69\",\"3.7\",\"\""
## [7393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"935\",\"27,330\",\"19,245\",\"48.58\",\"3.4\",\"\""
## [7394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,318\",\"39,733\",\"19,245\",\"68.49\",\"3.3\",\"\""
## [7395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,262\",\"40,215\",\"19,245\",\"65.58\",\"3.1\",\"\""
## [7396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"739\",\"23,604\",\"19,245\",\"38.4\",\"3.1\",\"\""
## [7397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"655\",\"21,472\",\"19,245\",\"34.03\",\"3.1\",\"\""
## [7398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"683\",\"20,760\",\"19,245\",\"35.49\",\"3.3\",\"\""
## [7399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"578\",\"16,476\",\"19,245\",\"30.03\",\"3.5\",\"\""
## [7400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"446\",\"10,464\",\"19,245\",\"23.17\",\"4.3\",\"\""
## [7401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"356\",\"8,208\",\"19,245\",\"18.5\",\"4.3\",\"\""
## [7402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"333\",\"5,466\",\"19,245\",\"17.3\",\"6.1\",\"\""
## [7403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"341\",\"6577\",\"19245\",\"17.72\",\"5.2\",\"\""
## [7404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"447\",\"10092\",\"19245\",\"23.23\",\"4.4\",\"\""
## [7405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"82\",\"5,020\",\"1,733\",\"47.32\",\"1.6\",\"\""
## [7406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"97\",\"3,821\",\"1,733\",\"55.97\",\"2.5\",\"\""
## [7407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"109\",\"5,586\",\"1,733\",\"62.9\",\"2\",\"\""
## [7408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"155\",\"7,974\",\"1,733\",\"89.44\",\"1.9\",\"\""
## [7409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"101\",\"5,086\",\"1,733\",\"58.28\",\"2\",\"\""
## [7410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"97\",\"4,063\",\"1,733\",\"55.97\",\"2.4\",\"\""
## [7411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"149\",\"5,639\",\"1,733\",\"85.98\",\"2.6\",\"\""
## [7412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"86\",\"4,783\",\"1,733\",\"49.62\",\"1.8\",\"\""
## [7413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"86\",\"3,054\",\"1,733\",\"49.62\",\"2.8\",\"\""
## [7414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"73\",\"3,235\",\"1,733\",\"42.12\",\"2.3\",\"\""
## [7415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"54\",\"1,908\",\"1,733\",\"31.16\",\"2.8\",\"\""
## [7416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"59\",\"1,725\",\"1,733\",\"34.05\",\"3.4\",\"\""
## [7417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"39\",\"1685\",\"1733\",\"22.5\",\"2.3\",\"\""
## [7418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"51\",\"1530\",\"1733\",\"29.43\",\"3.3\",\"\""
## [7419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"157\",\"11,652\",\"2,149\",\"73.06\",\"1.3\",\"\""
## [7420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"171\",\"10,428\",\"2,149\",\"79.57\",\"1.6\",\"\""
## [7421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"160\",\"12,043\",\"2,149\",\"74.45\",\"1.3\",\"\""
## [7422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"159\",\"11,775\",\"2,149\",\"73.99\",\"1.4\",\"\""
## [7423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"174\",\"10,609\",\"2,149\",\"80.97\",\"1.6\",\"\""
## [7424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"144\",\"10,340\",\"2,149\",\"67.01\",\"1.4\",\"\""
## [7425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"230\",\"13,578\",\"2,149\",\"107.03\",\"1.7\",\"\""
## [7426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"205\",\"14,121\",\"2,149\",\"95.39\",\"1.5\",\"\""
## [7427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"155\",\"9,753\",\"2,149\",\"72.13\",\"1.6\",\"\""
## [7428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"142\",\"8,357\",\"2,149\",\"66.08\",\"1.7\",\"\""
## [7429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"110\",\"4,829\",\"2,149\",\"51.19\",\"2.3\",\"\""
## [7430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"106\",\"4,239\",\"2,149\",\"49.33\",\"2.5\",\"\""
## [7431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"80\",\"3727\",\"2149\",\"37.23\",\"2.1\",\"\""
## [7432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"84\",\"4245\",\"2149\",\"39.09\",\"2\",\"\""
## [7433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,423\",\"25,364\",\"79,632\",\"42.99\",\"13.5\",\"\""
## [7434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,108\",\"27,826\",\"79,632\",\"39.03\",\"11.2\",\"\""
## [7435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,664\",\"26,362\",\"79,632\",\"33.45\",\"10.1\",\"\""
## [7436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,769\",\"18,674\",\"79,632\",\"22.21\",\"9.5\",\"\""
## [7437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,696\",\"19,059\",\"79,632\",\"21.3\",\"8.9\",\"\""
## [7438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,388\",\"35,185\",\"79,632\",\"42.55\",\"9.6\",\"\""
## [7439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,607\",\"31,249\",\"79,632\",\"32.74\",\"8.3\",\"\""
## [7440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,633\",\"22,481\",\"79,632\",\"20.51\",\"7.3\",\"\""
## [7441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,235\",\"14,928\",\"79,632\",\"15.51\",\"8.3\",\"\""
## [7442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,512\",\"17,442\",\"79,632\",\"18.99\",\"8.7\",\"\""
## [7443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,234\",\"12,548\",\"79,632\",\"15.5\",\"9.8\",\"\""
## [7444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,142\",\"11,316\",\"79,632\",\"14.34\",\"10.1\",\"\""
## [7445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1517\",\"16576\",\"79632\",\"19.05\",\"9.2\",\"\""
## [7446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1920\",\"21918\",\"79632\",\"24.11\",\"8.8\",\"\""
## [7447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,807\",\"61,178\",\"15,581\",\"115.97\",\"3\",\"\""
## [7448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,221\",\"48,392\",\"15,581\",\"78.36\",\"2.5\",\"\""
## [7449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,243\",\"47,383\",\"15,581\",\"79.78\",\"2.6\",\"\""
## [7450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"963\",\"36,439\",\"15,581\",\"61.81\",\"2.6\",\"\""
## [7451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"807\",\"35,642\",\"15,581\",\"51.79\",\"2.3\",\"\""
## [7452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"990\",\"41,564\",\"15,581\",\"63.54\",\"2.4\",\"\""
## [7453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"783\",\"39,304\",\"15,581\",\"50.25\",\"2\",\"\""
## [7454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"529\",\"33,230\",\"15,581\",\"33.95\",\"1.6\",\"\""
## [7455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"348\",\"20,479\",\"15,581\",\"22.33\",\"1.7\",\"\""
## [7456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"178\",\"13,184\",\"15,581\",\"11.42\",\"1.4\",\"\""
## [7457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"180\",\"9,653\",\"15,581\",\"11.55\",\"1.9\",\"\""
## [7458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"138\",\"6,321\",\"15,581\",\"8.86\",\"2.2\",\"\""
## [7459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"209\",\"7353\",\"15581\",\"13.41\",\"2.8\",\"\""
## [7460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"321\",\"11830\",\"15581\",\"20.6\",\"2.7\",\"\""
## [7461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"139\",\"4,356\",\"1,958\",\"70.99\",\"3.2\",\"\""
## [7462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"90\",\"4,178\",\"1,958\",\"45.97\",\"2.2\",\"\""
## [7463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"139\",\"4,952\",\"1,958\",\"70.99\",\"2.8\",\"\""
## [7464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"148\",\"5,726\",\"1,958\",\"75.59\",\"2.6\",\"\""
## [7465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"200\",\"5,465\",\"1,958\",\"102.15\",\"3.7\",\"\""
## [7466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"155\",\"4,653\",\"1,958\",\"79.16\",\"3.3\",\"\""
## [7467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"192\",\"5,844\",\"1,958\",\"98.06\",\"3.3\",\"\""
## [7468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"159\",\"6,322\",\"1,958\",\"81.21\",\"2.5\",\"\""
## [7469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"88\",\"3,072\",\"1,958\",\"44.94\",\"2.9\",\"\""
## [7470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"65\",\"2,405\",\"1,958\",\"33.2\",\"2.7\",\"\""
## [7471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"59\",\"1,488\",\"1,958\",\"30.13\",\"4\",\"\""
## [7472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"29\",\"940\",\"1,958\",\"14.81\",\"3.1\",\"\""
## [7473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"37\",\"1142\",\"1958\",\"18.9\",\"3.2\",\"\""
## [7474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"42\",\"1313\",\"1958\",\"21.45\",\"3.2\",\"\""
## [7475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,060\",\"932,065\",\"393,141\",\"7.78\",\"0.3\",\"\""
## [7476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,984\",\"1,125,647\",\"393,141\",\"12.68\",\"0.4\",\"\""
## [7477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6,960\",\"1,409,802\",\"393,141\",\"17.7\",\"0.5\",\"\""
## [7478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,541\",\"1,284,197\",\"393,141\",\"11.55\",\"0.4\",\"\""
## [7479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,103\",\"1,220,198\",\"393,141\",\"7.89\",\"0.3\",\"\""
## [7480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,135\",\"1,121,123\",\"393,141\",\"5.43\",\"0.2\",\"\""
## [7481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,895\",\"954,314\",\"393,141\",\"4.82\",\"0.2\",\"\""
## [7482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,176\",\"841,399\",\"393,141\",\"5.53\",\"0.3\",\"\""
## [7483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,364\",\"498,721\",\"393,141\",\"3.47\",\"0.3\",\"\""
## [7484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"619\",\"342,086\",\"393,141\",\"1.57\",\"0.2\",\"\""
## [7485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"465\",\"266,308\",\"393,141\",\"1.18\",\"0.2\",\"\""
## [7486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"467\",\"243,589\",\"393,141\",\"1.19\",\"0.2\",\"\""
## [7487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"519\",\"316353\",\"393141\",\"1.32\",\"0.2\",\"\""
## [7488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"626\",\"461837\",\"393141\",\"1.59\",\"0.1\",\"\""
## [7489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2970\",\"886657\",\"367,062\",\"8.09\",\"0.3\",\"\""
## [7490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4866\",\"1075609\",\"367,062\",\"13.26\",\"0.5\",\"\""
## [7491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6829\",\"1357473\",\"367,062\",\"18.6\",\"0.5\",\"\""
## [7492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4439\",\"1242635\",\"367,062\",\"12.09\",\"0.4\",\"\""
## [7493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2966\",\"1171286\",\"367,062\",\"8.08\",\"0.3\",\"\""
## [7494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2015\",\"1070599\",\"367,062\",\"5.49\",\"0.2\",\"\""
## [7495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1855\",\"921346\",\"367,062\",\"5.05\",\"0.2\",\"\""
## [7496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2165\",\"814587\",\"367,062\",\"5.9\",\"0.3\",\"\""
## [7497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1353\",\"485097\",\"367,062\",\"3.69\",\"0.3\",\"\""
## [7498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"611\",\"337325\",\"367,062\",\"1.66\",\"0.2\",\"\""
## [7499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"463\",\"263806\",\"367,062\",\"1.26\",\"0.2\",\"\""
## [7500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"467\",\"241285\",\"367,062\",\"1.27\",\"0.2\",\"\""
## [7501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"517\",\"312139\",\"367,062\",\"1.41\",\"0.2\",\"\""
## [7502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"625\",\"459468\",\"367062\",\"1.7\",\"0.1\",\"\""
## [7503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,037\",\"1,323,681\",\"393,141\",\"12.81\",\"0.4\",\"\""
## [7504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,183\",\"1,237,719\",\"393,141\",\"8.1\",\"0.3\",\"\""
## [7505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,166\",\"1,131,675\",\"393,141\",\"5.51\",\"0.2\",\"\""
## [7506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,922\",\"963,449\",\"393,141\",\"4.89\",\"0.2\",\"\""
## [7507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,202\",\"852,465\",\"393,141\",\"5.6\",\"0.3\",\"\""
## [7508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,375\",\"504,446\",\"393,141\",\"3.5\",\"0.3\",\"\""
## [7509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"631\",\"345,087\",\"393,141\",\"1.61\",\"0.2\",\"\""
## [7510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"468\",\"268,447\",\"393,141\",\"1.19\",\"0.2\",\"\""
## [7511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"474\",\"245,749\",\"393,141\",\"1.21\",\"0.2\",\"\""
## [7512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"538\",\"320808\",\"393141\",\"1.37\",\"0.2\",\"\""
## [7513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"636\",\"468431\",\"393141\",\"1.62\",\"0.1\",\"\""
## [7514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [7515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [7516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [7517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,935\",\"1282119\",\"367062\",\"13.44\",\"0.4\",\"\""
## [7518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,046\",\"1188807\",\"367062\",\"8.3\",\"0.3\",\"\""
## [7519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,046\",\"1081151\",\"367062\",\"5.57\",\"0.2\",\"\""
## [7520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,882\",\"930481\",\"367062\",\"5.13\",\"0.2\",\"\""
## [7521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,191\",\"825653\",\"367062\",\"5.97\",\"0.3\",\"\""
## [7522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,364\",\"490822\",\"367062\",\"3.72\",\"0.3\",\"\""
## [7523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"623\",\"340326\",\"367062\",\"1.7\",\"0.2\",\"\""
## [7524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"466\",\"265945\",\"367062\",\"1.27\",\"0.2\",\"\""
## [7525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"474\",\"243445\",\"367062\",\"1.29\",\"0.2\",\"\""
## [7526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"536\",\"316594\",\"367062\",\"1.46\",\"0.2\",\"\""
## [7527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"635\",\"466062\",\"367062\",\"1.73\",\"0.1\",\"\""
## [7528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7\",\"9,050\",\"8,976\",\"0.78\",\"0.1\",\"\""
## [7529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"8\",\"8,722\",\"8,976\",\"0.89\",\"0.1\",\"\""
## [7530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6\",\"12,772\",\"8,976\",\"0.67\",\"0\",\"\""
## [7531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"15\",\"12,983\",\"8,976\",\"1.67\",\"0.1\",\"\""
## [7532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"9\",\"14,940\",\"8,976\",\"1\",\"0.1\",\"\""
## [7533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"27\",\"20,911\",\"8,976\",\"3.01\",\"0.1\",\"\""
## [7534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"37\",\"29,588\",\"8,976\",\"4.12\",\"0.1\",\"\""
## [7535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26\",\"23,728\",\"8,976\",\"2.9\",\"0.1\",\"\""
## [7536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"11\",\"9,973\",\"8,976\",\"1.23\",\"0.1\",\"\""
## [7537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6\",\"4,929\",\"8,976\",\"0.67\",\"0.1\",\"\""
## [7538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"6\",\"4,723\",\"8,976\",\"0.67\",\"0.1\",\"\""
## [7539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"0\",\"4,734\",\"8,976\",\"-\",\"0\",\"\""
## [7540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4\",\"4589\",\"8976\",\"0.45\",\"0.1\",\"\""
## [7541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7\",\"6013\",\"8976\",\"0.78\",\"0.1\",\"\""
## [7542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5\",\"4,279\",\"3,806\",\"1.31\",\"0.1\",\"\""
## [7543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5\",\"4,614\",\"3,806\",\"1.31\",\"0.1\",\"\""
## [7544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"9\",\"8,076\",\"3,806\",\"2.36\",\"0.1\",\"\""
## [7545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"13\",\"6,908\",\"3,806\",\"3.42\",\"0.2\",\"\""
## [7546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"20\",\"8,856\",\"3,806\",\"5.25\",\"0.2\",\"\""
## [7547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"17\",\"6,886\",\"3,806\",\"4.47\",\"0.2\",\"\""
## [7548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5\",\"7,365\",\"3,806\",\"1.31\",\"0.1\",\"\""
## [7549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8\",\"5,515\",\"3,806\",\"2.1\",\"0.1\",\"\""
## [7550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"7\",\"2,476\",\"3,806\",\"1.84\",\"0.3\",\"\""
## [7551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8\",\"1,891\",\"3,806\",\"2.1\",\"0.4\",\"\""
## [7552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1\",\"1,373\",\"3,806\",\"0.26\",\"0.1\",\"\""
## [7553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1\",\"1,244\",\"3,806\",\"0.26\",\"0.1\",\"\""
## [7554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"0\",\"1631\",\"3806\",\"0\",\"0\",\"\""
## [7555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"0\",\"2564\",\"3806\",\"0\",\"0\",\"\""
## [7556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"496\",\"39,484\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [7557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"80\",\"17,521\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [7558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"31\",\"10,552\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [7559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"27\",\"9,135\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [7560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"26\",\"11,066\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [7561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"11\",\"5,725\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [7562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"12\",\"3,001\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3\",\"2,139\",\"N/A\",\"N/A\",\"0.1\",\"\""
## [7564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"7\",\"2,160\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [7565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"19\",\"4455\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"10\",\"6594\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [7567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11\",\"8,582\",\"7,595\",\"1.45\",\"0.1\",\"\""
## [7568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"9,811\",\"7,595\",\"0.92\",\"0.1\",\"\""
## [7569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"15\",\"5,286\",\"7,595\",\"1.97\",\"0.3\",\"\""
## [7570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"14\",\"6,070\",\"7,595\",\"1.84\",\"0.2\",\"\""
## [7571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"13,145\",\"7,595\",\"0.92\",\"0.1\",\"\""
## [7572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"10\",\"16,900\",\"7,595\",\"1.32\",\"0.1\",\"\""
## [7573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"26\",\"16,169\",\"7,595\",\"3.42\",\"0.2\",\"\""
## [7574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"20\",\"12,292\",\"7,595\",\"2.63\",\"0.2\",\"\""
## [7575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"5,715\",\"7,595\",\"0.92\",\"0.1\",\"\""
## [7576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2\",\"2,836\",\"7,595\",\"0.26\",\"0.1\",\"\""
## [7577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"0\",\"1,084\",\"7,595\",\"-\",\"0\",\"\""
## [7578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"9\",\"775\",\"7,595\",\"1.18\",\"1.2\",\"\""
## [7579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"0\",\"1363\",\"7595\",\"0\",\"0\",\"\""
## [7580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"0\",\"2018\",\"7595\",\"0\",\"0\",\"\""
## [7581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1\",\"6,390\",\"3,217\",\"0.31\",\"0\",\"\""
## [7582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1\",\"5,547\",\"3,217\",\"0.31\",\"0\",\"\""
## [7583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"4,976\",\"3,217\",\"0.93\",\"0.1\",\"\""
## [7584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"5,193\",\"3,217\",\"0.93\",\"0.1\",\"\""
## [7585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"6,002\",\"3,217\",\"1.55\",\"0.1\",\"\""
## [7586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2\",\"7,787\",\"3,217\",\"0.62\",\"0\",\"\""
## [7587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"4,934\",\"3,217\",\"1.87\",\"0.1\",\"\""
## [7588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"6,541\",\"3,217\",\"0.93\",\"0\",\"\""
## [7589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7\",\"9,203\",\"3,217\",\"2.18\",\"0.1\",\"\""
## [7590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1\",\"3,839\",\"3,217\",\"0.31\",\"0\",\"\""
## [7591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1\",\"2,004\",\"3,217\",\"0.31\",\"0\",\"\""
## [7592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2\",\"1,889\",\"3,217\",\"0.62\",\"0.1\",\"\""
## [7593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"2104\",\"3217\",\"0\",\"0\",\"\""
## [7594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4\",\"3352\",\"3217\",\"1.24\",\"0.1\",\"\""
## [7595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"375\",\"11,453\",\"2,154\",\"174.09\",\"3.3\",\"\""
## [7596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"545\",\"15,573\",\"2,154\",\"253.02\",\"3.5\",\"\""
## [7597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"325\",\"17,357\",\"2,154\",\"150.88\",\"1.9\",\"\""
## [7598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"152\",\"24,197\",\"2,154\",\"70.57\",\"0.6\",\"\""
## [7599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"98\",\"29,911\",\"2,154\",\"45.5\",\"0.3\",\"\""
## [7600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"54\",\"30,424\",\"2,154\",\"25.07\",\"0.2\",\"\""
## [7601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"80\",\"31,104\",\"2,154\",\"37.14\",\"0.3\",\"\""
## [7602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"45\",\"24,616\",\"2,154\",\"20.89\",\"0.2\",\"\""
## [7603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"9,281\",\"2,154\",\"-\",\"0\",\"\""
## [7604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"2,717\",\"2,154\",\"0.46\",\"0\",\"\""
## [7605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"2,154\",\"-\",\"0\",\"\""
## [7606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"11\",\"804\",\"2,154\",\"5.11\",\"1.4\",\"\""
## [7607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"2154\",\"0\",\"0\",\"\""
## [7608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"1729\",\"2154\",\"0\",\"0\",\"\""
## [7609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"8,071\",\"1,153\",\"-\",\"0\",\"\""
## [7610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"8,849\",\"1,153\",\"1.73\",\"0\",\"\""
## [7611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"17\",\"8,588\",\"1,153\",\"14.74\",\"0.2\",\"\""
## [7612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"10,365\",\"1,153\",\"3.47\",\"0\",\"\""
## [7613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"26\",\"10,183\",\"1,153\",\"22.55\",\"0.3\",\"\""
## [7614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"13,685\",\"1,153\",\"13.01\",\"0.1\",\"\""
## [7615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"48\",\"12,251\",\"1,153\",\"41.63\",\"0.4\",\"\""
## [7616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"129\",\"9,616\",\"1,153\",\"111.88\",\"1.3\",\"\""
## [7617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"55\",\"5,622\",\"1,153\",\"47.7\",\"1\",\"\""
## [7618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"3,490\",\"1,153\",\"2.6\",\"0.1\",\"\""
## [7619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,755\",\"1,153\",\"-\",\"0\",\"\""
## [7620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"1,153\",\"-\",\"0\",\"\""
## [7621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1558\",\"1153\",\"0.87\",\"0.1\",\"\""
## [7622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1867\",\"1153\",\"0.87\",\"0.1\",\"\""
## [7623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"8,368\",\"3,019\",\"3.64\",\"0.1\",\"\""
## [7624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"7,999\",\"3,019\",\"3.64\",\"0.1\",\"\""
## [7625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"17\",\"7,695\",\"3,019\",\"5.63\",\"0.2\",\"\""
## [7626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"13\",\"8,411\",\"3,019\",\"4.31\",\"0.2\",\"\""
## [7627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10\",\"11,336\",\"3,019\",\"3.31\",\"0.1\",\"\""
## [7628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"14\",\"14,875\",\"3,019\",\"4.64\",\"0.1\",\"\""
## [7629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"14\",\"12,377\",\"3,019\",\"4.64\",\"0.1\",\"\""
## [7630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"13\",\"6,211\",\"3,019\",\"4.31\",\"0.2\",\"\""
## [7631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"5,291\",\"3,019\",\"2.65\",\"0.2\",\"\""
## [7632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"3,534\",\"3,019\",\"0.66\",\"0.1\",\"\""
## [7633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"1,724\",\"3,019\",\"2.65\",\"0.5\",\"\""
## [7634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1,084\",\"3,019\",\"-\",\"0\",\"\""
## [7635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1431\",\"3019\",\"0\",\"0\",\"\""
## [7636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2\",\"1517\",\"3019\",\"0.66\",\"0.1\",\"\""
## [7637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"37\",\"24,411\",\"5,711\",\"6.48\",\"0.2\",\"\""
## [7638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"90\",\"20,731\",\"5,711\",\"15.76\",\"0.4\",\"\""
## [7639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"46\",\"21,875\",\"5,711\",\"8.05\",\"0.2\",\"\""
## [7640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"25\",\"22,967\",\"5,711\",\"4.38\",\"0.1\",\"\""
## [7641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"19,460\",\"5,711\",\"-\",\"0\",\"\""
## [7642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"16,876\",\"5,711\",\"3.15\",\"0.1\",\"\""
## [7643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"13,107\",\"5,711\",\"2.28\",\"0.1\",\"\""
## [7644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"104\",\"13,125\",\"5,711\",\"18.21\",\"0.8\",\"\""
## [7645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"181\",\"8,010\",\"5,711\",\"31.69\",\"2.3\",\"\""
## [7646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"5,802\",\"5,711\",\"3.68\",\"0.4\",\"\""
## [7647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"4,744\",\"5,711\",\"2.28\",\"0.3\",\"\""
## [7648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"4,445\",\"5,711\",\"3.68\",\"0.5\",\"\""
## [7649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3\",\"4088\",\"5711\",\"0.53\",\"0.1\",\"\""
## [7650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5\",\"4396\",\"5711\",\"0.88\",\"0.1\",\"\""
## [7651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"43\",\"6,543\",\"3,481\",\"12.35\",\"0.7\",\"\""
## [7652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"31\",\"7,786\",\"3,481\",\"8.91\",\"0.4\",\"\""
## [7653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"32\",\"6,426\",\"3,481\",\"9.19\",\"0.5\",\"\""
## [7654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"34\",\"6,561\",\"3,481\",\"9.77\",\"0.5\",\"\""
## [7655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"6,728\",\"3,481\",\"3.45\",\"0.2\",\"\""
## [7656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5\",\"6,924\",\"3,481\",\"1.44\",\"0.1\",\"\""
## [7657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"0\",\"7,549\",\"3,481\",\"-\",\"0\",\"\""
## [7658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5\",\"8,329\",\"3,481\",\"1.44\",\"0.1\",\"\""
## [7659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"20\",\"6,985\",\"3,481\",\"5.75\",\"0.3\",\"\""
## [7660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6\",\"4,278\",\"3,481\",\"1.72\",\"0.1\",\"\""
## [7661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"0\",\"2,895\",\"3,481\",\"-\",\"0\",\"\""
## [7662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2\",\"2,117\",\"3,481\",\"0.57\",\"0.1\",\"\""
## [7663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1\",\"2071\",\"3481\",\"0.29\",\"0\",\"\""
## [7664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"0\",\"1770\",\"3481\",\"0\",\"0\",\"\""
## [7665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"8,302\",\"1,947\",\"-\",\"0\",\"\""
## [7666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"7,950\",\"1,947\",\"-\",\"0\",\"\""
## [7667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,249\",\"1,947\",\"0.51\",\"0\",\"\""
## [7668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"5,835\",\"1,947\",\"-\",\"0\",\"\""
## [7669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"4,902\",\"1,947\",\"-\",\"0\",\"\""
## [7670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"5,272\",\"1,947\",\"1.03\",\"0\",\"\""
## [7671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"8,528\",\"1,947\",\"2.57\",\"0.1\",\"\""
## [7672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"12,058\",\"1,947\",\"0.51\",\"0\",\"\""
## [7673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"8,189\",\"1,947\",\"0.51\",\"0\",\"\""
## [7674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"4,433\",\"1,947\",\"-\",\"0\",\"\""
## [7675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1,705\",\"1,947\",\"-\",\"0\",\"\""
## [7676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"1,455\",\"1,947\",\"1.03\",\"0.1\",\"\""
## [7677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1711\",\"1947\",\"0.51\",\"0.1\",\"\""
## [7678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1955\",\"1947\",\"0\",\"0\",\"\""
## [7679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"8,384\",\"996\",\"3.01\",\"0\",\"\""
## [7680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"7,049\",\"996\",\"4.02\",\"0.1\",\"\""
## [7681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"10,141\",\"996\",\"7.03\",\"0.1\",\"\""
## [7682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"12,048\",\"996\",\"4.02\",\"0\",\"\""
## [7683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"14,203\",\"996\",\"7.03\",\"0\",\"\""
## [7684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"12,957\",\"996\",\"7.03\",\"0.1\",\"\""
## [7685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"13,125\",\"996\",\"11.04\",\"0.1\",\"\""
## [7686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13\",\"8,988\",\"996\",\"13.05\",\"0.1\",\"\""
## [7687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"5,156\",\"996\",\"1\",\"0\",\"\""
## [7688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"3,632\",\"996\",\"-\",\"0\",\"\""
## [7689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2,292\",\"996\",\"2.01\",\"0.1\",\"\""
## [7690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,007\",\"996\",\"1\",\"0\",\"\""
## [7691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2648\",\"996\",\"2.01\",\"0.1\",\"\""
## [7692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2929\",\"996\",\"1\",\"0\",\"\""
## [7693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"13\",\"9,604\",\"8,273\",\"1.57\",\"0.1\",\"\""
## [7694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"71\",\"13,588\",\"8,273\",\"8.58\",\"0.5\",\"\""
## [7695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"79\",\"12,318\",\"8,273\",\"9.55\",\"0.6\",\"\""
## [7696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"37\",\"9,359\",\"8,273\",\"4.47\",\"0.4\",\"\""
## [7697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"18\",\"5,803\",\"8,273\",\"2.18\",\"0.3\",\"\""
## [7698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"14\",\"3,629\",\"8,273\",\"1.69\",\"0.4\",\"\""
## [7699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"21\",\"4,326\",\"8,273\",\"2.54\",\"0.5\",\"\""
## [7700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"35\",\"8,726\",\"8,273\",\"4.23\",\"0.4\",\"\""
## [7701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"29\",\"4,835\",\"8,273\",\"3.51\",\"0.6\",\"\""
## [7702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"10\",\"2,200\",\"8,273\",\"1.21\",\"0.5\",\"\""
## [7703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"2\",\"3,148\",\"8,273\",\"0.24\",\"0.1\",\"\""
## [7704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"2\",\"3,004\",\"8,273\",\"0.24\",\"0.1\",\"\""
## [7705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"12\",\"7452\",\"8273\",\"1.45\",\"0.2\",\"\""
## [7706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"18\",\"17256\",\"8273\",\"2.18\",\"0.1\",\"\""
## [7707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1\",\"4,837\",\"1,911\",\"0.52\",\"0\",\"\""
## [7708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"5,554\",\"1,911\",\"3.14\",\"0.1\",\"\""
## [7709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"6,227\",\"1,911\",\"5.76\",\"0.2\",\"\""
## [7710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"5,464\",\"1,911\",\"3.14\",\"0.1\",\"\""
## [7711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"4,447\",\"1,911\",\"5.23\",\"0.2\",\"\""
## [7712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"5,062\",\"1,911\",\"3.14\",\"0.1\",\"\""
## [7713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"4,701\",\"1,911\",\"2.62\",\"0.1\",\"\""
## [7714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"4,445\",\"1,911\",\"5.23\",\"0.2\",\"\""
## [7715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2\",\"2,667\",\"1,911\",\"1.05\",\"0.1\",\"\""
## [7716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1\",\"2,018\",\"1,911\",\"0.52\",\"0\",\"\""
## [7717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"1,720\",\"1,911\",\"-\",\"0\",\"\""
## [7718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1\",\"1,659\",\"1,911\",\"0.52\",\"0.1\",\"\""
## [7719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"1765\",\"1911\",\"0\",\"0\",\"\""
## [7720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"2101\",\"1911\",\"0\",\"0\",\"\""
## [7721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"90\",\"45,408\",\"26,079\",\"3.45\",\"0.2\",\"\""
## [7722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"118\",\"50,038\",\"26,079\",\"4.52\",\"0.2\",\"\""
## [7723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"131\",\"52,329\",\"26,079\",\"5.02\",\"0.3\",\"\""
## [7724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"102\",\"41,562\",\"26,079\",\"3.91\",\"0.2\",\"\""
## [7725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"137\",\"48,912\",\"26,079\",\"5.25\",\"0.3\",\"\""
## [7726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"120\",\"50,524\",\"26,079\",\"4.6\",\"0.2\",\"\""
## [7727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"40\",\"32,968\",\"26,079\",\"1.53\",\"0.1\",\"\""
## [7728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"11\",\"26,812\",\"26,079\",\"0.42\",\"0\",\"\""
## [7729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"11\",\"13,624\",\"26,079\",\"0.42\",\"0.1\",\"\""
## [7730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"8\",\"4,761\",\"26,079\",\"0.31\",\"0.2\",\"\""
## [7731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2\",\"2,502\",\"26,079\",\"0.08\",\"0.1\",\"\""
## [7732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"0\",\"2,304\",\"26,079\",\"-\",\"0\",\"\""
## [7733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2\",\"4214\",\"26079\",\"0.08\",\"0\",\"\""
## [7734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1\",\"2369\",\"26079\",\"0.04\",\"0\",\"\""
## [7735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"5,627\",\"1,618\",\"1.24\",\"0\",\"\""
## [7736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"7,275\",\"1,618\",\"4.33\",\"0.1\",\"\""
## [7737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"6,859\",\"1,618\",\"-\",\"0\",\"\""
## [7738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"24\",\"9,022\",\"1,618\",\"14.83\",\"0.3\",\"\""
## [7739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"8,018\",\"1,618\",\"9.27\",\"0.2\",\"\""
## [7740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"51\",\"7,188\",\"1,618\",\"31.52\",\"0.7\",\"\""
## [7741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"8,875\",\"1,618\",\"4.94\",\"0.1\",\"\""
## [7742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"3,947\",\"1,618\",\"2.47\",\"0.1\",\"\""
## [7743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"2,086\",\"1,618\",\"1.24\",\"0.1\",\"\""
## [7744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"1,092\",\"1,618\",\"-\",\"0\",\"\""
## [7745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"1,310\",\"1,618\",\"-\",\"0\",\"\""
## [7746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"1,618\",\"-\",\"0\",\"\""
## [7747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"1850\",\"1618\",\"9.89\",\"0.9\",\"\""
## [7748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"2592\",\"1618\",\"0\",\"0\",\"\""
## [7749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"44\",\"23,137\",\"11,884\",\"3.7\",\"0.2\",\"\""
## [7750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"150\",\"24,400\",\"11,884\",\"12.62\",\"0.6\",\"\""
## [7751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"140\",\"25,589\",\"11,884\",\"11.78\",\"0.5\",\"\""
## [7752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"88\",\"21,096\",\"11,884\",\"7.4\",\"0.4\",\"\""
## [7753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"48\",\"26,013\",\"11,884\",\"4.04\",\"0.2\",\"\""
## [7754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27\",\"31,212\",\"11,884\",\"2.27\",\"0.1\",\"\""
## [7755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27\",\"30,422\",\"11,884\",\"2.27\",\"0.1\",\"\""
## [7756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27\",\"27,917\",\"11,884\",\"2.27\",\"0.1\",\"\""
## [7757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"10\",\"17,375\",\"11,884\",\"0.84\",\"0.1\",\"\""
## [7758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"10\",\"10,238\",\"11,884\",\"0.84\",\"0.1\",\"\""
## [7759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6\",\"7,762\",\"11,884\",\"0.5\",\"0.1\",\"\""
## [7760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"9\",\"7,207\",\"11,884\",\"0.76\",\"0.1\",\"\""
## [7761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6\",\"7072\",\"11884\",\"0.5\",\"0.1\",\"\""
## [7762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"11\",\"7952\",\"11884\",\"0.93\",\"0.1\",\"\""
## [7763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"23\",\"10,276\",\"8,462\",\"2.72\",\"0.2\",\"\""
## [7764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"57\",\"11,788\",\"8,462\",\"6.74\",\"0.5\",\"\""
## [7765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"57\",\"18,796\",\"8,462\",\"6.74\",\"0.3\",\"\""
## [7766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"47\",\"12,847\",\"8,462\",\"5.55\",\"0.4\",\"\""
## [7767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"62\",\"10,450\",\"8,462\",\"7.33\",\"0.6\",\"\""
## [7768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"11\",\"9,329\",\"8,462\",\"1.3\",\"0.1\",\"\""
## [7769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"31\",\"14,876\",\"8,462\",\"3.66\",\"0.2\",\"\""
## [7770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"314\",\"22,302\",\"8,462\",\"37.11\",\"1.4\",\"\""
## [7771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"235\",\"10,429\",\"8,462\",\"27.77\",\"2.3\",\"\""
## [7772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"59\",\"7,162\",\"8,462\",\"6.97\",\"0.8\",\"\""
## [7773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"49\",\"6,420\",\"8,462\",\"5.79\",\"0.8\",\"\""
## [7774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"25\",\"5,755\",\"8,462\",\"2.95\",\"0.4\",\"\""
## [7775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"3\",\"5601\",\"8462\",\"0.35\",\"0.1\",\"\""
## [7776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"0\",\"6359\",\"8462\",\"0\",\"0\",\"\""
## [7777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"9,856\",\"3,919\",\"4.85\",\"0.2\",\"\""
## [7778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"63\",\"11,689\",\"3,919\",\"16.08\",\"0.5\",\"\""
## [7779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"147\",\"11,077\",\"3,919\",\"37.51\",\"1.3\",\"\""
## [7780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"105\",\"9,485\",\"3,919\",\"26.79\",\"1.1\",\"\""
## [7781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"36\",\"8,907\",\"3,919\",\"9.19\",\"0.4\",\"\""
## [7782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"10,363\",\"3,919\",\"2.04\",\"0.1\",\"\""
## [7783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"10,317\",\"3,919\",\"-\",\"0\",\"\""
## [7784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"6,512\",\"3,919\",\"0.77\",\"0\",\"\""
## [7785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"3,154\",\"3,919\",\"0.26\",\"0\",\"\""
## [7786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"739\",\"3,919\",\"0.26\",\"0.1\",\"\""
## [7787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"716\",\"3,919\",\"-\",\"0\",\"\""
## [7788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"1,011\",\"3,919\",\"0.26\",\"0.1\",\"\""
## [7789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"1278\",\"3919\",\"0.26\",\"0.1\",\"\""
## [7790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"2548\",\"3919\",\"0.26\",\"0\",\"\""
## [7791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"38\",\"13,888\",\"7,043\",\"5.4\",\"0.3\",\"\""
## [7792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"15\",\"15,487\",\"7,043\",\"2.13\",\"0.1\",\"\""
## [7793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"23\",\"17,225\",\"7,043\",\"3.27\",\"0.1\",\"\""
## [7794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"17\",\"14,764\",\"7,043\",\"2.41\",\"0.1\",\"\""
## [7795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"13\",\"11,595\",\"7,043\",\"1.85\",\"0.1\",\"\""
## [7796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"0\",\"8,144\",\"7,043\",\"-\",\"0\",\"\""
## [7797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6\",\"7,996\",\"7,043\",\"0.85\",\"0.1\",\"\""
## [7798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"7\",\"8,969\",\"7,043\",\"0.99\",\"0.1\",\"\""
## [7799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"9\",\"8,989\",\"7,043\",\"1.28\",\"0.1\",\"\""
## [7800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"8\",\"6,845\",\"7,043\",\"1.14\",\"0.1\",\"\""
## [7801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"5\",\"6,328\",\"7,043\",\"0.71\",\"0.1\",\"\""
## [7802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"8\",\"5,830\",\"7,043\",\"1.14\",\"0.1\",\"\""
## [7803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6\",\"5404\",\"7043\",\"0.85\",\"0.1\",\"\""
## [7804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"13\",\"8789\",\"7043\",\"1.85\",\"0.1\",\"\""
## [7805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"7\",\"17,874\",\"6,046\",\"1.16\",\"0\",\"\""
## [7806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14\",\"22,878\",\"6,046\",\"2.32\",\"0.1\",\"\""
## [7807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"8\",\"22,899\",\"6,046\",\"1.32\",\"0\",\"\""
## [7808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"9\",\"26,384\",\"6,046\",\"1.49\",\"0\",\"\""
## [7809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"7\",\"26,255\",\"6,046\",\"1.16\",\"0\",\"\""
## [7810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"3\",\"20,851\",\"6,046\",\"0.5\",\"0\",\"\""
## [7811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"3\",\"18,152\",\"6,046\",\"0.5\",\"0\",\"\""
## [7812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1\",\"15,748\",\"6,046\",\"0.17\",\"0\",\"\""
## [7813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1\",\"7,723\",\"6,046\",\"0.17\",\"0\",\"\""
## [7814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2\",\"5,472\",\"6,046\",\"0.33\",\"0\",\"\""
## [7815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2\",\"3,074\",\"6,046\",\"0.33\",\"0.1\",\"\""
## [7816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"8\",\"2,807\",\"6,046\",\"1.32\",\"0.3\",\"\""
## [7817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"4\",\"3825\",\"6046\",\"0.66\",\"0.1\",\"\""
## [7818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1\",\"7163\",\"6046\",\"0.17\",\"0\",\"\""
## [7819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6\",\"19,364\",\"7,872\",\"0.76\",\"0\",\"\""
## [7820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6\",\"20,890\",\"7,872\",\"0.76\",\"0\",\"\""
## [7821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15\",\"19,250\",\"7,872\",\"1.91\",\"0.1\",\"\""
## [7822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"23,349\",\"7,872\",\"1.27\",\"0\",\"\""
## [7823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"22,386\",\"7,872\",\"1.27\",\"0\",\"\""
## [7824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3\",\"10,091\",\"7,872\",\"0.38\",\"0\",\"\""
## [7825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15\",\"5,831\",\"7,872\",\"1.91\",\"0.3\",\"\""
## [7826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"9\",\"4,376\",\"7,872\",\"1.14\",\"0.2\",\"\""
## [7827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4\",\"3,129\",\"7,872\",\"0.51\",\"0.1\",\"\""
## [7828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1\",\"1,719\",\"7,872\",\"0.13\",\"0.1\",\"\""
## [7829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1\",\"1,342\",\"7,872\",\"0.13\",\"0.1\",\"\""
## [7830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2\",\"1,465\",\"7,872\",\"0.25\",\"0.1\",\"\""
## [7831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2\",\"2685\",\"7872\",\"0.25\",\"0.1\",\"\""
## [7832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2\",\"3384\",\"7872\",\"0.25\",\"0.1\",\"\""
## [7833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"8,609\",\"1,737\",\"3.45\",\"0.1\",\"\""
## [7834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"11,818\",\"1,737\",\"2.88\",\"0\",\"\""
## [7835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"13,353\",\"1,737\",\"2.88\",\"0\",\"\""
## [7836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"10,521\",\"1,737\",\"1.15\",\"0\",\"\""
## [7837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"9,651\",\"1,737\",\"1.15\",\"0\",\"\""
## [7838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"6,343\",\"1,737\",\"0.58\",\"0\",\"\""
## [7839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"6,999\",\"1,737\",\"-\",\"0\",\"\""
## [7840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"8,942\",\"1,737\",\"2.88\",\"0.1\",\"\""
## [7841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"5,881\",\"1,737\",\"0.58\",\"0\",\"\""
## [7842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"3,812\",\"1,737\",\"-\",\"0\",\"\""
## [7843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"2,186\",\"1,737\",\"-\",\"0\",\"\""
## [7844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"2,048\",\"1,737\",\"0.58\",\"0\",\"\""
## [7845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"2546\",\"1737\",\"0\",\"0\",\"\""
## [7846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"2692\",\"1737\",\"1.15\",\"0.1\",\"\""
## [7847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"33\",\"6,912\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [7848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"44\",\"7,581\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [7849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"57\",\"7,300\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [7850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"47\",\"5,420\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [7851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"26\",\"4,078\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [7852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"13\",\"3,251\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"11\",\"2,645\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"7\",\"2,231\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [7855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"5\",\"1,539\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [7856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3\",\"1,322\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [7857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"2\",\"1,122\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [7858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"4\",\"1,004\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1\",\"1111\",\"N/A\",\"N/A\",\"0.1\",\"\""
## [7860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"7\",\"1930\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [7861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"248\",\"47,870\",\"11,554\",\"21.46\",\"0.5\",\"\""
## [7862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"318\",\"64,607\",\"11,554\",\"27.52\",\"0.5\",\"\""
## [7863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"205\",\"68,915\",\"11,554\",\"17.74\",\"0.3\",\"\""
## [7864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"169\",\"59,659\",\"11,554\",\"14.63\",\"0.3\",\"\""
## [7865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"116\",\"43,877\",\"11,554\",\"10.04\",\"0.3\",\"\""
## [7866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"72\",\"25,691\",\"11,554\",\"6.23\",\"0.3\",\"\""
## [7867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"183\",\"29,117\",\"11,554\",\"15.84\",\"0.6\",\"\""
## [7868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"239\",\"35,855\",\"11,554\",\"20.69\",\"0.7\",\"\""
## [7869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"131\",\"24,523\",\"11,554\",\"11.34\",\"0.5\",\"\""
## [7870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"8\",\"6,450\",\"11,554\",\"0.69\",\"0.1\",\"\""
## [7871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"6\",\"6,650\",\"11,554\",\"0.52\",\"0.1\",\"\""
## [7872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"18\",\"9,257\",\"11,554\",\"1.56\",\"0.2\",\"\""
## [7873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"14\",\"17576\",\"11554\",\"1.21\",\"0.1\",\"\""
## [7874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"22\",\"29408\",\"11554\",\"1.9\",\"0.1\",\"\""
## [7875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,604\",\"294,467\",\"123,987\",\"12.94\",\"0.5\",\"\""
## [7876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,948\",\"448,957\",\"123,987\",\"23.78\",\"0.7\",\"\""
## [7877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,191\",\"721,451\",\"123,987\",\"41.87\",\"0.7\",\"\""
## [7878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,191\",\"624,009\",\"123,987\",\"25.74\",\"0.5\",\"\""
## [7879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,969\",\"560,544\",\"123,987\",\"15.88\",\"0.4\",\"\""
## [7880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,240\",\"480,702\",\"123,987\",\"10\",\"0.3\",\"\""
## [7881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"967\",\"338,973\",\"123,987\",\"7.8\",\"0.3\",\"\""
## [7882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"787\",\"270,086\",\"123,987\",\"6.35\",\"0.3\",\"\""
## [7883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"479\",\"157,738\",\"123,987\",\"3.86\",\"0.3\",\"\""
## [7884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"332\",\"140,198\",\"123,987\",\"2.68\",\"0.2\",\"\""
## [7885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"273\",\"121,607\",\"123,987\",\"2.2\",\"0.2\",\"\""
## [7886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"251\",\"116,385\",\"123,987\",\"2.02\",\"0.2\",\"\""
## [7887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"327\",\"149592\",\"123987\",\"2.64\",\"0.2\",\"\""
## [7888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"437\",\"219569\",\"123987\",\"3.52\",\"0.2\",\"\""
## [7889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"8,298\",\"3,208\",\"4.36\",\"0.2\",\"\""
## [7890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"8,541\",\"3,208\",\"3.74\",\"0.1\",\"\""
## [7891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"11,467\",\"3,208\",\"3.74\",\"0.1\",\"\""
## [7892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13\",\"13,075\",\"3,208\",\"4.05\",\"0.1\",\"\""
## [7893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"16\",\"15,350\",\"3,208\",\"4.99\",\"0.1\",\"\""
## [7894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"16,047\",\"3,208\",\"5.3\",\"0.1\",\"\""
## [7895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"14,297\",\"3,208\",\"6.55\",\"0.1\",\"\""
## [7896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"13,070\",\"3,208\",\"6.55\",\"0.2\",\"\""
## [7897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2\",\"9,226\",\"3,208\",\"0.62\",\"0\",\"\""
## [7898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"5\",\"5,277\",\"3,208\",\"1.56\",\"0.1\",\"\""
## [7899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1\",\"3,682\",\"3,208\",\"0.31\",\"0\",\"\""
## [7900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"5\",\"2,075\",\"3,208\",\"1.56\",\"0.2\",\"\""
## [7901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2\",\"2707\",\"3208\",\"0.62\",\"0.1\",\"\""
## [7902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2\",\"4229\",\"3208\",\"0.62\",\"0\",\"\""
## [7903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"14,537\",\"2,529\",\"-\",\"0\",\"\""
## [7904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"11,940\",\"2,529\",\"0.79\",\"0\",\"\""
## [7905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"8,229\",\"2,529\",\"0.4\",\"0\",\"\""
## [7906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"6,212\",\"2,529\",\"3.95\",\"0.2\",\"\""
## [7907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"56\",\"6,169\",\"2,529\",\"22.14\",\"0.9\",\"\""
## [7908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"18\",\"3,661\",\"2,529\",\"7.12\",\"0.5\",\"\""
## [7909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"4,750\",\"2,529\",\"2.37\",\"0.1\",\"\""
## [7910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"42\",\"5,097\",\"2,529\",\"16.61\",\"0.8\",\"\""
## [7911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"2,419\",\"2,529\",\"6.72\",\"0.7\",\"\""
## [7912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,521\",\"2,529\",\"0.79\",\"0.1\",\"\""
## [7913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"1,622\",\"2,529\",\"2.77\",\"0.4\",\"\""
## [7914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"1,527\",\"2,529\",\"1.98\",\"0.3\",\"\""
## [7915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"1734\",\"2529\",\"1.98\",\"0.3\",\"\""
## [7916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"16\",\"4684\",\"2529\",\"6.33\",\"0.3\",\"\""
## [7917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"9,415\",\"4,182\",\"0.72\",\"0\",\"\""
## [7918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"9,429\",\"4,182\",\"3.59\",\"0.2\",\"\""
## [7919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"9,086\",\"4,182\",\"3.35\",\"0.2\",\"\""
## [7920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"6,260\",\"4,182\",\"3.35\",\"0.2\",\"\""
## [7921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"5,649\",\"4,182\",\"0.96\",\"0.1\",\"\""
## [7922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"7,379\",\"4,182\",\"0.96\",\"0.1\",\"\""
## [7923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"0\",\"7,032\",\"4,182\",\"-\",\"0\",\"\""
## [7924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"7,685\",\"4,182\",\"0.72\",\"0\",\"\""
## [7925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1\",\"6,310\",\"4,182\",\"0.24\",\"0\",\"\""
## [7926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"4,214\",\"4,182\",\"1.43\",\"0.1\",\"\""
## [7927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2\",\"2,465\",\"4,182\",\"0.48\",\"0.1\",\"\""
## [7928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"1,671\",\"4,182\",\"1.43\",\"0.4\",\"\""
## [7929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"1753\",\"4182\",\"0.72\",\"0.2\",\"\""
## [7930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"2220\",\"4182\",\"0.96\",\"0.2\",\"\""
## [7931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"27\",\"13,176\",\"2,846\",\"9.49\",\"0.2\",\"\""
## [7932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11\",\"14,036\",\"2,846\",\"3.87\",\"0.1\",\"\""
## [7933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"17\",\"11,542\",\"2,846\",\"5.97\",\"0.1\",\"\""
## [7934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"22\",\"11,737\",\"2,846\",\"7.73\",\"0.2\",\"\""
## [7935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"22\",\"12,681\",\"2,846\",\"7.73\",\"0.2\",\"\""
## [7936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"22\",\"8,453\",\"2,846\",\"7.73\",\"0.3\",\"\""
## [7937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"27\",\"9,030\",\"2,846\",\"9.49\",\"0.3\",\"\""
## [7938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"31\",\"8,427\",\"2,846\",\"10.89\",\"0.4\",\"\""
## [7939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"4,404\",\"2,846\",\"2.81\",\"0.2\",\"\""
## [7940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5\",\"1,752\",\"2,846\",\"1.76\",\"0.3\",\"\""
## [7941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5\",\"1,136\",\"2,846\",\"1.76\",\"0.4\",\"\""
## [7942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"1,090\",\"2,846\",\"2.81\",\"0.7\",\"\""
## [7943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1\",\"1960\",\"2846\",\"0.35\",\"0.1\",\"\""
## [7944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"2121\",\"2846\",\"0.7\",\"0.1\",\"\""
## [7945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"14\",\"33,759\",\"10,183\",\"1.37\",\"0\",\"\""
## [7946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"28,937\",\"10,183\",\"1.96\",\"0.1\",\"\""
## [7947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"15\",\"32,281\",\"10,183\",\"1.47\",\"0\",\"\""
## [7948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"39,383\",\"10,183\",\"1.67\",\"0\",\"\""
## [7949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"43,441\",\"10,183\",\"2.26\",\"0.1\",\"\""
## [7950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"40,654\",\"10,183\",\"1.08\",\"0\",\"\""
## [7951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"31,759\",\"10,183\",\"0.98\",\"0\",\"\""
## [7952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"37,843\",\"10,183\",\"1.77\",\"0\",\"\""
## [7953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"17,223\",\"10,183\",\"0.69\",\"0\",\"\""
## [7954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"7,055\",\"10,183\",\"0.49\",\"0.1\",\"\""
## [7955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"3,695\",\"10,183\",\"0.2\",\"0.1\",\"\""
## [7956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"0\",\"2,857\",\"10,183\",\"-\",\"0\",\"\""
## [7957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"1\",\"2831\",\"10183\",\"0.1\",\"0\",\"\""
## [7958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"0\",\"5210\",\"10183\",\"0\",\"0\",\"\""
## [7959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"46\",\"8,640\",\"8,930\",\"5.15\",\"0.5\",\"\""
## [7960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"5,848\",\"8,930\",\"1.9\",\"0.3\",\"\""
## [7961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"4,556\",\"8,930\",\"1.23\",\"0.2\",\"\""
## [7962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"22\",\"5,451\",\"8,930\",\"2.46\",\"0.4\",\"\""
## [7963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6\",\"4,528\",\"8,930\",\"0.67\",\"0.1\",\"\""
## [7964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6\",\"3,320\",\"8,930\",\"0.67\",\"0.2\",\"\""
## [7965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2\",\"3,384\",\"8,930\",\"0.22\",\"0.1\",\"\""
## [7966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"5,166\",\"8,930\",\"0.45\",\"0.1\",\"\""
## [7967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5\",\"3,762\",\"8,930\",\"0.56\",\"0.1\",\"\""
## [7968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"2,417\",\"8,930\",\"0.45\",\"0.2\",\"\""
## [7969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"1,573\",\"8,930\",\"-\",\"0\",\"\""
## [7970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"1,449\",\"8,930\",\"-\",\"0\",\"\""
## [7971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1\",\"2231\",\"8930\",\"0.11\",\"0\",\"\""
## [7972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1\",\"3910\",\"8930\",\"0.11\",\"0\",\"\""
## [7973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"8\",\"18,023\",\"8,495\",\"0.94\",\"0\",\"\""
## [7974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"15\",\"18,952\",\"8,495\",\"1.77\",\"0.1\",\"\""
## [7975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"14\",\"18,463\",\"8,495\",\"1.65\",\"0.1\",\"\""
## [7976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"5\",\"15,846\",\"8,495\",\"0.59\",\"0\",\"\""
## [7977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12\",\"13,847\",\"8,495\",\"1.41\",\"0.1\",\"\""
## [7978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"5\",\"13,948\",\"8,495\",\"0.59\",\"0\",\"\""
## [7979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"21\",\"10,083\",\"8,495\",\"2.47\",\"0.2\",\"\""
## [7980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"4\",\"12,879\",\"8,495\",\"0.47\",\"0\",\"\""
## [7981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"4\",\"7,782\",\"8,495\",\"0.47\",\"0.1\",\"\""
## [7982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"3\",\"6,058\",\"8,495\",\"0.35\",\"0\",\"\""
## [7983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"0\",\"4,851\",\"8,495\",\"-\",\"0\",\"\""
## [7984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"6\",\"5,868\",\"8,495\",\"0.71\",\"0.1\",\"\""
## [7985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"8\",\"9436\",\"8495\",\"0.94\",\"0.1\",\"\""
## [7986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"6\",\"11295\",\"8495\",\"0.71\",\"0.1\",\"\""
## [7987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"8\",\"19,042\",\"9,551\",\"0.84\",\"0\",\"\""
## [7988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"6\",\"20,530\",\"9,551\",\"0.63\",\"0\",\"\""
## [7989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"13\",\"26,816\",\"9,551\",\"1.36\",\"0\",\"\""
## [7990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21\",\"27,555\",\"9,551\",\"2.2\",\"0.1\",\"\""
## [7991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"6\",\"23,106\",\"9,551\",\"0.63\",\"0\",\"\""
## [7992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"17,674\",\"9,551\",\"0.73\",\"0\",\"\""
## [7993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"14\",\"20,487\",\"9,551\",\"1.47\",\"0.1\",\"\""
## [7994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"9\",\"21,218\",\"9,551\",\"0.94\",\"0\",\"\""
## [7995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2\",\"8,175\",\"9,551\",\"0.21\",\"0\",\"\""
## [7996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3\",\"3,521\",\"9,551\",\"0.31\",\"0.1\",\"\""
## [7997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"0\",\"2,025\",\"9,551\",\"-\",\"0\",\"\""
## [7998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2\",\"1,529\",\"9,551\",\"0.21\",\"0.1\",\"\""
## [7999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3\",\"4681\",\"9551\",\"0.31\",\"0.1\",\"\""
## [8000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"12403\",\"9551\",\"0.73\",\"0.1\",\"\""
## [8001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18\",\"19,146\",\"3,950\",\"4.56\",\"0.1\",\"\""
## [8002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"17,186\",\"3,950\",\"6.08\",\"0.1\",\"\""
## [8003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"10,309\",\"3,950\",\"3.29\",\"0.1\",\"\""
## [8004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"7,655\",\"3,950\",\"3.54\",\"0.2\",\"\""
## [8005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"11,170\",\"3,950\",\"3.29\",\"0.1\",\"\""
## [8006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"21\",\"18,903\",\"3,950\",\"5.32\",\"0.1\",\"\""
## [8007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6\",\"18,950\",\"3,950\",\"1.52\",\"0\",\"\""
## [8008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"7\",\"14,538\",\"3,950\",\"1.77\",\"0\",\"\""
## [8009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2\",\"6,012\",\"3,950\",\"0.51\",\"0\",\"\""
## [8010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"0\",\"3,847\",\"3,950\",\"-\",\"0\",\"\""
## [8011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"1\",\"3,563\",\"3,950\",\"0.25\",\"0\",\"\""
## [8012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"1\",\"2,601\",\"3,950\",\"0.25\",\"0\",\"\""
## [8013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"0\",\"3280\",\"3950\",\"0\",\"0\",\"\""
## [8014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"0\",\"5348\",\"3950\",\"0\",\"0\",\"\""
## [8015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"16\",\"4,059\",\"2,159\",\"7.41\",\"0.4\",\"\""
## [8016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"16\",\"5,373\",\"2,159\",\"7.41\",\"0.3\",\"\""
## [8017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"5,978\",\"2,159\",\"4.17\",\"0.2\",\"\""
## [8018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"13\",\"4,262\",\"2,159\",\"6.02\",\"0.3\",\"\""
## [8019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"6\",\"3,356\",\"2,159\",\"2.78\",\"0.2\",\"\""
## [8020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"3,310\",\"2,159\",\"3.24\",\"0.2\",\"\""
## [8021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1\",\"3,570\",\"2,159\",\"0.46\",\"0\",\"\""
## [8022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"5,049\",\"2,159\",\"8.8\",\"0.4\",\"\""
## [8023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3\",\"4,628\",\"2,159\",\"1.39\",\"0.1\",\"\""
## [8024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3\",\"2,530\",\"2,159\",\"1.39\",\"0.1\",\"\""
## [8025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"0\",\"1,894\",\"2,159\",\"-\",\"0\",\"\""
## [8026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"0\",\"1,175\",\"2,159\",\"-\",\"0\",\"\""
## [8027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1\",\"1735\",\"2159\",\"0.46\",\"0.1\",\"\""
## [8028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3\",\"2899\",\"2159\",\"1.39\",\"0.1\",\"\""
## [8029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"40\",\"13,970\",\"9,461\",\"4.23\",\"0.3\",\"\""
## [8030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"62\",\"18,016\",\"9,461\",\"6.55\",\"0.3\",\"\""
## [8031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"24\",\"17,079\",\"9,461\",\"2.54\",\"0.1\",\"\""
## [8032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"13\",\"13,672\",\"9,461\",\"1.37\",\"0.1\",\"\""
## [8033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"13\",\"13,478\",\"9,461\",\"1.37\",\"0.1\",\"\""
## [8034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"18\",\"15,863\",\"9,461\",\"1.9\",\"0.1\",\"\""
## [8035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"16\",\"18,140\",\"9,461\",\"1.69\",\"0.1\",\"\""
## [8036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"21\",\"14,399\",\"9,461\",\"2.22\",\"0.1\",\"\""
## [8037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"15\",\"10,029\",\"9,461\",\"1.59\",\"0.1\",\"\""
## [8038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4\",\"5,738\",\"9,461\",\"0.42\",\"0.1\",\"\""
## [8039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4\",\"3,980\",\"9,461\",\"0.42\",\"0.1\",\"\""
## [8040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"7\",\"4,561\",\"9,461\",\"0.74\",\"0.2\",\"\""
## [8041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4\",\"5221\",\"9461\",\"0.42\",\"0.1\",\"\""
## [8042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3\",\"5086\",\"9461\",\"0.32\",\"0.1\",\"\""
## [8043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"33\",\"14,988\",\"7,890\",\"4.18\",\"0.2\",\"\""
## [8044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"38\",\"25,703\",\"7,890\",\"4.82\",\"0.1\",\"\""
## [8045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"22\",\"18,311\",\"7,890\",\"2.79\",\"0.1\",\"\""
## [8046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"40\",\"18,289\",\"7,890\",\"5.07\",\"0.2\",\"\""
## [8047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"27\",\"20,745\",\"7,890\",\"3.42\",\"0.1\",\"\""
## [8048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"37\",\"26,625\",\"7,890\",\"4.69\",\"0.1\",\"\""
## [8049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"36\",\"23,451\",\"7,890\",\"4.56\",\"0.2\",\"\""
## [8050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"25\",\"16,444\",\"7,890\",\"3.17\",\"0.2\",\"\""
## [8051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"23\",\"11,396\",\"7,890\",\"2.92\",\"0.2\",\"\""
## [8052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"21\",\"7,660\",\"7,890\",\"2.66\",\"0.3\",\"\""
## [8053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"30\",\"6,059\",\"7,890\",\"3.8\",\"0.5\",\"\""
## [8054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"18\",\"4,856\",\"7,890\",\"2.28\",\"0.4\",\"\""
## [8055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"40\",\"5765\",\"7890\",\"5.07\",\"0.7\",\"\""
## [8056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"3\",\"7282\",\"7890\",\"0.38\",\"0\",\"\""
## [8057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"26\",\"25,880\",\"16,783\",\"1.55\",\"0.1\",\"\""
## [8058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"56\",\"25,330\",\"16,783\",\"3.34\",\"0.2\",\"\""
## [8059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"41\",\"27,330\",\"16,783\",\"2.44\",\"0.2\",\"\""
## [8060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"58\",\"39,733\",\"16,783\",\"3.46\",\"0.1\",\"\""
## [8061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"60\",\"40,215\",\"16,783\",\"3.58\",\"0.1\",\"\""
## [8062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"41\",\"23,604\",\"16,783\",\"2.44\",\"0.2\",\"\""
## [8063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"33\",\"21,472\",\"16,783\",\"1.97\",\"0.2\",\"\""
## [8064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"47\",\"20,760\",\"16,783\",\"2.8\",\"0.2\",\"\""
## [8065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"25\",\"16,476\",\"16,783\",\"1.49\",\"0.2\",\"\""
## [8066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"24\",\"10,464\",\"16,783\",\"1.43\",\"0.2\",\"\""
## [8067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"15\",\"8,208\",\"16,783\",\"0.89\",\"0.2\",\"\""
## [8068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"11\",\"5,466\",\"16,783\",\"0.66\",\"0.2\",\"\""
## [8069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"19\",\"6577\",\"16783\",\"1.13\",\"0.3\",\"\""
## [8070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"17\",\"10092\",\"16783\",\"1.01\",\"0.2\",\"\""
## [8071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"5,020\",\"2,349\",\"2.13\",\"0.1\",\"\""
## [8072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"3,821\",\"2,349\",\"2.55\",\"0.2\",\"\""
## [8073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"5,586\",\"2,349\",\"2.13\",\"0.1\",\"\""
## [8074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"7,974\",\"2,349\",\"7.66\",\"0.2\",\"\""
## [8075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"5,086\",\"2,349\",\"3.83\",\"0.2\",\"\""
## [8076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4\",\"4,063\",\"2,349\",\"1.7\",\"0.1\",\"\""
## [8077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"5,639\",\"2,349\",\"2.13\",\"0.1\",\"\""
## [8078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"7\",\"4,783\",\"2,349\",\"2.98\",\"0.1\",\"\""
## [8079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2\",\"3,054\",\"2,349\",\"0.85\",\"0.1\",\"\""
## [8080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1\",\"3,235\",\"2,349\",\"0.43\",\"0\",\"\""
## [8081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"0\",\"1,908\",\"2,349\",\"-\",\"0\",\"\""
## [8082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1\",\"1,725\",\"2,349\",\"0.43\",\"0.1\",\"\""
## [8083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"0\",\"1685\",\"2349\",\"0\",\"0\",\"\""
## [8084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"0\",\"1530\",\"2349\",\"0\",\"0\",\"\""
## [8085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"5\",\"11,652\",\"3,545\",\"1.41\",\"0\",\"\""
## [8086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"10,428\",\"3,545\",\"0.85\",\"0\",\"\""
## [8087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"5\",\"12,043\",\"3,545\",\"1.41\",\"0\",\"\""
## [8088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"5\",\"11,775\",\"3,545\",\"1.41\",\"0\",\"\""
## [8089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"7\",\"10,609\",\"3,545\",\"1.97\",\"0.1\",\"\""
## [8090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"5\",\"10,340\",\"3,545\",\"1.41\",\"0\",\"\""
## [8091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"13,578\",\"3,545\",\"0.85\",\"0\",\"\""
## [8092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"8\",\"14,121\",\"3,545\",\"2.26\",\"0.1\",\"\""
## [8093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"0\",\"9,753\",\"3,545\",\"-\",\"0\",\"\""
## [8094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"6\",\"8,357\",\"3,545\",\"1.69\",\"0.1\",\"\""
## [8095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"4,829\",\"3,545\",\"0.85\",\"0.1\",\"\""
## [8096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3\",\"4,239\",\"3,545\",\"0.85\",\"0.1\",\"\""
## [8097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"0\",\"3727\",\"3545\",\"0\",\"0\",\"\""
## [8098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"1\",\"4245\",\"3545\",\"0.28\",\"0\",\"\""
## [8099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"52\",\"25,364\",\"21,430\",\"2.43\",\"0.2\",\"\""
## [8100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"56\",\"27,826\",\"21,430\",\"2.61\",\"0.2\",\"\""
## [8101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"72\",\"26,362\",\"21,430\",\"3.36\",\"0.3\",\"\""
## [8102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"47\",\"18,674\",\"21,430\",\"2.19\",\"0.3\",\"\""
## [8103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"66\",\"19,059\",\"21,430\",\"3.08\",\"0.3\",\"\""
## [8104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"130\",\"35,185\",\"21,430\",\"6.07\",\"0.4\",\"\""
## [8105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"113\",\"31,249\",\"21,430\",\"5.27\",\"0.4\",\"\""
## [8106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"66\",\"22,481\",\"21,430\",\"3.08\",\"0.3\",\"\""
## [8107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"18\",\"14,928\",\"21,430\",\"0.84\",\"0.1\",\"\""
## [8108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"19\",\"17,442\",\"21,430\",\"0.89\",\"0.1\",\"\""
## [8109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8\",\"12,548\",\"21,430\",\"0.37\",\"0.1\",\"\""
## [8110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9\",\"11,316\",\"21,430\",\"0.42\",\"0.1\",\"\""
## [8111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"16\",\"16576\",\"21430\",\"0.75\",\"0.1\",\"\""
## [8112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"19\",\"21918\",\"21430\",\"0.89\",\"0.1\",\"\""
## [8113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"112\",\"61,178\",\"10,783\",\"10.39\",\"0.2\",\"\""
## [8114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"96\",\"48,392\",\"10,783\",\"8.9\",\"0.2\",\"\""
## [8115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"115\",\"47,383\",\"10,783\",\"10.66\",\"0.2\",\"\""
## [8116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"60\",\"36,439\",\"10,783\",\"5.56\",\"0.2\",\"\""
## [8117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"66\",\"35,642\",\"10,783\",\"6.12\",\"0.2\",\"\""
## [8118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"27\",\"41,564\",\"10,783\",\"2.5\",\"0.1\",\"\""
## [8119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"10\",\"39,304\",\"10,783\",\"0.93\",\"0\",\"\""
## [8120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2\",\"33,230\",\"10,783\",\"0.19\",\"0\",\"\""
## [8121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5\",\"20,479\",\"10,783\",\"0.46\",\"0\",\"\""
## [8122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6\",\"13,184\",\"10,783\",\"0.56\",\"0\",\"\""
## [8123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"7\",\"9,653\",\"10,783\",\"0.65\",\"0.1\",\"\""
## [8124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5\",\"6,321\",\"10,783\",\"0.46\",\"0.1\",\"\""
## [8125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"3\",\"7353\",\"10783\",\"0.28\",\"0\",\"\""
## [8126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6\",\"11830\",\"10783\",\"0.56\",\"0.1\",\"\""
## [8127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6\",\"4,356\",\"2,164\",\"2.77\",\"0.1\",\"\""
## [8128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"4,178\",\"2,164\",\"1.39\",\"0.1\",\"\""
## [8129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"4,952\",\"2,164\",\"4.62\",\"0.2\",\"\""
## [8130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"18\",\"5,726\",\"2,164\",\"8.32\",\"0.3\",\"\""
## [8131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"28\",\"5,465\",\"2,164\",\"12.94\",\"0.5\",\"\""
## [8132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"4,653\",\"2,164\",\"6.93\",\"0.3\",\"\""
## [8133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"5,844\",\"2,164\",\"4.16\",\"0.2\",\"\""
## [8134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"16\",\"6,322\",\"2,164\",\"7.39\",\"0.3\",\"\""
## [8135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"3,072\",\"2,164\",\"3.23\",\"0.2\",\"\""
## [8136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"2,405\",\"2,164\",\"4.16\",\"0.4\",\"\""
## [8137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"1,488\",\"2,164\",\"0.46\",\"0.1\",\"\""
## [8138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"940\",\"2,164\",\"0.46\",\"0.1\",\"\""
## [8139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Chinese\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6\",\"1142\",\"2164\",\"2.77\",\"0.5\",\"\""
## [8140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Chinese\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"1313\",\"2164\",\"0.46\",\"0.1\",\"\""
## [8141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"180\",\"461837\",\"57680\",\"3.12\",\"0\",\"\""
## [8142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"175\",\"459468\",\"56157\",\"3.12\",\"0\",\"\""
## [8143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"199\",\"468431\",\"57680\",\"3.45\",\"0\",\"\""
## [8144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"194\",\"466062\",\"56157\",\"3.45\",\"0\",\"\""
## [8145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"6013\",\"1597\",\"6.26\",\"0.2\",\"\""
## [8146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"0\",\"2564\",\"791\",\"0\",\"0\",\"\""
## [8147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"19\",\"6594\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [8148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"0\",\"2018\",\"2068\",\"0\",\"0\",\"\""
## [8149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3352\",\"633\",\"0\",\"0\",\"\""
## [8150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"1729\",\"353\",\"2.83\",\"0.1\",\"\""
## [8151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"315\",\"0\",\"0\",\"\""
## [8152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1517\",\"606\",\"0\",\"0\",\"\""
## [8153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"4396\",\"1379\",\"0\",\"0\",\"\""
## [8154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1\",\"1770\",\"987\",\"1.01\",\"0.1\",\"\""
## [8155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1955\",\"817\",\"0\",\"0\",\"\""
## [8156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2929\",\"991\",\"0\",\"0\",\"\""
## [8157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"0\",\"17256\",\"2631\",\"0\",\"0\",\"\""
## [8158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"2101\",\"731\",\"0\",\"0\",\"\""
## [8159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"5\",\"2369\",\"1523\",\"3.28\",\"0.2\",\"\""
## [8160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"2592\",\"348\",\"14.37\",\"0.2\",\"\""
## [8161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"5\",\"7952\",\"2589\",\"1.93\",\"0.1\",\"\""
## [8162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"0\",\"6359\",\"1149\",\"0\",\"0\",\"\""
## [8163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"2548\",\"627\",\"0\",\"0\",\"\""
## [8164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"0\",\"8789\",\"5195\",\"0\",\"0\",\"\""
## [8165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"0\",\"7163\",\"1219\",\"0\",\"0\",\"\""
## [8166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"8\",\"3384\",\"886\",\"9.03\",\"0.2\",\"\""
## [8167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"2692\",\"617\",\"4.86\",\"0.1\",\"\""
## [8168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"0\",\"1930\",\"N/A\",\"N/A\",\"0\",\"\""
## [8169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"11\",\"29408\",\"457\",\"24.07\",\"0\",\"\""
## [8170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"0\",\"219569\",\"8193\",\"0\",\"0\",\"\""
## [8171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"0\",\"4229\",\"922\",\"0\",\"0\",\"\""
## [8172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"4684\",\"516\",\"0\",\"0\",\"\""
## [8173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"2220\",\"857\",\"8.17\",\"0.3\",\"\""
## [8174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"2121\",\"527\",\"15.18\",\"0.4\",\"\""
## [8175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"0\",\"5210\",\"514\",\"0\",\"0\",\"\""
## [8176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"0\",\"3910\",\"782\",\"0\",\"0\",\"\""
## [8177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"18\",\"11295\",\"930\",\"19.35\",\"0.2\",\"\""
## [8178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"0\",\"12403\",\"1234\",\"0\",\"0\",\"\""
## [8179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10\",\"5348\",\"616\",\"16.23\",\"0.2\",\"\""
## [8180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"0\",\"2899\",\"604\",\"0\",\"0\",\"\""
## [8181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"23\",\"5086\",\"2261\",\"10.17\",\"0.5\",\"\""
## [8182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"24\",\"7282\",\"2086\",\"11.51\",\"0.3\",\"\""
## [8183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"0\",\"10092\",\"2411\",\"0\",\"0\",\"\""
## [8184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"17\",\"1530\",\"494\",\"34.41\",\"1.1\",\"\""
## [8185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"24\",\"4245\",\"2006\",\"11.96\",\"0.6\",\"\""
## [8186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"0\",\"21918\",\"1618\",\"0\",\"0\",\"\""
## [8187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"0\",\"11830\",\"1660\",\"0\",\"0\",\"\""
## [8188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Gypsy or Irish Traveller\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"0\",\"1313\",\"937\",\"0\",\"0\",\"\""
## [8189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"19,309\",\"932,065\",\"1,412,958\",\"13.67\",\"2.1\",\"\""
## [8190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"25,877\",\"1,125,647\",\"1,412,958\",\"18.31\",\"2.3\",\"\""
## [8191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"36,154\",\"1,409,802\",\"1,412,958\",\"25.59\",\"2.6\",\"\""
## [8192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"32,351\",\"1,284,197\",\"1,412,958\",\"22.9\",\"2.5\",\"\""
## [8193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"29,086\",\"1,220,198\",\"1,412,958\",\"20.59\",\"2.4\",\"\""
## [8194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"23,666\",\"1,121,123\",\"1,412,958\",\"16.75\",\"2.1\",\"\""
## [8195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"16,571\",\"954,314\",\"1,412,958\",\"11.73\",\"1.7\",\"\""
## [8196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,687\",\"841,399\",\"1,412,958\",\"8.27\",\"1.4\",\"\""
## [8197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,082\",\"498,721\",\"1,412,958\",\"5.01\",\"1.4\",\"\""
## [8198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,687\",\"342,086\",\"1,412,958\",\"4.02\",\"1.7\",\"\""
## [8199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,354\",\"266,308\",\"1,412,958\",\"3.08\",\"1.6\",\"\""
## [8200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,170\",\"243,589\",\"1,412,958\",\"2.95\",\"1.7\",\"\""
## [8201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5247\",\"316353\",\"1412958\",\"3.71\",\"1.7\",\"\""
## [8202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7003\",\"461837\",\"1412958\",\"4.96\",\"1.5\",\"\""
## [8203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18928\",\"886657\",\"1,359,497\",\"13.92\",\"2.1\",\"\""
## [8204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"25467\",\"1075609\",\"1,359,497\",\"18.73\",\"2.4\",\"\""
## [8205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"35711\",\"1357473\",\"1,359,497\",\"26.27\",\"2.6\",\"\""
## [8206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"32046\",\"1242635\",\"1,359,497\",\"23.57\",\"2.6\",\"\""
## [8207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28637\",\"1171286\",\"1,359,497\",\"21.06\",\"2.4\",\"\""
## [8208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"23181\",\"1070599\",\"1,359,497\",\"17.05\",\"2.2\",\"\""
## [8209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"16238\",\"921346\",\"1,359,497\",\"11.94\",\"1.8\",\"\""
## [8210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11453\",\"814587\",\"1,359,497\",\"8.42\",\"1.4\",\"\""
## [8211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6947\",\"485097\",\"1,359,497\",\"5.11\",\"1.4\",\"\""
## [8212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5643\",\"337325\",\"1,359,497\",\"4.15\",\"1.7\",\"\""
## [8213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4317\",\"263806\",\"1,359,497\",\"3.18\",\"1.6\",\"\""
## [8214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4153\",\"241285\",\"1,359,497\",\"3.05\",\"1.7\",\"\""
## [8215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5203\",\"312139\",\"1,359,497\",\"3.83\",\"1.7\",\"\""
## [8216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6977\",\"459468\",\"1359497\",\"5.13\",\"1.5\",\"\""
## [8217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"33,720\",\"1,323,681\",\"1,412,958\",\"23.86\",\"2.5\",\"\""
## [8218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"29,393\",\"1,237,719\",\"1,412,958\",\"20.8\",\"2.4\",\"\""
## [8219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"23,830\",\"1,131,675\",\"1,412,958\",\"16.87\",\"2.1\",\"\""
## [8220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"16,705\",\"963,449\",\"1,412,958\",\"11.82\",\"1.7\",\"\""
## [8221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,854\",\"852,465\",\"1,412,958\",\"8.39\",\"1.4\",\"\""
## [8222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,164\",\"504,446\",\"1,412,958\",\"5.07\",\"1.4\",\"\""
## [8223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,735\",\"345,087\",\"1,412,958\",\"4.06\",\"1.7\",\"\""
## [8224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,379\",\"268,447\",\"1,412,958\",\"3.1\",\"1.6\",\"\""
## [8225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,217\",\"245,749\",\"1,412,958\",\"2.98\",\"1.7\",\"\""
## [8226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5318\",\"320808\",\"1412958\",\"3.76\",\"1.7\",\"\""
## [8227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7086\",\"468431\",\"1412958\",\"5.02\",\"1.5\",\"\""
## [8228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"33,415\",\"1282119\",\"1359497\",\"24.58\",\"2.6\",\"\""
## [8232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"28,944\",\"1188807\",\"1359497\",\"21.29\",\"2.4\",\"\""
## [8233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"23,345\",\"1081151\",\"1359497\",\"17.17\",\"2.2\",\"\""
## [8234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"16,372\",\"930481\",\"1359497\",\"12.04\",\"1.8\",\"\""
## [8235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,620\",\"825653\",\"1359497\",\"8.55\",\"1.4\",\"\""
## [8236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,029\",\"490822\",\"1359497\",\"5.17\",\"1.4\",\"\""
## [8237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,691\",\"340326\",\"1359497\",\"4.19\",\"1.7\",\"\""
## [8238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,342\",\"265945\",\"1359497\",\"3.19\",\"1.6\",\"\""
## [8239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,200\",\"243445\",\"1359497\",\"3.09\",\"1.7\",\"\""
## [8240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,274\",\"316594\",\"1359497\",\"3.88\",\"1.7\",\"\""
## [8241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7060\",\"466062\",\"1359497\",\"5.19\",\"1.5\",\"\""
## [8242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"44\",\"9,050\",\"12,248\",\"3.59\",\"0.5\",\"\""
## [8243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26\",\"8,722\",\"12,248\",\"2.12\",\"0.3\",\"\""
## [8244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"55\",\"12,772\",\"12,248\",\"4.49\",\"0.4\",\"\""
## [8245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"27\",\"12,983\",\"12,248\",\"2.2\",\"0.2\",\"\""
## [8246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"51\",\"14,940\",\"12,248\",\"4.16\",\"0.3\",\"\""
## [8247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"63\",\"20,911\",\"12,248\",\"5.14\",\"0.3\",\"\""
## [8248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"91\",\"29,588\",\"12,248\",\"7.43\",\"0.3\",\"\""
## [8249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"70\",\"23,728\",\"12,248\",\"5.72\",\"0.3\",\"\""
## [8250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"33\",\"9,973\",\"12,248\",\"2.69\",\"0.3\",\"\""
## [8251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"15\",\"4,929\",\"12,248\",\"1.22\",\"0.3\",\"\""
## [8252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"11\",\"4,723\",\"12,248\",\"0.9\",\"0.2\",\"\""
## [8253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10\",\"4,734\",\"12,248\",\"0.82\",\"0.2\",\"\""
## [8254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"21\",\"4589\",\"12248\",\"1.71\",\"0.5\",\"\""
## [8255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"24\",\"6013\",\"12248\",\"1.96\",\"0.4\",\"\""
## [8256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"93\",\"4,279\",\"21,280\",\"4.37\",\"2.2\",\"\""
## [8257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"136\",\"4,614\",\"21,280\",\"6.39\",\"2.9\",\"\""
## [8258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"202\",\"8,076\",\"21,280\",\"9.49\",\"2.5\",\"\""
## [8259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"168\",\"6,908\",\"21,280\",\"7.89\",\"2.4\",\"\""
## [8260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"263\",\"8,856\",\"21,280\",\"12.36\",\"3\",\"\""
## [8261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"223\",\"6,886\",\"21,280\",\"10.48\",\"3.2\",\"\""
## [8262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"223\",\"7,365\",\"21,280\",\"10.48\",\"3\",\"\""
## [8263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"212\",\"5,515\",\"21,280\",\"9.96\",\"3.8\",\"\""
## [8264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"79\",\"2,476\",\"21,280\",\"3.71\",\"3.2\",\"\""
## [8265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"75\",\"1,891\",\"21,280\",\"3.52\",\"4\",\"\""
## [8266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"52\",\"1,373\",\"21,280\",\"2.44\",\"3.8\",\"\""
## [8267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"40\",\"1,244\",\"21,280\",\"1.88\",\"3.2\",\"\""
## [8268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"34\",\"1631\",\"21280\",\"1.6\",\"2.1\",\"\""
## [8269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"32\",\"2564\",\"21280\",\"1.5\",\"1.2\",\"\""
## [8270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,369\",\"39,484\",\"N/A\",\"N/A\",\"3.5\",\"\""
## [8271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"307\",\"17,521\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [8272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"164\",\"10,552\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [8273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"134\",\"9,135\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [8274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"167\",\"11,066\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [8275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"82\",\"5,725\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [8276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"48\",\"3,001\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [8277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"25\",\"2,139\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [8278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"47\",\"2,160\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [8279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"71\",\"4455\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [8280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"83\",\"6594\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [8281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"43\",\"8,582\",\"12,066\",\"3.56\",\"0.5\",\"\""
## [8282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"44\",\"9,811\",\"12,066\",\"3.65\",\"0.4\",\"\""
## [8283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"28\",\"5,286\",\"12,066\",\"2.32\",\"0.5\",\"\""
## [8284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"41\",\"6,070\",\"12,066\",\"3.4\",\"0.7\",\"\""
## [8285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"74\",\"13,145\",\"12,066\",\"6.13\",\"0.6\",\"\""
## [8286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"93\",\"16,900\",\"12,066\",\"7.71\",\"0.6\",\"\""
## [8287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"97\",\"16,169\",\"12,066\",\"8.04\",\"0.6\",\"\""
## [8288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"61\",\"12,292\",\"12,066\",\"5.06\",\"0.5\",\"\""
## [8289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"42\",\"5,715\",\"12,066\",\"3.48\",\"0.7\",\"\""
## [8290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"20\",\"2,836\",\"12,066\",\"1.66\",\"0.7\",\"\""
## [8291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"5\",\"1,084\",\"12,066\",\"0.41\",\"0.5\",\"\""
## [8292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2\",\"775\",\"12,066\",\"0.17\",\"0.3\",\"\""
## [8293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1\",\"1363\",\"12066\",\"0.08\",\"0.1\",\"\""
## [8294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"2018\",\"12066\",\"0.58\",\"0.3\",\"\""
## [8295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"6,390\",\"5,474\",\"1.64\",\"0.1\",\"\""
## [8296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"5,547\",\"5,474\",\"2.56\",\"0.3\",\"\""
## [8297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"4,976\",\"5,474\",\"1.46\",\"0.2\",\"\""
## [8298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"5,193\",\"5,474\",\"2.37\",\"0.3\",\"\""
## [8299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"6,002\",\"5,474\",\"0.55\",\"0\",\"\""
## [8300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"7,787\",\"5,474\",\"3.65\",\"0.3\",\"\""
## [8301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"4,934\",\"5,474\",\"1.1\",\"0.1\",\"\""
## [8302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"11\",\"6,541\",\"5,474\",\"2.01\",\"0.2\",\"\""
## [8303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"9,203\",\"5,474\",\"2.92\",\"0.2\",\"\""
## [8304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3,839\",\"5,474\",\"-\",\"0\",\"\""
## [8305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"2,004\",\"5,474\",\"-\",\"0\",\"\""
## [8306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"1,889\",\"5,474\",\"-\",\"0\",\"\""
## [8307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4\",\"2104\",\"5474\",\"0.73\",\"0.2\",\"\""
## [8308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3352\",\"5474\",\"0\",\"0\",\"\""
## [8309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"92\",\"11,453\",\"3,322\",\"27.69\",\"0.8\",\"\""
## [8310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"83\",\"15,573\",\"3,322\",\"24.98\",\"0.5\",\"\""
## [8311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"57\",\"17,357\",\"3,322\",\"17.16\",\"0.3\",\"\""
## [8312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"79\",\"24,197\",\"3,322\",\"23.78\",\"0.3\",\"\""
## [8313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"55\",\"29,911\",\"3,322\",\"16.56\",\"0.2\",\"\""
## [8314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"51\",\"30,424\",\"3,322\",\"15.35\",\"0.2\",\"\""
## [8315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"46\",\"31,104\",\"3,322\",\"13.85\",\"0.1\",\"\""
## [8316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"54\",\"24,616\",\"3,322\",\"16.26\",\"0.2\",\"\""
## [8317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"19\",\"9,281\",\"3,322\",\"5.72\",\"0.2\",\"\""
## [8318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"2,717\",\"3,322\",\"1.81\",\"0.2\",\"\""
## [8319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"4\",\"943\",\"3,322\",\"1.2\",\"0.4\",\"\""
## [8320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"3\",\"804\",\"3,322\",\"0.9\",\"0.4\",\"\""
## [8321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"794\",\"3322\",\"0.3\",\"0.1\",\"\""
## [8322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"1729\",\"3322\",\"0.3\",\"0.1\",\"\""
## [8323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,071\",\"892\",\"4.48\",\"0\",\"\""
## [8324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"25\",\"8,849\",\"892\",\"28.03\",\"0.3\",\"\""
## [8325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"47\",\"8,588\",\"892\",\"52.69\",\"0.5\",\"\""
## [8326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"23\",\"10,365\",\"892\",\"25.78\",\"0.2\",\"\""
## [8327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"10,183\",\"892\",\"15.7\",\"0.1\",\"\""
## [8328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"13,685\",\"892\",\"20.18\",\"0.1\",\"\""
## [8329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"12,251\",\"892\",\"4.48\",\"0\",\"\""
## [8330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"9,616\",\"892\",\"11.21\",\"0.1\",\"\""
## [8331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"5,622\",\"892\",\"-\",\"0\",\"\""
## [8332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"3,490\",\"892\",\"3.36\",\"0.1\",\"\""
## [8333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1,755\",\"892\",\"5.61\",\"0.3\",\"\""
## [8334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"1,366\",\"892\",\"7.85\",\"0.5\",\"\""
## [8335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"1558\",\"892\",\"6.73\",\"0.4\",\"\""
## [8336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1867\",\"892\",\"5.61\",\"0.3\",\"\""
## [8337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"88\",\"8,368\",\"15,039\",\"5.85\",\"1.1\",\"\""
## [8338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"78\",\"7,999\",\"15,039\",\"5.19\",\"1\",\"\""
## [8339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"94\",\"7,695\",\"15,039\",\"6.25\",\"1.2\",\"\""
## [8340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"102\",\"8,411\",\"15,039\",\"6.78\",\"1.2\",\"\""
## [8341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"111\",\"11,336\",\"15,039\",\"7.38\",\"1\",\"\""
## [8342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"159\",\"14,875\",\"15,039\",\"10.57\",\"1.1\",\"\""
## [8343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"135\",\"12,377\",\"15,039\",\"8.98\",\"1.1\",\"\""
## [8344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"63\",\"6,211\",\"15,039\",\"4.19\",\"1\",\"\""
## [8345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"59\",\"5,291\",\"15,039\",\"3.92\",\"1.1\",\"\""
## [8346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"44\",\"3,534\",\"15,039\",\"2.93\",\"1.2\",\"\""
## [8347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"5\",\"1,724\",\"15,039\",\"0.33\",\"0.3\",\"\""
## [8348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12\",\"1,084\",\"15,039\",\"0.8\",\"1.1\",\"\""
## [8349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1431\",\"15039\",\"0\",\"0\",\"\""
## [8350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"18\",\"1517\",\"15039\",\"1.2\",\"1.2\",\"\""
## [8351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"24,411\",\"3,988\",\"4.26\",\"0.1\",\"\""
## [8352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"20,731\",\"3,988\",\"2.26\",\"0\",\"\""
## [8353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"21,875\",\"3,988\",\"3.76\",\"0.1\",\"\""
## [8354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"22,967\",\"3,988\",\"3.01\",\"0.1\",\"\""
## [8355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5\",\"19,460\",\"3,988\",\"1.25\",\"0\",\"\""
## [8356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"16,876\",\"3,988\",\"4.51\",\"0.1\",\"\""
## [8357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"13,107\",\"3,988\",\"3.76\",\"0.1\",\"\""
## [8358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"13,125\",\"3,988\",\"3.01\",\"0.1\",\"\""
## [8359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"8,010\",\"3,988\",\"2.26\",\"0.1\",\"\""
## [8360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4\",\"5,802\",\"3,988\",\"1\",\"0.1\",\"\""
## [8361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"4,744\",\"3,988\",\"4.76\",\"0.4\",\"\""
## [8362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"22\",\"4,445\",\"3,988\",\"5.52\",\"0.5\",\"\""
## [8363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5\",\"4088\",\"3988\",\"1.25\",\"0.1\",\"\""
## [8364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"14\",\"4396\",\"3988\",\"3.51\",\"0.3\",\"\""
## [8365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,543\",\"3,775\",\"2.91\",\"0.2\",\"\""
## [8366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"7,786\",\"3,775\",\"5.03\",\"0.2\",\"\""
## [8367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"6,426\",\"3,775\",\"2.65\",\"0.2\",\"\""
## [8368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"26\",\"6,561\",\"3,775\",\"6.89\",\"0.4\",\"\""
## [8369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7\",\"6,728\",\"3,775\",\"1.85\",\"0.1\",\"\""
## [8370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"14\",\"6,924\",\"3,775\",\"3.71\",\"0.2\",\"\""
## [8371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"28\",\"7,549\",\"3,775\",\"7.42\",\"0.4\",\"\""
## [8372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"54\",\"8,329\",\"3,775\",\"14.3\",\"0.6\",\"\""
## [8373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"6,985\",\"3,775\",\"4.5\",\"0.2\",\"\""
## [8374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"26\",\"4,278\",\"3,775\",\"6.89\",\"0.6\",\"\""
## [8375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"2,895\",\"3,775\",\"2.65\",\"0.3\",\"\""
## [8376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"2,117\",\"3,775\",\"3.18\",\"0.6\",\"\""
## [8377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"3\",\"2071\",\"3775\",\"0.79\",\"0.1\",\"\""
## [8378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"8\",\"1770\",\"3775\",\"2.12\",\"0.5\",\"\""
## [8379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,302\",\"2,094\",\"1.91\",\"0\",\"\""
## [8380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"7,950\",\"2,094\",\"1.91\",\"0.1\",\"\""
## [8381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"5,249\",\"2,094\",\"0.96\",\"0\",\"\""
## [8382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,835\",\"2,094\",\"1.43\",\"0.1\",\"\""
## [8383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,902\",\"2,094\",\"0.48\",\"0\",\"\""
## [8384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"5,272\",\"2,094\",\"2.87\",\"0.1\",\"\""
## [8385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"8,528\",\"2,094\",\"5.25\",\"0.1\",\"\""
## [8386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"12,058\",\"2,094\",\"1.91\",\"0\",\"\""
## [8387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"8,189\",\"2,094\",\"3.34\",\"0.1\",\"\""
## [8388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"4,433\",\"2,094\",\"-\",\"0\",\"\""
## [8389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,705\",\"2,094\",\"0.48\",\"0.1\",\"\""
## [8390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1,455\",\"2,094\",\"-\",\"0\",\"\""
## [8391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1711\",\"2094\",\"1.43\",\"0.2\",\"\""
## [8392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1955\",\"2094\",\"0\",\"0\",\"\""
## [8393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"8,384\",\"1,416\",\"7.77\",\"0.1\",\"\""
## [8394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"7,049\",\"1,416\",\"7.06\",\"0.1\",\"\""
## [8395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"10,141\",\"1,416\",\"15.54\",\"0.2\",\"\""
## [8396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"20\",\"12,048\",\"1,416\",\"14.12\",\"0.2\",\"\""
## [8397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"25\",\"14,203\",\"1,416\",\"17.66\",\"0.2\",\"\""
## [8398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"21\",\"12,957\",\"1,416\",\"14.83\",\"0.2\",\"\""
## [8399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"41\",\"13,125\",\"1,416\",\"28.95\",\"0.3\",\"\""
## [8400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"24\",\"8,988\",\"1,416\",\"16.95\",\"0.3\",\"\""
## [8401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"17\",\"5,156\",\"1,416\",\"12.01\",\"0.3\",\"\""
## [8402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"3,632\",\"1,416\",\"4.94\",\"0.2\",\"\""
## [8403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2,292\",\"1,416\",\"3.53\",\"0.2\",\"\""
## [8404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2,007\",\"1,416\",\"3.53\",\"0.2\",\"\""
## [8405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"2648\",\"1416\",\"10.59\",\"0.6\",\"\""
## [8406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"2929\",\"1416\",\"4.24\",\"0.2\",\"\""
## [8407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"44\",\"9,604\",\"16,500\",\"2.67\",\"0.5\",\"\""
## [8408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"118\",\"13,588\",\"16,500\",\"7.15\",\"0.9\",\"\""
## [8409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"92\",\"12,318\",\"16,500\",\"5.58\",\"0.7\",\"\""
## [8410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"61\",\"9,359\",\"16,500\",\"3.7\",\"0.7\",\"\""
## [8411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"30\",\"5,803\",\"16,500\",\"1.82\",\"0.5\",\"\""
## [8412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"16\",\"3,629\",\"16,500\",\"0.97\",\"0.4\",\"\""
## [8413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"38\",\"4,326\",\"16,500\",\"2.3\",\"0.9\",\"\""
## [8414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"49\",\"8,726\",\"16,500\",\"2.97\",\"0.6\",\"\""
## [8415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"28\",\"4,835\",\"16,500\",\"1.7\",\"0.6\",\"\""
## [8416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"13\",\"2,200\",\"16,500\",\"0.79\",\"0.6\",\"\""
## [8417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"18\",\"3,148\",\"16,500\",\"1.09\",\"0.6\",\"\""
## [8418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"15\",\"3,004\",\"16,500\",\"0.91\",\"0.5\",\"\""
## [8419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"45\",\"7452\",\"16500\",\"2.73\",\"0.6\",\"\""
## [8420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"102\",\"17256\",\"16500\",\"6.18\",\"0.6\",\"\""
## [8421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"36\",\"4,837\",\"5,729\",\"6.28\",\"0.7\",\"\""
## [8422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"35\",\"5,554\",\"5,729\",\"6.11\",\"0.6\",\"\""
## [8423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"44\",\"6,227\",\"5,729\",\"7.68\",\"0.7\",\"\""
## [8424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"63\",\"5,464\",\"5,729\",\"11\",\"1.2\",\"\""
## [8425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"47\",\"4,447\",\"5,729\",\"8.2\",\"1.1\",\"\""
## [8426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"63\",\"5,062\",\"5,729\",\"11\",\"1.2\",\"\""
## [8427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"34\",\"4,701\",\"5,729\",\"5.93\",\"0.7\",\"\""
## [8428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"23\",\"4,445\",\"5,729\",\"4.01\",\"0.5\",\"\""
## [8429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"2,667\",\"5,729\",\"3.49\",\"0.7\",\"\""
## [8430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"2,018\",\"5,729\",\"1.57\",\"0.4\",\"\""
## [8431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"7\",\"1,720\",\"5,729\",\"1.22\",\"0.4\",\"\""
## [8432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1,659\",\"5,729\",\"0.87\",\"0.3\",\"\""
## [8433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"1765\",\"5729\",\"1.57\",\"0.5\",\"\""
## [8434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"2101\",\"5729\",\"1.05\",\"0.3\",\"\""
## [8435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"381\",\"45,408\",\"53,461\",\"7.13\",\"0.8\",\"\""
## [8436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"410\",\"50,038\",\"53,461\",\"7.67\",\"0.8\",\"\""
## [8437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"443\",\"52,329\",\"53,461\",\"8.29\",\"0.8\",\"\""
## [8438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"305\",\"41,562\",\"53,461\",\"5.71\",\"0.7\",\"\""
## [8439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"449\",\"48,912\",\"53,461\",\"8.4\",\"0.9\",\"\""
## [8440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"485\",\"50,524\",\"53,461\",\"9.07\",\"1\",\"\""
## [8441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"333\",\"32,968\",\"53,461\",\"6.23\",\"1\",\"\""
## [8442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"234\",\"26,812\",\"53,461\",\"4.38\",\"0.9\",\"\""
## [8443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"135\",\"13,624\",\"53,461\",\"2.53\",\"1\",\"\""
## [8444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"44\",\"4,761\",\"53,461\",\"0.82\",\"0.9\",\"\""
## [8445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"37\",\"2,502\",\"53,461\",\"0.69\",\"1.5\",\"\""
## [8446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"17\",\"2,304\",\"53,461\",\"0.32\",\"0.7\",\"\""
## [8447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"44\",\"4214\",\"53461\",\"0.82\",\"1\",\"\""
## [8448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"26\",\"2369\",\"53461\",\"0.49\",\"1.1\",\"\""
## [8449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"5,627\",\"2,164\",\"6.47\",\"0.2\",\"\""
## [8450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"32\",\"7,275\",\"2,164\",\"14.79\",\"0.4\",\"\""
## [8451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"6,859\",\"2,164\",\"13.4\",\"0.4\",\"\""
## [8452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"45\",\"9,022\",\"2,164\",\"20.79\",\"0.5\",\"\""
## [8453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"8,018\",\"2,164\",\"13.4\",\"0.4\",\"\""
## [8454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"41\",\"7,188\",\"2,164\",\"18.95\",\"0.6\",\"\""
## [8455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"38\",\"8,875\",\"2,164\",\"17.56\",\"0.4\",\"\""
## [8456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"3,947\",\"2,164\",\"3.23\",\"0.2\",\"\""
## [8457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"2,086\",\"2,164\",\"2.31\",\"0.2\",\"\""
## [8458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"1,092\",\"2,164\",\"6.93\",\"1.4\",\"\""
## [8459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,310\",\"2,164\",\"1.85\",\"0.3\",\"\""
## [8460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"2,164\",\"-\",\"0\",\"\""
## [8461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"1850\",\"2164\",\"3.23\",\"0.4\",\"\""
## [8462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"11\",\"2592\",\"2164\",\"5.08\",\"0.4\",\"\""
## [8463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"162\",\"23,137\",\"20,819\",\"7.78\",\"0.7\",\"\""
## [8464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"236\",\"24,400\",\"20,819\",\"11.34\",\"1\",\"\""
## [8465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"225\",\"25,589\",\"20,819\",\"10.81\",\"0.9\",\"\""
## [8466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"147\",\"21,096\",\"20,819\",\"7.06\",\"0.7\",\"\""
## [8467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"136\",\"26,013\",\"20,819\",\"6.53\",\"0.5\",\"\""
## [8468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"218\",\"31,212\",\"20,819\",\"10.47\",\"0.7\",\"\""
## [8469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"200\",\"30,422\",\"20,819\",\"9.61\",\"0.7\",\"\""
## [8470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"161\",\"27,917\",\"20,819\",\"7.73\",\"0.6\",\"\""
## [8471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"104\",\"17,375\",\"20,819\",\"5\",\"0.6\",\"\""
## [8472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"87\",\"10,238\",\"20,819\",\"4.18\",\"0.8\",\"\""
## [8473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"42\",\"7,762\",\"20,819\",\"2.02\",\"0.5\",\"\""
## [8474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"53\",\"7,207\",\"20,819\",\"2.55\",\"0.7\",\"\""
## [8475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"40\",\"7072\",\"20819\",\"1.92\",\"0.6\",\"\""
## [8476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"69\",\"7952\",\"20819\",\"3.31\",\"0.9\",\"\""
## [8477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"151\",\"10,276\",\"28,848\",\"5.23\",\"1.5\",\"\""
## [8478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"142\",\"11,788\",\"28,848\",\"4.92\",\"1.2\",\"\""
## [8479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"287\",\"18,796\",\"28,848\",\"9.95\",\"1.5\",\"\""
## [8480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"162\",\"12,847\",\"28,848\",\"5.62\",\"1.3\",\"\""
## [8481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"126\",\"10,450\",\"28,848\",\"4.37\",\"1.2\",\"\""
## [8482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"113\",\"9,329\",\"28,848\",\"3.92\",\"1.2\",\"\""
## [8483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"165\",\"14,876\",\"28,848\",\"5.72\",\"1.1\",\"\""
## [8484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"246\",\"22,302\",\"28,848\",\"8.53\",\"1.1\",\"\""
## [8485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"142\",\"10,429\",\"28,848\",\"4.92\",\"1.4\",\"\""
## [8486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"133\",\"7,162\",\"28,848\",\"4.61\",\"1.9\",\"\""
## [8487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"75\",\"6,420\",\"28,848\",\"2.6\",\"1.2\",\"\""
## [8488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"78\",\"5,755\",\"28,848\",\"2.7\",\"1.4\",\"\""
## [8489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"29\",\"5601\",\"28848\",\"1.01\",\"0.5\",\"\""
## [8490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"38\",\"6359\",\"28848\",\"1.32\",\"0.6\",\"\""
## [8491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"9,856\",\"3,802\",\"4.47\",\"0.2\",\"\""
## [8492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"20\",\"11,689\",\"3,802\",\"5.26\",\"0.2\",\"\""
## [8493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"14\",\"11,077\",\"3,802\",\"3.68\",\"0.1\",\"\""
## [8494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"15\",\"9,485\",\"3,802\",\"3.95\",\"0.2\",\"\""
## [8495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"8,907\",\"3,802\",\"1.58\",\"0.1\",\"\""
## [8496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"16\",\"10,363\",\"3,802\",\"4.21\",\"0.2\",\"\""
## [8497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9\",\"10,317\",\"3,802\",\"2.37\",\"0.1\",\"\""
## [8498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"13\",\"6,512\",\"3,802\",\"3.42\",\"0.2\",\"\""
## [8499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"3,154\",\"3,802\",\"-\",\"0\",\"\""
## [8500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"739\",\"3,802\",\"-\",\"0\",\"\""
## [8501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"716\",\"3,802\",\"-\",\"0\",\"\""
## [8502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"1,011\",\"3,802\",\"1.32\",\"0.5\",\"\""
## [8503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"1278\",\"3802\",\"0.53\",\"0.2\",\"\""
## [8504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"2548\",\"3802\",\"0.79\",\"0.1\",\"\""
## [8505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"134\",\"13,888\",\"25,268\",\"5.3\",\"1\",\"\""
## [8506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"157\",\"15,487\",\"25,268\",\"6.21\",\"1\",\"\""
## [8507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"148\",\"17,225\",\"25,268\",\"5.86\",\"0.9\",\"\""
## [8508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"179\",\"14,764\",\"25,268\",\"7.08\",\"1.2\",\"\""
## [8509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"96\",\"11,595\",\"25,268\",\"3.8\",\"0.8\",\"\""
## [8510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"59\",\"8,144\",\"25,268\",\"2.33\",\"0.7\",\"\""
## [8511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"63\",\"7,996\",\"25,268\",\"2.49\",\"0.8\",\"\""
## [8512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"68\",\"8,969\",\"25,268\",\"2.69\",\"0.8\",\"\""
## [8513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"58\",\"8,989\",\"25,268\",\"2.3\",\"0.6\",\"\""
## [8514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"59\",\"6,845\",\"25,268\",\"2.33\",\"0.9\",\"\""
## [8515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"74\",\"6,328\",\"25,268\",\"2.93\",\"1.2\",\"\""
## [8516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"55\",\"5,830\",\"25,268\",\"2.18\",\"0.9\",\"\""
## [8517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"65\",\"5404\",\"25268\",\"2.57\",\"1.2\",\"\""
## [8518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"69\",\"8789\",\"25268\",\"2.73\",\"0.8\",\"\""
## [8519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"261\",\"17,874\",\"39,630\",\"6.59\",\"1.5\",\"\""
## [8520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"324\",\"22,878\",\"39,630\",\"8.18\",\"1.4\",\"\""
## [8521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"267\",\"22,899\",\"39,630\",\"6.74\",\"1.2\",\"\""
## [8522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"310\",\"26,384\",\"39,630\",\"7.82\",\"1.2\",\"\""
## [8523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"352\",\"26,255\",\"39,630\",\"8.88\",\"1.3\",\"\""
## [8524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"195\",\"20,851\",\"39,630\",\"4.92\",\"0.9\",\"\""
## [8525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"141\",\"18,152\",\"39,630\",\"3.56\",\"0.8\",\"\""
## [8526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"143\",\"15,748\",\"39,630\",\"3.61\",\"0.9\",\"\""
## [8527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"77\",\"7,723\",\"39,630\",\"1.94\",\"1\",\"\""
## [8528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"51\",\"5,472\",\"39,630\",\"1.29\",\"0.9\",\"\""
## [8529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"30\",\"3,074\",\"39,630\",\"0.76\",\"1\",\"\""
## [8530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"45\",\"2,807\",\"39,630\",\"1.14\",\"1.6\",\"\""
## [8531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"3825\",\"39630\",\"1.16\",\"1.2\",\"\""
## [8532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"107\",\"7163\",\"39630\",\"2.7\",\"1.5\",\"\""
## [8533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,309\",\"19,364\",\"122,046\",\"18.92\",\"11.9\",\"\""
## [8534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,372\",\"20,890\",\"122,046\",\"19.44\",\"11.4\",\"\""
## [8535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,392\",\"19,250\",\"122,046\",\"19.6\",\"12.4\",\"\""
## [8536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,972\",\"23,349\",\"122,046\",\"24.35\",\"12.7\",\"\""
## [8537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,025\",\"22,386\",\"122,046\",\"24.79\",\"13.5\",\"\""
## [8538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,333\",\"10,091\",\"122,046\",\"10.92\",\"13.2\",\"\""
## [8539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"715\",\"5,831\",\"122,046\",\"5.86\",\"12.3\",\"\""
## [8540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"540\",\"4,376\",\"122,046\",\"4.42\",\"12.3\",\"\""
## [8541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"345\",\"3,129\",\"122,046\",\"2.83\",\"11\",\"\""
## [8542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"203\",\"1,719\",\"122,046\",\"1.66\",\"11.8\",\"\""
## [8543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"91\",\"1,342\",\"122,046\",\"0.75\",\"6.8\",\"\""
## [8544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"129\",\"1,465\",\"122,046\",\"1.06\",\"8.8\",\"\""
## [8545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"190\",\"2685\",\"122046\",\"1.56\",\"7.1\",\"\""
## [8546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"290\",\"3384\",\"122046\",\"2.38\",\"8.6\",\"\""
## [8547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"8,609\",\"2,474\",\"4.45\",\"0.1\",\"\""
## [8548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"14\",\"11,818\",\"2,474\",\"5.66\",\"0.1\",\"\""
## [8549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"13,353\",\"2,474\",\"10.91\",\"0.2\",\"\""
## [8550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"10,521\",\"2,474\",\"4.45\",\"0.1\",\"\""
## [8551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"9,651\",\"2,474\",\"6.87\",\"0.2\",\"\""
## [8552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"6,343\",\"2,474\",\"2.43\",\"0.1\",\"\""
## [8553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"6,999\",\"2,474\",\"4.45\",\"0.2\",\"\""
## [8554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"8,942\",\"2,474\",\"4.45\",\"0.1\",\"\""
## [8555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"5,881\",\"2,474\",\"2.43\",\"0.1\",\"\""
## [8556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"3,812\",\"2,474\",\"1.21\",\"0.1\",\"\""
## [8557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"2,186\",\"2,474\",\"-\",\"0\",\"\""
## [8558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"2,048\",\"2,474\",\"0.81\",\"0.1\",\"\""
## [8559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"2546\",\"2474\",\"1.21\",\"0.1\",\"\""
## [8560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"2692\",\"2474\",\"2.43\",\"0.2\",\"\""
## [8561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"168\",\"6,912\",\"N/A\",\"N/A\",\"2.4\",\"\""
## [8562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"254\",\"7,581\",\"N/A\",\"N/A\",\"3.4\",\"\""
## [8563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"218\",\"7,300\",\"N/A\",\"N/A\",\"3\",\"\""
## [8564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"168\",\"5,420\",\"N/A\",\"N/A\",\"3.1\",\"\""
## [8565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"109\",\"4,078\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [8566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"77\",\"3,251\",\"N/A\",\"N/A\",\"2.4\",\"\""
## [8567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"60\",\"2,645\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [8568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"36\",\"2,231\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [8569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"33\",\"1,539\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [8570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"23\",\"1,322\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [8571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"15\",\"1,122\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [8572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"20\",\"1,004\",\"N/A\",\"N/A\",\"2\",\"\""
## [8573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"21\",\"1111\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [8574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"25\",\"1930\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [8575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"53\",\"47,870\",\"7,896\",\"6.71\",\"0.1\",\"\""
## [8576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"78\",\"64,607\",\"7,896\",\"9.88\",\"0.1\",\"\""
## [8577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"74\",\"68,915\",\"7,896\",\"9.37\",\"0.1\",\"\""
## [8578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"58\",\"59,659\",\"7,896\",\"7.35\",\"0.1\",\"\""
## [8579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"61\",\"43,877\",\"7,896\",\"7.73\",\"0.1\",\"\""
## [8580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"13\",\"25,691\",\"7,896\",\"1.65\",\"0.1\",\"\""
## [8581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"28\",\"29,117\",\"7,896\",\"3.55\",\"0.1\",\"\""
## [8582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"32\",\"35,855\",\"7,896\",\"4.05\",\"0.1\",\"\""
## [8583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"32\",\"24,523\",\"7,896\",\"4.05\",\"0.1\",\"\""
## [8584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"3\",\"6,450\",\"7,896\",\"0.38\",\"0\",\"\""
## [8585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"15\",\"6,650\",\"7,896\",\"1.9\",\"0.2\",\"\""
## [8586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"12\",\"9,257\",\"7,896\",\"1.52\",\"0.1\",\"\""
## [8587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"14\",\"17576\",\"7896\",\"1.77\",\"0.1\",\"\""
## [8588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27\",\"29408\",\"7896\",\"3.42\",\"0.1\",\"\""
## [8589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10,971\",\"294,467\",\"542,641\",\"20.22\",\"3.7\",\"\""
## [8590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"17,045\",\"448,957\",\"542,641\",\"31.41\",\"3.8\",\"\""
## [8591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"27,002\",\"721,451\",\"542,641\",\"49.76\",\"3.7\",\"\""
## [8592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"23,561\",\"624,009\",\"542,641\",\"43.42\",\"3.8\",\"\""
## [8593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20,382\",\"560,544\",\"542,641\",\"37.56\",\"3.6\",\"\""
## [8594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,022\",\"480,702\",\"542,641\",\"29.53\",\"3.3\",\"\""
## [8595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10,421\",\"338,973\",\"542,641\",\"19.2\",\"3.1\",\"\""
## [8596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,871\",\"270,086\",\"542,641\",\"12.66\",\"2.5\",\"\""
## [8597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,903\",\"157,738\",\"542,641\",\"7.19\",\"2.5\",\"\""
## [8598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,087\",\"140,198\",\"542,641\",\"5.69\",\"2.2\",\"\""
## [8599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,602\",\"121,607\",\"542,641\",\"4.8\",\"2.1\",\"\""
## [8600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,512\",\"116,385\",\"542,641\",\"4.63\",\"2.2\",\"\""
## [8601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2994\",\"149592\",\"542641\",\"5.52\",\"2\",\"\""
## [8602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4158\",\"219569\",\"542641\",\"7.66\",\"1.9\",\"\""
## [8603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"8,298\",\"4,043\",\"2.72\",\"0.1\",\"\""
## [8604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"8,541\",\"4,043\",\"4.7\",\"0.2\",\"\""
## [8605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"23\",\"11,467\",\"4,043\",\"5.69\",\"0.2\",\"\""
## [8606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"13,075\",\"4,043\",\"5.44\",\"0.2\",\"\""
## [8607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"26\",\"15,350\",\"4,043\",\"6.43\",\"0.2\",\"\""
## [8608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"16,047\",\"4,043\",\"5.44\",\"0.1\",\"\""
## [8609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"29\",\"14,297\",\"4,043\",\"7.17\",\"0.2\",\"\""
## [8610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"28\",\"13,070\",\"4,043\",\"6.93\",\"0.2\",\"\""
## [8611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"9,226\",\"4,043\",\"2.72\",\"0.1\",\"\""
## [8612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9\",\"5,277\",\"4,043\",\"2.23\",\"0.2\",\"\""
## [8613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"6\",\"3,682\",\"4,043\",\"1.48\",\"0.2\",\"\""
## [8614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4\",\"2,075\",\"4,043\",\"0.99\",\"0.2\",\"\""
## [8615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4\",\"2707\",\"4043\",\"0.99\",\"0.1\",\"\""
## [8616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9\",\"4229\",\"4043\",\"2.23\",\"0.2\",\"\""
## [8617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"14,537\",\"2,306\",\"3.04\",\"0\",\"\""
## [8618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"11,940\",\"2,306\",\"4.34\",\"0.1\",\"\""
## [8619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"8,229\",\"2,306\",\"3.9\",\"0.1\",\"\""
## [8620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"6,212\",\"2,306\",\"4.77\",\"0.2\",\"\""
## [8621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"6,169\",\"2,306\",\"1.3\",\"0\",\"\""
## [8622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"3,661\",\"2,306\",\"3.04\",\"0.2\",\"\""
## [8623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"4,750\",\"2,306\",\"0.87\",\"0\",\"\""
## [8624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"5,097\",\"2,306\",\"1.73\",\"0.1\",\"\""
## [8625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"2,419\",\"2,306\",\"0.43\",\"0\",\"\""
## [8626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,521\",\"2,306\",\"-\",\"0\",\"\""
## [8627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,622\",\"2,306\",\"-\",\"0\",\"\""
## [8628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1,527\",\"2,306\",\"0.43\",\"0.1\",\"\""
## [8629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1734\",\"2306\",\"0.87\",\"0.1\",\"\""
## [8630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"4684\",\"2306\",\"0.43\",\"0\",\"\""
## [8631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"9,415\",\"3,162\",\"7.59\",\"0.3\",\"\""
## [8632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"9,429\",\"3,162\",\"6.01\",\"0.2\",\"\""
## [8633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"49\",\"9,086\",\"3,162\",\"15.5\",\"0.5\",\"\""
## [8634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"21\",\"6,260\",\"3,162\",\"6.64\",\"0.3\",\"\""
## [8635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"5,649\",\"3,162\",\"6.96\",\"0.4\",\"\""
## [8636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"31\",\"7,379\",\"3,162\",\"9.8\",\"0.4\",\"\""
## [8637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"26\",\"7,032\",\"3,162\",\"8.22\",\"0.4\",\"\""
## [8638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"7,685\",\"3,162\",\"7.59\",\"0.3\",\"\""
## [8639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"6,310\",\"3,162\",\"5.06\",\"0.3\",\"\""
## [8640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"4,214\",\"3,162\",\"6.01\",\"0.5\",\"\""
## [8641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"2,465\",\"3,162\",\"5.06\",\"0.6\",\"\""
## [8642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"1,671\",\"3,162\",\"1.27\",\"0.2\",\"\""
## [8643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"1753\",\"3162\",\"1.58\",\"0.3\",\"\""
## [8644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"2220\",\"3162\",\"2.53\",\"0.4\",\"\""
## [8645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"91\",\"13,176\",\"12,264\",\"7.42\",\"0.7\",\"\""
## [8646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"127\",\"14,036\",\"12,264\",\"10.36\",\"0.9\",\"\""
## [8647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"91\",\"11,542\",\"12,264\",\"7.42\",\"0.8\",\"\""
## [8648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"135\",\"11,737\",\"12,264\",\"11.01\",\"1.2\",\"\""
## [8649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"152\",\"12,681\",\"12,264\",\"12.39\",\"1.2\",\"\""
## [8650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"75\",\"8,453\",\"12,264\",\"6.12\",\"0.9\",\"\""
## [8651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"77\",\"9,030\",\"12,264\",\"6.28\",\"0.9\",\"\""
## [8652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"70\",\"8,427\",\"12,264\",\"5.71\",\"0.8\",\"\""
## [8653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"34\",\"4,404\",\"12,264\",\"2.77\",\"0.8\",\"\""
## [8654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"25\",\"1,752\",\"12,264\",\"2.04\",\"1.4\",\"\""
## [8655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"4\",\"1,136\",\"12,264\",\"0.33\",\"0.4\",\"\""
## [8656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"4\",\"1,090\",\"12,264\",\"0.33\",\"0.4\",\"\""
## [8657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9\",\"1960\",\"12264\",\"0.73\",\"0.5\",\"\""
## [8658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"19\",\"2121\",\"12264\",\"1.55\",\"0.9\",\"\""
## [8659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39\",\"33,759\",\"10,401\",\"3.75\",\"0.1\",\"\""
## [8660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"42\",\"28,937\",\"10,401\",\"4.04\",\"0.1\",\"\""
## [8661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"58\",\"32,281\",\"10,401\",\"5.58\",\"0.2\",\"\""
## [8662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"67\",\"39,383\",\"10,401\",\"6.44\",\"0.2\",\"\""
## [8663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"67\",\"43,441\",\"10,401\",\"6.44\",\"0.2\",\"\""
## [8664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"93\",\"40,654\",\"10,401\",\"8.94\",\"0.2\",\"\""
## [8665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"70\",\"31,759\",\"10,401\",\"6.73\",\"0.2\",\"\""
## [8666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"85\",\"37,843\",\"10,401\",\"8.17\",\"0.2\",\"\""
## [8667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"25\",\"17,223\",\"10,401\",\"2.4\",\"0.1\",\"\""
## [8668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"7,055\",\"10,401\",\"1.63\",\"0.2\",\"\""
## [8669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"3,695\",\"10,401\",\"1.06\",\"0.3\",\"\""
## [8670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"9\",\"2,857\",\"10,401\",\"0.87\",\"0.3\",\"\""
## [8671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"12\",\"2831\",\"10401\",\"1.15\",\"0.4\",\"\""
## [8672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"5210\",\"10401\",\"1.92\",\"0.4\",\"\""
## [8673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"85\",\"8,640\",\"17,105\",\"4.97\",\"1\",\"\""
## [8674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"36\",\"5,848\",\"17,105\",\"2.1\",\"0.6\",\"\""
## [8675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"34\",\"4,556\",\"17,105\",\"1.99\",\"0.7\",\"\""
## [8676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"84\",\"5,451\",\"17,105\",\"4.91\",\"1.5\",\"\""
## [8677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"41\",\"4,528\",\"17,105\",\"2.4\",\"0.9\",\"\""
## [8678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"26\",\"3,320\",\"17,105\",\"1.52\",\"0.8\",\"\""
## [8679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"3,384\",\"17,105\",\"0.99\",\"0.5\",\"\""
## [8680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"28\",\"5,166\",\"17,105\",\"1.64\",\"0.5\",\"\""
## [8681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"22\",\"3,762\",\"17,105\",\"1.29\",\"0.6\",\"\""
## [8682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"18\",\"2,417\",\"17,105\",\"1.05\",\"0.7\",\"\""
## [8683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"19\",\"1,573\",\"17,105\",\"1.11\",\"1.2\",\"\""
## [8684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"15\",\"1,449\",\"17,105\",\"0.88\",\"1\",\"\""
## [8685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"12\",\"2231\",\"17105\",\"0.7\",\"0.5\",\"\""
## [8686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"33\",\"3910\",\"17105\",\"1.93\",\"0.8\",\"\""
## [8687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"88\",\"18,023\",\"11,370\",\"7.74\",\"0.5\",\"\""
## [8688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"108\",\"18,952\",\"11,370\",\"9.5\",\"0.6\",\"\""
## [8689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"91\",\"18,463\",\"11,370\",\"8\",\"0.5\",\"\""
## [8690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"65\",\"15,846\",\"11,370\",\"5.72\",\"0.4\",\"\""
## [8691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"70\",\"13,847\",\"11,370\",\"6.16\",\"0.5\",\"\""
## [8692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"69\",\"13,948\",\"11,370\",\"6.07\",\"0.5\",\"\""
## [8693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"50\",\"10,083\",\"11,370\",\"4.4\",\"0.5\",\"\""
## [8694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"28\",\"12,879\",\"11,370\",\"2.46\",\"0.2\",\"\""
## [8695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"21\",\"7,782\",\"11,370\",\"1.85\",\"0.3\",\"\""
## [8696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"30\",\"6,058\",\"11,370\",\"2.64\",\"0.5\",\"\""
## [8697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"14\",\"4,851\",\"11,370\",\"1.23\",\"0.3\",\"\""
## [8698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"24\",\"5,868\",\"11,370\",\"2.11\",\"0.4\",\"\""
## [8699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"46\",\"9436\",\"11370\",\"4.05\",\"0.5\",\"\""
## [8700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"66\",\"11295\",\"11370\",\"5.8\",\"0.6\",\"\""
## [8701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"62\",\"19,042\",\"9,136\",\"6.79\",\"0.3\",\"\""
## [8702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"83\",\"20,530\",\"9,136\",\"9.08\",\"0.4\",\"\""
## [8703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"101\",\"26,816\",\"9,136\",\"11.06\",\"0.4\",\"\""
## [8704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"143\",\"27,555\",\"9,136\",\"15.65\",\"0.5\",\"\""
## [8705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"109\",\"23,106\",\"9,136\",\"11.93\",\"0.5\",\"\""
## [8706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"80\",\"17,674\",\"9,136\",\"8.76\",\"0.5\",\"\""
## [8707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"76\",\"20,487\",\"9,136\",\"8.32\",\"0.4\",\"\""
## [8708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"81\",\"21,218\",\"9,136\",\"8.87\",\"0.4\",\"\""
## [8709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"30\",\"8,175\",\"9,136\",\"3.28\",\"0.4\",\"\""
## [8710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"12\",\"3,521\",\"9,136\",\"1.31\",\"0.3\",\"\""
## [8711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"8\",\"2,025\",\"9,136\",\"0.88\",\"0.4\",\"\""
## [8712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"1,529\",\"9,136\",\"0.77\",\"0.5\",\"\""
## [8713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"19\",\"4681\",\"9136\",\"2.08\",\"0.4\",\"\""
## [8714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"29\",\"12403\",\"9136\",\"3.17\",\"0.2\",\"\""
## [8715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"210\",\"19,146\",\"8,781\",\"23.92\",\"1.1\",\"\""
## [8716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"154\",\"17,186\",\"8,781\",\"17.54\",\"0.9\",\"\""
## [8717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"80\",\"10,309\",\"8,781\",\"9.11\",\"0.8\",\"\""
## [8718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"86\",\"7,655\",\"8,781\",\"9.79\",\"1.1\",\"\""
## [8719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"132\",\"11,170\",\"8,781\",\"15.03\",\"1.2\",\"\""
## [8720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"216\",\"18,903\",\"8,781\",\"24.6\",\"1.1\",\"\""
## [8721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"144\",\"18,950\",\"8,781\",\"16.4\",\"0.8\",\"\""
## [8722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"78\",\"14,538\",\"8,781\",\"8.88\",\"0.5\",\"\""
## [8723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"43\",\"6,012\",\"8,781\",\"4.9\",\"0.7\",\"\""
## [8724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"21\",\"3,847\",\"8,781\",\"2.39\",\"0.5\",\"\""
## [8725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"28\",\"3,563\",\"8,781\",\"3.19\",\"0.8\",\"\""
## [8726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"26\",\"2,601\",\"8,781\",\"2.96\",\"1\",\"\""
## [8727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"26\",\"3280\",\"8781\",\"2.96\",\"0.8\",\"\""
## [8728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"38\",\"5348\",\"8781\",\"4.33\",\"0.7\",\"\""
## [8729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"4,059\",\"3,999\",\"1.25\",\"0.1\",\"\""
## [8730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"28\",\"5,373\",\"3,999\",\"7\",\"0.5\",\"\""
## [8731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"5,978\",\"3,999\",\"1.25\",\"0.1\",\"\""
## [8732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"13\",\"4,262\",\"3,999\",\"3.25\",\"0.3\",\"\""
## [8733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"3,356\",\"3,999\",\"2.25\",\"0.3\",\"\""
## [8734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"15\",\"3,310\",\"3,999\",\"3.75\",\"0.5\",\"\""
## [8735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"14\",\"3,570\",\"3,999\",\"3.5\",\"0.4\",\"\""
## [8736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"28\",\"5,049\",\"3,999\",\"7\",\"0.6\",\"\""
## [8737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"4,628\",\"3,999\",\"1.75\",\"0.2\",\"\""
## [8738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"2,530\",\"3,999\",\"1.75\",\"0.3\",\"\""
## [8739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"6\",\"1,894\",\"3,999\",\"1.5\",\"0.3\",\"\""
## [8740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"1,175\",\"3,999\",\"2.25\",\"0.8\",\"\""
## [8741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"1735\",\"3999\",\"2\",\"0.5\",\"\""
## [8742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"6\",\"2899\",\"3999\",\"1.5\",\"0.2\",\"\""
## [8743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"132\",\"13,970\",\"20,232\",\"6.52\",\"0.9\",\"\""
## [8744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"185\",\"18,016\",\"20,232\",\"9.14\",\"1\",\"\""
## [8745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"153\",\"17,079\",\"20,232\",\"7.56\",\"0.9\",\"\""
## [8746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"122\",\"13,672\",\"20,232\",\"6.03\",\"0.9\",\"\""
## [8747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"109\",\"13,478\",\"20,232\",\"5.39\",\"0.8\",\"\""
## [8748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"128\",\"15,863\",\"20,232\",\"6.33\",\"0.8\",\"\""
## [8749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"145\",\"18,140\",\"20,232\",\"7.17\",\"0.8\",\"\""
## [8750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"114\",\"14,399\",\"20,232\",\"5.63\",\"0.8\",\"\""
## [8751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"82\",\"10,029\",\"20,232\",\"4.05\",\"0.8\",\"\""
## [8752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"53\",\"5,738\",\"20,232\",\"2.62\",\"0.9\",\"\""
## [8753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"50\",\"3,980\",\"20,232\",\"2.47\",\"1.3\",\"\""
## [8754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"35\",\"4,561\",\"20,232\",\"1.73\",\"0.8\",\"\""
## [8755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"54\",\"5221\",\"20232\",\"2.67\",\"1\",\"\""
## [8756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"52\",\"5086\",\"20232\",\"2.57\",\"1\",\"\""
## [8757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"180\",\"14,988\",\"14,908\",\"12.07\",\"1.2\",\"\""
## [8758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"285\",\"25,703\",\"14,908\",\"19.12\",\"1.1\",\"\""
## [8759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"253\",\"18,311\",\"14,908\",\"16.97\",\"1.4\",\"\""
## [8760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"205\",\"18,289\",\"14,908\",\"13.75\",\"1.1\",\"\""
## [8761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"228\",\"20,745\",\"14,908\",\"15.29\",\"1.1\",\"\""
## [8762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"328\",\"26,625\",\"14,908\",\"22\",\"1.2\",\"\""
## [8763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"235\",\"23,451\",\"14,908\",\"15.76\",\"1\",\"\""
## [8764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"193\",\"16,444\",\"14,908\",\"12.95\",\"1.2\",\"\""
## [8765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"90\",\"11,396\",\"14,908\",\"6.04\",\"0.8\",\"\""
## [8766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"68\",\"7,660\",\"14,908\",\"4.56\",\"0.9\",\"\""
## [8767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"98\",\"6,059\",\"14,908\",\"6.57\",\"1.6\",\"\""
## [8768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"65\",\"4,856\",\"14,908\",\"4.36\",\"1.3\",\"\""
## [8769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"73\",\"5765\",\"14908\",\"4.9\",\"1.3\",\"\""
## [8770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"26\",\"7282\",\"14908\",\"1.74\",\"0.4\",\"\""
## [8771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"435\",\"25,880\",\"70,905\",\"6.13\",\"1.7\",\"\""
## [8772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"440\",\"25,330\",\"70,905\",\"6.21\",\"1.7\",\"\""
## [8773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"430\",\"27,330\",\"70,905\",\"6.06\",\"1.6\",\"\""
## [8774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"634\",\"39,733\",\"70,905\",\"8.94\",\"1.6\",\"\""
## [8775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"723\",\"40,215\",\"70,905\",\"10.2\",\"1.8\",\"\""
## [8776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"466\",\"23,604\",\"70,905\",\"6.57\",\"2\",\"\""
## [8777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"370\",\"21,472\",\"70,905\",\"5.22\",\"1.7\",\"\""
## [8778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"325\",\"20,760\",\"70,905\",\"4.58\",\"1.6\",\"\""
## [8779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"292\",\"16,476\",\"70,905\",\"4.12\",\"1.8\",\"\""
## [8780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"209\",\"10,464\",\"70,905\",\"2.95\",\"2\",\"\""
## [8781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"147\",\"8,208\",\"70,905\",\"2.07\",\"1.8\",\"\""
## [8782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"101\",\"5,466\",\"70,905\",\"1.42\",\"1.8\",\"\""
## [8783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"158\",\"6577\",\"70905\",\"2.23\",\"2.4\",\"\""
## [8784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"188\",\"10092\",\"70905\",\"2.65\",\"1.9\",\"\""
## [8785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"119\",\"5,020\",\"16,435\",\"7.24\",\"2.4\",\"\""
## [8786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"105\",\"3,821\",\"16,435\",\"6.39\",\"2.7\",\"\""
## [8787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"123\",\"5,586\",\"16,435\",\"7.48\",\"2.2\",\"\""
## [8788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"214\",\"7,974\",\"16,435\",\"13.02\",\"2.7\",\"\""
## [8789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"144\",\"5,086\",\"16,435\",\"8.76\",\"2.8\",\"\""
## [8790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"88\",\"4,063\",\"16,435\",\"5.35\",\"2.2\",\"\""
## [8791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"155\",\"5,639\",\"16,435\",\"9.43\",\"2.7\",\"\""
## [8792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"127\",\"4,783\",\"16,435\",\"7.73\",\"2.7\",\"\""
## [8793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"67\",\"3,054\",\"16,435\",\"4.08\",\"2.2\",\"\""
## [8794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"53\",\"3,235\",\"16,435\",\"3.22\",\"1.6\",\"\""
## [8795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"39\",\"1,908\",\"16,435\",\"2.37\",\"2\",\"\""
## [8796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"1,725\",\"16,435\",\"2.07\",\"2\",\"\""
## [8797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"48\",\"1685\",\"16435\",\"2.92\",\"2.8\",\"\""
## [8798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"42\",\"1530\",\"16435\",\"2.56\",\"2.7\",\"\""
## [8799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"62\",\"11,652\",\"7,952\",\"7.8\",\"0.5\",\"\""
## [8800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"50\",\"10,428\",\"7,952\",\"6.29\",\"0.5\",\"\""
## [8801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"68\",\"12,043\",\"7,952\",\"8.55\",\"0.6\",\"\""
## [8802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"76\",\"11,775\",\"7,952\",\"9.56\",\"0.6\",\"\""
## [8803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"106\",\"10,609\",\"7,952\",\"13.33\",\"1\",\"\""
## [8804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"140\",\"10,340\",\"7,952\",\"17.61\",\"1.4\",\"\""
## [8805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"169\",\"13,578\",\"7,952\",\"21.25\",\"1.2\",\"\""
## [8806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"178\",\"14,121\",\"7,952\",\"22.38\",\"1.3\",\"\""
## [8807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"109\",\"9,753\",\"7,952\",\"13.71\",\"1.1\",\"\""
## [8808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"95\",\"8,357\",\"7,952\",\"11.95\",\"1.1\",\"\""
## [8809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"25\",\"4,829\",\"7,952\",\"3.14\",\"0.5\",\"\""
## [8810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"40\",\"4,239\",\"7,952\",\"5.03\",\"0.9\",\"\""
## [8811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"32\",\"3727\",\"7952\",\"4.02\",\"0.9\",\"\""
## [8812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"42\",\"4245\",\"7952\",\"5.28\",\"1\",\"\""
## [8813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,599\",\"25,364\",\"185,271\",\"8.63\",\"6.3\",\"\""
## [8814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,667\",\"27,826\",\"185,271\",\"9\",\"6\",\"\""
## [8815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,640\",\"26,362\",\"185,271\",\"8.85\",\"6.2\",\"\""
## [8816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"972\",\"18,674\",\"185,271\",\"5.25\",\"5.2\",\"\""
## [8817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,087\",\"19,059\",\"185,271\",\"5.87\",\"5.7\",\"\""
## [8818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,136\",\"35,185\",\"185,271\",\"11.53\",\"6.1\",\"\""
## [8819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,697\",\"31,249\",\"185,271\",\"9.16\",\"5.4\",\"\""
## [8820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,039\",\"22,481\",\"185,271\",\"5.61\",\"4.6\",\"\""
## [8821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"896\",\"14,928\",\"185,271\",\"4.84\",\"6\",\"\""
## [8822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"988\",\"17,442\",\"185,271\",\"5.33\",\"5.7\",\"\""
## [8823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"686\",\"12,548\",\"185,271\",\"3.7\",\"5.5\",\"\""
## [8824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"672\",\"11,316\",\"185,271\",\"3.63\",\"5.9\",\"\""
## [8825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1041\",\"16576\",\"185271\",\"5.62\",\"6.3\",\"\""
## [8826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1228\",\"21918\",\"185271\",\"6.63\",\"5.6\",\"\""
## [8827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,011\",\"61,178\",\"53,152\",\"19.02\",\"1.7\",\"\""
## [8828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"792\",\"48,392\",\"53,152\",\"14.9\",\"1.6\",\"\""
## [8829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,116\",\"47,383\",\"53,152\",\"21\",\"2.4\",\"\""
## [8830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"877\",\"36,439\",\"53,152\",\"16.5\",\"2.4\",\"\""
## [8831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"536\",\"35,642\",\"53,152\",\"10.08\",\"1.5\",\"\""
## [8832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"373\",\"41,564\",\"53,152\",\"7.02\",\"0.9\",\"\""
## [8833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"295\",\"39,304\",\"53,152\",\"5.55\",\"0.8\",\"\""
## [8834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"202\",\"33,230\",\"53,152\",\"3.8\",\"0.6\",\"\""
## [8835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"128\",\"20,479\",\"53,152\",\"2.41\",\"0.6\",\"\""
## [8836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"104\",\"13,184\",\"53,152\",\"1.96\",\"0.8\",\"\""
## [8837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"51\",\"9,653\",\"53,152\",\"0.96\",\"0.5\",\"\""
## [8838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"50\",\"6,321\",\"53,152\",\"0.94\",\"0.8\",\"\""
## [8839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"79\",\"7353\",\"53152\",\"1.49\",\"1.1\",\"\""
## [8840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"111\",\"11830\",\"53152\",\"2.09\",\"0.9\",\"\""
## [8841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"21\",\"4,356\",\"8,448\",\"2.49\",\"0.5\",\"\""
## [8842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"42\",\"4,178\",\"8,448\",\"4.97\",\"1\",\"\""
## [8843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"28\",\"4,952\",\"8,448\",\"3.31\",\"0.6\",\"\""
## [8844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"33\",\"5,726\",\"8,448\",\"3.91\",\"0.6\",\"\""
## [8845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"48\",\"5,465\",\"8,448\",\"5.68\",\"0.9\",\"\""
## [8846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"30\",\"4,653\",\"8,448\",\"3.55\",\"0.6\",\"\""
## [8847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"47\",\"5,844\",\"8,448\",\"5.56\",\"0.8\",\"\""
## [8848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"46\",\"6,322\",\"8,448\",\"5.45\",\"0.7\",\"\""
## [8849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"22\",\"3,072\",\"8,448\",\"2.6\",\"0.7\",\"\""
## [8850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"29\",\"2,405\",\"8,448\",\"3.43\",\"1.2\",\"\""
## [8851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"19\",\"1,488\",\"8,448\",\"2.25\",\"1.3\",\"\""
## [8852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"940\",\"8,448\",\"1.07\",\"1\",\"\""
## [8853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Indian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"17\",\"1142\",\"8448\",\"2.01\",\"1.5\",\"\""
## [8854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Indian\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"33\",\"1313\",\"8448\",\"3.91\",\"2.5\",\"\""
## [8855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"24,323\",\"932,065\",\"1,224,400\",\"19.87\",\"2.6\",\"\""
## [8856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,562\",\"1,125,647\",\"1,224,400\",\"24.96\",\"2.7\",\"\""
## [8857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"42,287\",\"1,409,802\",\"1,224,400\",\"34.54\",\"3\",\"\""
## [8858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41,090\",\"1,284,197\",\"1,224,400\",\"33.56\",\"3.2\",\"\""
## [8859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"35,114\",\"1,284,197\",\"1,224,400\",\"28.68\",\"2.7\",\"\""
## [8860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"1,874\",\"1,284,197\",\"1,224,400\",\"1.88\",\"0.2\",\"\""
## [8861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"5,228\",\"1,284,197\",\"1,224,400\",\"4.27\",\"0.4\",\"\""
## [8862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"36,769\",\"1,220,198\",\"1,224,400\",\"30.03\",\"3\",\"\""
## [8863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"34,542\",\"1,220,198\",\"1,224,400\",\"28.21\",\"2.8\",\"\""
## [8864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"214\",\"1,220,198\",\"1,224,400\",\"0.18\",\"0\",\"\""
## [8865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,772\",\"1,220,198\",\"1,224,400\",\"2.26\",\"0.2\",\"\""
## [8866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"34,635\",\"1,121,123\",\"1,224,400\",\"28.29\",\"3.1\",\"\""
## [8867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"32,831\",\"1,121,123\",\"1,224,400\",\"26.81\",\"2.9\",\"\""
## [8868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"1,224,400\",\"-\",\"0\",\"\""
## [8869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,245\",\"1,121,123\",\"1,224,400\",\"1.83\",\"0.2\",\"\""
## [8870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"28,337\",\"954,314\",\"1,224,400\",\"23.14\",\"3\",\"\""
## [8871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"28,463\",\"954,314\",\"1,224,400\",\"23.25\",\"3\",\"\""
## [8872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"1,224,400\",\"-\",\"0\",\"\""
## [8873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"227\",\"954,314\",\"1,224,400\",\"0.19\",\"0\",\"\""
## [8874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"24,050\",\"841,399\",\"1,224,400\",\"19.64\",\"2.9\",\"\""
## [8875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"24,355\",\"841,399\",\"1,224,400\",\"19.89\",\"2.9\",\"\""
## [8876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"1,224,400\",\"-\",\"0\",\"\""
## [8877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"186\",\"841,399\",\"1,224,400\",\"0.15\",\"0\",\"\""
## [8878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"15,060\",\"498,721\",\"1,224,400\",\"12.3\",\"3\",\"\""
## [8879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"15,313\",\"498,721\",\"1,224,400\",\"12.51\",\"3.1\",\"\""
## [8880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"1,224,400\",\"-\",\"0\",\"\""
## [8881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"39\",\"498,721\",\"1,224,400\",\"0.03\",\"0\",\"\""
## [8882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,343\",\"342,086\",\"1,224,400\",\"10.08\",\"3.6\",\"\""
## [8883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"12,374\",\"342,086\",\"1,224,400\",\"10.11\",\"3.6\",\"\""
## [8884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"1,224,400\",\"-\",\"0\",\"\""
## [8885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"16\",\"342,086\",\"1,224,400\",\"0.01\",\"0\",\"\""
## [8886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,388\",\"266,308\",\"1,224,400\",\"8.48\",\"3.9\",\"\""
## [8887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"10,484\",\"266,308\",\"1,224,400\",\"8.56\",\"3.9\",\"\""
## [8888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"1,224,400\",\"-\",\"0\",\"\""
## [8889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"16\",\"266,308\",\"1,224,400\",\"0.01\",\"0\",\"\""
## [8890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,356\",\"243,589\",\"1,224,400\",\"8.46\",\"4.3\",\"\""
## [8891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"10,338\",\"243,589\",\"1,224,400\",\"8.44\",\"4.2\",\"\""
## [8892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"243,589\",\"1,224,400\",\"0\",\"0\",\"\""
## [8893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"127\",\"243,589\",\"1,224,400\",\"0.1\",\"0.1\",\"\""
## [8894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12780\",\"316353\",\"1224400\",\"10.44\",\"4\",\"\""
## [8895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"12125\",\"305196\",\"1,224,400\",\"9.9\",\"4\",\"\""
## [8896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"1,224,400\",\"0\",\"0\",\"\""
## [8897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"594\",\"305196\",\"1,224,400\",\"N/A\",\"0.2\",\"\""
## [8898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18103\",\"461837\",\"1224400\",\"14.79\",\"3.9\",\"\""
## [8899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17448\",\"461837\",\"1163690\",\"14.25\",\"3.8\",\"\""
## [8900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"1163690\",\"0\",\"0\",\"\""
## [8901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"550\",\"461837\",\"1163690\",\"N/A\",\"0.1\",\"\""
## [8902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"22438\",\"886657\",\"1,163,690\",\"19.28\",\"2.5\",\"\""
## [8903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"28792\",\"1075609\",\"1,163,690\",\"24.74\",\"2.7\",\"\""
## [8904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"40253\",\"1357473\",\"1,163,690\",\"34.59\",\"3\",\"\""
## [8905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"39310\",\"1242635\",\"1,163,690\",\"33.78\",\"3.2\",\"\""
## [8906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"35179\",\"1171286\",\"1,163,690\",\"30.23\",\"3\",\"\""
## [8907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"33214\",\"1070599\",\"1,163,690\",\"28.54\",\"3.1\",\"\""
## [8908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"27246\",\"921346\",\"1,163,690\",\"23.41\",\"3\",\"\""
## [8909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"23033\",\"814587\",\"1,163,690\",\"19.79\",\"2.8\",\"\""
## [8910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"14511\",\"485097\",\"1,163,690\",\"12.47\",\"3\",\"\""
## [8911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12145\",\"337325\",\"1,163,690\",\"10.44\",\"3.6\",\"\""
## [8912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10268\",\"263806\",\"1,163,690\",\"8.82\",\"3.9\",\"\""
## [8913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10252\",\"241285\",\"1,163,690\",\"8.81\",\"4.2\",\"\""
## [8914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12624\",\"312139\",\"1,163,690\",\"10.85\",\"4\",\"\""
## [8915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17998\",\"459468\",\"1163690\",\"15.47\",\"3.9\",\"\""
## [8916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"42,649\",\"1,323,681\",\"1,224,400\",\"34.83\",\"3.2\",\"\""
## [8917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"37,539\",\"1,237,719\",\"1,224,400\",\"30.66\",\"3\",\"\""
## [8918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"35,076\",\"1,131,675\",\"1,224,400\",\"28.65\",\"3.1\",\"\""
## [8919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"28,690\",\"963,449\",\"1,224,400\",\"23.43\",\"3\",\"\""
## [8920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"24,541\",\"852,465\",\"1,224,400\",\"20.04\",\"2.9\",\"\""
## [8921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15,352\",\"504,446\",\"1,224,400\",\"12.54\",\"3\",\"\""
## [8922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"12,478\",\"345,087\",\"1,224,400\",\"10.19\",\"3.6\",\"\""
## [8923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,500\",\"268,447\",\"1,224,400\",\"8.58\",\"3.9\",\"\""
## [8924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,469\",\"245,749\",\"1,224,400\",\"8.55\",\"4.3\",\"\""
## [8925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"13075\",\"320808\",\"1224400\",\"10.68\",\"4.1\",\"\""
## [8926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18474\",\"468431\",\"1224400\",\"15.09\",\"3.9\",\"\""
## [8927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [8930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"40,869\",\"1282119\",\"1163690\",\"35.12\",\"3.2\",\"\""
## [8931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"35,949\",\"1188807\",\"1163690\",\"30.89\",\"3\",\"\""
## [8932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"33,655\",\"1081151\",\"1163690\",\"28.92\",\"3.1\",\"\""
## [8933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"27,599\",\"930481\",\"1163690\",\"23.72\",\"3\",\"\""
## [8934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"23,524\",\"825653\",\"1163690\",\"20.22\",\"2.8\",\"\""
## [8935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"14,803\",\"490822\",\"1163690\",\"12.72\",\"3\",\"\""
## [8936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"12,280\",\"340326\",\"1163690\",\"10.55\",\"3.6\",\"\""
## [8937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,380\",\"265945\",\"1163690\",\"8.92\",\"3.9\",\"\""
## [8938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,365\",\"243445\",\"1163690\",\"8.91\",\"4.3\",\"\""
## [8939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"12,919\",\"316594\",\"1163690\",\"11.1\",\"4.1\",\"\""
## [8940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18369\",\"466062\",\"1163690\",\"15.79\",\"3.9\",\"\""
## [8941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"275\",\"9,050\",\"28,277\",\"9.73\",\"3\",\"\""
## [8942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"245\",\"8,722\",\"28,277\",\"8.66\",\"2.8\",\"\""
## [8943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"408\",\"12,772\",\"28,277\",\"14.43\",\"3.2\",\"\""
## [8944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"408\",\"12,983\",\"28,277\",\"14.43\",\"3.1\",\"\""
## [8945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"454\",\"14,940\",\"28,277\",\"16.06\",\"3\",\"\""
## [8946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"414\",\"20,911\",\"28,277\",\"14.64\",\"2\",\"\""
## [8947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"756\",\"29,588\",\"28,277\",\"26.74\",\"2.6\",\"\""
## [8948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"617\",\"23,728\",\"28,277\",\"21.82\",\"2.6\",\"\""
## [8949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"281\",\"9,973\",\"28,277\",\"9.94\",\"2.8\",\"\""
## [8950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"130\",\"4,929\",\"28,277\",\"4.6\",\"2.6\",\"\""
## [8951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"150\",\"4,723\",\"28,277\",\"5.3\",\"3.2\",\"\""
## [8952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"188\",\"4,734\",\"28,277\",\"6.65\",\"4\",\"\""
## [8953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"170\",\"4589\",\"28277\",\"6.01\",\"3.7\",\"\""
## [8954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"215\",\"6013\",\"28277\",\"7.6\",\"3.6\",\"\""
## [8955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"306\",\"4,279\",\"18,456\",\"16.58\",\"7.2\",\"\""
## [8956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"267\",\"4,614\",\"18,456\",\"14.47\",\"5.8\",\"\""
## [8957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"420\",\"8,076\",\"18,456\",\"22.76\",\"5.2\",\"\""
## [8958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"377\",\"6,908\",\"18,456\",\"20.43\",\"5.5\",\"\""
## [8959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"407\",\"8,856\",\"18,456\",\"22.05\",\"4.6\",\"\""
## [8960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"260\",\"6,886\",\"18,456\",\"14.09\",\"3.8\",\"\""
## [8961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"306\",\"7,365\",\"18,456\",\"16.58\",\"4.2\",\"\""
## [8962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"206\",\"5,515\",\"18,456\",\"11.16\",\"3.7\",\"\""
## [8963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"138\",\"2,476\",\"18,456\",\"7.48\",\"5.6\",\"\""
## [8964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"98\",\"1,891\",\"18,456\",\"5.31\",\"5.2\",\"\""
## [8965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"72\",\"1,373\",\"18,456\",\"3.9\",\"5.2\",\"\""
## [8966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"67\",\"1,244\",\"18,456\",\"3.63\",\"5.4\",\"\""
## [8967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"115\",\"1631\",\"18456\",\"6.23\",\"7.1\",\"\""
## [8968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"186\",\"2564\",\"18456\",\"10.08\",\"7.3\",\"\""
## [8969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,559\",\"39,484\",\"N/A\",\"N/A\",\"3.9\",\"\""
## [8970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"770\",\"17,521\",\"N/A\",\"N/A\",\"4.4\",\"\""
## [8971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"441\",\"10,552\",\"N/A\",\"N/A\",\"4.2\",\"\""
## [8972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"353\",\"9,135\",\"N/A\",\"N/A\",\"3.9\",\"\""
## [8973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"491\",\"11,066\",\"N/A\",\"N/A\",\"4.4\",\"\""
## [8974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"292\",\"5,725\",\"N/A\",\"N/A\",\"5.1\",\"\""
## [8975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"135\",\"3,001\",\"N/A\",\"N/A\",\"4.5\",\"\""
## [8976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"112\",\"2,139\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [8977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"113\",\"2,160\",\"N/A\",\"N/A\",\"5.2\",\"\""
## [8978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"295\",\"4455\",\"N/A\",\"N/A\",\"6.6\",\"\""
## [8979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"371\",\"6594\",\"N/A\",\"N/A\",\"5.6\",\"\""
## [8980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"192\",\"8,582\",\"16,029\",\"11.98\",\"2.2\",\"\""
## [8981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"266\",\"9,811\",\"16,029\",\"16.59\",\"2.7\",\"\""
## [8982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"96\",\"5,286\",\"16,029\",\"5.99\",\"1.8\",\"\""
## [8983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"121\",\"6,070\",\"16,029\",\"7.55\",\"2\",\"\""
## [8984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"337\",\"13,145\",\"16,029\",\"21.02\",\"2.6\",\"\""
## [8985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"421\",\"16,900\",\"16,029\",\"26.26\",\"2.5\",\"\""
## [8986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"357\",\"16,169\",\"16,029\",\"22.27\",\"2.2\",\"\""
## [8987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"304\",\"12,292\",\"16,029\",\"18.97\",\"2.5\",\"\""
## [8988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"144\",\"5,715\",\"16,029\",\"8.98\",\"2.5\",\"\""
## [8989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"82\",\"2,836\",\"16,029\",\"5.12\",\"2.9\",\"\""
## [8990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"43\",\"1,084\",\"16,029\",\"2.68\",\"4\",\"\""
## [8991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"26\",\"775\",\"16,029\",\"1.62\",\"3.4\",\"\""
## [8992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"71\",\"1363\",\"16029\",\"4.43\",\"5.2\",\"\""
## [8993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"70\",\"2018\",\"16029\",\"4.37\",\"3.5\",\"\""
## [8994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"63\",\"6,390\",\"10,423\",\"6.04\",\"1\",\"\""
## [8995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"46\",\"5,547\",\"10,423\",\"4.41\",\"0.8\",\"\""
## [8996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"55\",\"4,976\",\"10,423\",\"5.28\",\"1.1\",\"\""
## [8997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"48\",\"5,193\",\"10,423\",\"4.61\",\"0.9\",\"\""
## [8998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"51\",\"6,002\",\"10,423\",\"4.89\",\"0.8\",\"\""
## [8999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"53\",\"7,787\",\"10,423\",\"5.08\",\"0.7\",\"\""
## [9000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"48\",\"4,934\",\"10,423\",\"4.61\",\"1\",\"\""
## [9001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"109\",\"6,541\",\"10,423\",\"10.46\",\"1.7\",\"\""
## [9002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"139\",\"9,203\",\"10,423\",\"13.34\",\"1.5\",\"\""
## [9003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"45\",\"3,839\",\"10,423\",\"4.32\",\"1.2\",\"\""
## [9004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"32\",\"2,004\",\"10,423\",\"3.07\",\"1.6\",\"\""
## [9005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"36\",\"1,889\",\"10,423\",\"3.45\",\"1.9\",\"\""
## [9006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"27\",\"2104\",\"10423\",\"2.59\",\"1.3\",\"\""
## [9007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"54\",\"3352\",\"10423\",\"5.18\",\"1.6\",\"\""
## [9008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"69\",\"11,453\",\"5,762\",\"11.98\",\"0.6\",\"\""
## [9009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"101\",\"15,573\",\"5,762\",\"17.53\",\"0.6\",\"\""
## [9010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"90\",\"17,357\",\"5,762\",\"15.62\",\"0.5\",\"\""
## [9011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"142\",\"24,197\",\"5,762\",\"24.64\",\"0.6\",\"\""
## [9012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"136\",\"29,911\",\"5,762\",\"23.6\",\"0.5\",\"\""
## [9013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"138\",\"30,424\",\"5,762\",\"23.95\",\"0.5\",\"\""
## [9014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"147\",\"31,104\",\"5,762\",\"25.51\",\"0.5\",\"\""
## [9015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"104\",\"24,616\",\"5,762\",\"18.05\",\"0.4\",\"\""
## [9016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"64\",\"9,281\",\"5,762\",\"11.11\",\"0.7\",\"\""
## [9017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"2,717\",\"5,762\",\"2.95\",\"0.6\",\"\""
## [9018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"5,762\",\"-\",\"0\",\"\""
## [9019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"8\",\"804\",\"5,762\",\"1.39\",\"1\",\"\""
## [9020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"5762\",\"0\",\"0\",\"\""
## [9021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"36\",\"1729\",\"5762\",\"6.25\",\"2.1\",\"\""
## [9022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"8,071\",\"2,504\",\"5.99\",\"0.2\",\"\""
## [9023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"8,849\",\"2,504\",\"7.19\",\"0.2\",\"\""
## [9024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"8,588\",\"2,504\",\"4.79\",\"0.1\",\"\""
## [9025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"32\",\"10,365\",\"2,504\",\"12.78\",\"0.3\",\"\""
## [9026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"37\",\"10,183\",\"2,504\",\"14.78\",\"0.4\",\"\""
## [9027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"40\",\"13,685\",\"2,504\",\"15.97\",\"0.3\",\"\""
## [9028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"35\",\"12,251\",\"2,504\",\"13.98\",\"0.3\",\"\""
## [9029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"55\",\"9,616\",\"2,504\",\"21.96\",\"0.6\",\"\""
## [9030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"29\",\"5,622\",\"2,504\",\"11.58\",\"0.5\",\"\""
## [9031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12\",\"3,490\",\"2,504\",\"4.79\",\"0.3\",\"\""
## [9032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"1,755\",\"2,504\",\"3.59\",\"0.5\",\"\""
## [9033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"1,366\",\"2,504\",\"1.6\",\"0.3\",\"\""
## [9034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"1558\",\"2504\",\"3.19\",\"0.5\",\"\""
## [9035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1867\",\"2504\",\"2\",\"0.3\",\"\""
## [9036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"225\",\"8,368\",\"14,351\",\"15.68\",\"2.7\",\"\""
## [9037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"175\",\"7,999\",\"14,351\",\"12.19\",\"2.2\",\"\""
## [9038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"210\",\"7,695\",\"14,351\",\"14.63\",\"2.7\",\"\""
## [9039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"215\",\"8,411\",\"14,351\",\"14.98\",\"2.6\",\"\""
## [9040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"285\",\"11,336\",\"14,351\",\"19.86\",\"2.5\",\"\""
## [9041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"452\",\"14,875\",\"14,351\",\"31.5\",\"3\",\"\""
## [9042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"344\",\"12,377\",\"14,351\",\"23.97\",\"2.8\",\"\""
## [9043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"164\",\"6,211\",\"14,351\",\"11.43\",\"2.6\",\"\""
## [9044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"161\",\"5,291\",\"14,351\",\"11.22\",\"3\",\"\""
## [9045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"93\",\"3,534\",\"14,351\",\"6.48\",\"2.6\",\"\""
## [9046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"61\",\"1,724\",\"14,351\",\"4.25\",\"3.5\",\"\""
## [9047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"28\",\"1,084\",\"14,351\",\"1.95\",\"2.6\",\"\""
## [9048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"61\",\"1431\",\"14351\",\"4.25\",\"4.3\",\"\""
## [9049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"64\",\"1517\",\"14351\",\"4.46\",\"4.2\",\"\""
## [9050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"170\",\"24,411\",\"15,645\",\"10.87\",\"0.7\",\"\""
## [9051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"164\",\"20,731\",\"15,645\",\"10.48\",\"0.8\",\"\""
## [9052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"211\",\"21,875\",\"15,645\",\"13.49\",\"1\",\"\""
## [9053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"199\",\"22,967\",\"15,645\",\"12.72\",\"0.9\",\"\""
## [9054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"166\",\"19,460\",\"15,645\",\"10.61\",\"0.9\",\"\""
## [9055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"167\",\"16,876\",\"15,645\",\"10.67\",\"1\",\"\""
## [9056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"118\",\"13,107\",\"15,645\",\"7.54\",\"0.9\",\"\""
## [9057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"150\",\"13,125\",\"15,645\",\"9.59\",\"1.1\",\"\""
## [9058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"68\",\"8,010\",\"15,645\",\"4.35\",\"0.8\",\"\""
## [9059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"55\",\"5,802\",\"15,645\",\"3.52\",\"0.9\",\"\""
## [9060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"33\",\"4,744\",\"15,645\",\"2.11\",\"0.7\",\"\""
## [9061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"55\",\"4,445\",\"15,645\",\"3.52\",\"1.2\",\"\""
## [9062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"37\",\"4088\",\"15645\",\"2.36\",\"0.9\",\"\""
## [9063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"55\",\"4396\",\"15645\",\"3.52\",\"1.3\",\"\""
## [9064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"96\",\"6,543\",\"9,507\",\"10.1\",\"1.5\",\"\""
## [9065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"160\",\"7,786\",\"9,507\",\"16.83\",\"2.1\",\"\""
## [9066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"130\",\"6,426\",\"9,507\",\"13.67\",\"2\",\"\""
## [9067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"108\",\"6,561\",\"9,507\",\"11.36\",\"1.6\",\"\""
## [9068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"98\",\"6,728\",\"9,507\",\"10.31\",\"1.5\",\"\""
## [9069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"135\",\"6,924\",\"9,507\",\"14.2\",\"1.9\",\"\""
## [9070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"144\",\"7,549\",\"9,507\",\"15.15\",\"1.9\",\"\""
## [9071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"202\",\"8,329\",\"9,507\",\"21.25\",\"2.4\",\"\""
## [9072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"174\",\"6,985\",\"9,507\",\"18.3\",\"2.5\",\"\""
## [9073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"109\",\"4,278\",\"9,507\",\"11.47\",\"2.5\",\"\""
## [9074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"78\",\"2,895\",\"9,507\",\"8.2\",\"2.7\",\"\""
## [9075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"41\",\"2,117\",\"9,507\",\"4.31\",\"1.9\",\"\""
## [9076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"34\",\"2071\",\"9507\",\"3.58\",\"1.6\",\"\""
## [9077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"56\",\"1770\",\"9507\",\"5.89\",\"3.2\",\"\""
## [9078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"8,302\",\"4,240\",\"4.48\",\"0.2\",\"\""
## [9079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"7,950\",\"4,240\",\"1.89\",\"0.1\",\"\""
## [9080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"5,249\",\"4,240\",\"2.83\",\"0.2\",\"\""
## [9081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"10\",\"5,835\",\"4,240\",\"2.36\",\"0.2\",\"\""
## [9082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"14\",\"4,902\",\"4,240\",\"3.3\",\"0.3\",\"\""
## [9083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"5,272\",\"4,240\",\"2.12\",\"0.2\",\"\""
## [9084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"14\",\"8,528\",\"4,240\",\"3.3\",\"0.2\",\"\""
## [9085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"21\",\"12,058\",\"4,240\",\"4.95\",\"0.2\",\"\""
## [9086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"8,189\",\"4,240\",\"3.54\",\"0.2\",\"\""
## [9087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"4,433\",\"4,240\",\"3.54\",\"0.3\",\"\""
## [9088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"17\",\"1,705\",\"4,240\",\"4.01\",\"1\",\"\""
## [9089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"1,455\",\"4,240\",\"1.42\",\"0.4\",\"\""
## [9090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"25\",\"1711\",\"4240\",\"5.9\",\"1.5\",\"\""
## [9091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"19\",\"1955\",\"4240\",\"4.48\",\"1\",\"\""
## [9092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"46\",\"8,384\",\"3,262\",\"14.1\",\"0.5\",\"\""
## [9093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"53\",\"7,049\",\"3,262\",\"16.25\",\"0.8\",\"\""
## [9094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"49\",\"10,141\",\"3,262\",\"15.02\",\"0.5\",\"\""
## [9095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"47\",\"12,048\",\"3,262\",\"14.41\",\"0.4\",\"\""
## [9096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"79\",\"14,203\",\"3,262\",\"24.22\",\"0.6\",\"\""
## [9097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"45\",\"12,957\",\"3,262\",\"13.8\",\"0.3\",\"\""
## [9098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"53\",\"13,125\",\"3,262\",\"16.25\",\"0.4\",\"\""
## [9099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"81\",\"8,988\",\"3,262\",\"24.83\",\"0.9\",\"\""
## [9100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"64\",\"5,156\",\"3,262\",\"19.62\",\"1.2\",\"\""
## [9101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"3,632\",\"3,262\",\"6.74\",\"0.6\",\"\""
## [9102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"2,292\",\"3,262\",\"4.6\",\"0.7\",\"\""
## [9103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"2,007\",\"3,262\",\"4.29\",\"0.7\",\"\""
## [9104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"25\",\"2648\",\"3262\",\"7.66\",\"0.9\",\"\""
## [9105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"26\",\"2929\",\"3262\",\"7.97\",\"0.9\",\"\""
## [9106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"249\",\"9,604\",\"27,635\",\"9.01\",\"2.6\",\"\""
## [9107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"352\",\"13,588\",\"27,635\",\"12.74\",\"2.6\",\"\""
## [9108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"338\",\"12,318\",\"27,635\",\"12.23\",\"2.7\",\"\""
## [9109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"307\",\"9,359\",\"27,635\",\"11.11\",\"3.3\",\"\""
## [9110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"186\",\"5,803\",\"27,635\",\"6.73\",\"3.2\",\"\""
## [9111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"132\",\"3,629\",\"27,635\",\"4.78\",\"3.6\",\"\""
## [9112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"151\",\"4,326\",\"27,635\",\"5.46\",\"3.5\",\"\""
## [9113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"316\",\"8,726\",\"27,635\",\"11.43\",\"3.6\",\"\""
## [9114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"123\",\"4,835\",\"27,635\",\"4.45\",\"2.5\",\"\""
## [9115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"71\",\"2,200\",\"27,635\",\"2.57\",\"3.2\",\"\""
## [9116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"79\",\"3,148\",\"27,635\",\"2.86\",\"2.5\",\"\""
## [9117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"102\",\"3,004\",\"27,635\",\"3.69\",\"3.4\",\"\""
## [9118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"207\",\"7452\",\"27635\",\"7.49\",\"2.8\",\"\""
## [9119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"464\",\"17256\",\"27635\",\"16.79\",\"2.7\",\"\""
## [9120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"131\",\"4,837\",\"8,661\",\"15.13\",\"2.7\",\"\""
## [9121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"136\",\"5,554\",\"8,661\",\"15.7\",\"2.4\",\"\""
## [9122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"151\",\"6,227\",\"8,661\",\"17.43\",\"2.4\",\"\""
## [9123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"163\",\"5,464\",\"8,661\",\"18.82\",\"3\",\"\""
## [9124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"152\",\"4,447\",\"8,661\",\"17.55\",\"3.4\",\"\""
## [9125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"162\",\"5,062\",\"8,661\",\"18.7\",\"3.2\",\"\""
## [9126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"137\",\"4,701\",\"8,661\",\"15.82\",\"2.9\",\"\""
## [9127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"107\",\"4,445\",\"8,661\",\"12.35\",\"2.4\",\"\""
## [9128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"72\",\"2,667\",\"8,661\",\"8.31\",\"2.7\",\"\""
## [9129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"85\",\"2,018\",\"8,661\",\"9.81\",\"4.2\",\"\""
## [9130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"60\",\"1,720\",\"8,661\",\"6.93\",\"3.5\",\"\""
## [9131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"65\",\"1,659\",\"8,661\",\"7.5\",\"3.9\",\"\""
## [9132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"86\",\"1765\",\"8661\",\"9.93\",\"4.9\",\"\""
## [9133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"121\",\"2101\",\"8661\",\"13.97\",\"5.8\",\"\""
## [9134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,885\",\"45,408\",\"60,710\",\"31.05\",\"4.2\",\"\""
## [9135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,770\",\"50,038\",\"60,710\",\"29.15\",\"3.5\",\"\""
## [9136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,034\",\"52,329\",\"60,710\",\"33.5\",\"3.9\",\"\""
## [9137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,780\",\"41,562\",\"60,710\",\"29.32\",\"4.3\",\"\""
## [9138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,590\",\"48,912\",\"60,710\",\"26.19\",\"3.3\",\"\""
## [9139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,421\",\"50,524\",\"60,710\",\"23.41\",\"2.8\",\"\""
## [9140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,091\",\"32,968\",\"60,710\",\"17.97\",\"3.3\",\"\""
## [9141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,017\",\"26,812\",\"60,710\",\"16.75\",\"3.8\",\"\""
## [9142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"549\",\"13,624\",\"60,710\",\"9.04\",\"4\",\"\""
## [9143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"198\",\"4,761\",\"60,710\",\"3.26\",\"4.2\",\"\""
## [9144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"120\",\"2,502\",\"60,710\",\"1.98\",\"4.8\",\"\""
## [9145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"104\",\"2,304\",\"60,710\",\"1.71\",\"4.5\",\"\""
## [9146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"156\",\"4214\",\"60710\",\"2.57\",\"3.7\",\"\""
## [9147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"105\",\"2369\",\"60710\",\"1.73\",\"4.4\",\"\""
## [9148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"92\",\"5,627\",\"5,547\",\"16.59\",\"1.6\",\"\""
## [9149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"100\",\"7,275\",\"5,547\",\"18.03\",\"1.4\",\"\""
## [9150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"93\",\"6,859\",\"5,547\",\"16.77\",\"1.4\",\"\""
## [9151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"148\",\"9,022\",\"5,547\",\"26.68\",\"1.6\",\"\""
## [9152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"108\",\"8,018\",\"5,547\",\"19.47\",\"1.3\",\"\""
## [9153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"82\",\"7,188\",\"5,547\",\"14.78\",\"1.1\",\"\""
## [9154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"74\",\"8,875\",\"5,547\",\"13.34\",\"0.8\",\"\""
## [9155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"23\",\"3,947\",\"5,547\",\"4.15\",\"0.6\",\"\""
## [9156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"32\",\"2,086\",\"5,547\",\"5.77\",\"1.5\",\"\""
## [9157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"41\",\"1,092\",\"5,547\",\"7.39\",\"3.8\",\"\""
## [9158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"1,310\",\"5,547\",\"1.62\",\"0.7\",\"\""
## [9159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"5,547\",\"-\",\"0\",\"\""
## [9160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"68\",\"1850\",\"5547\",\"12.26\",\"3.7\",\"\""
## [9161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"84\",\"2592\",\"5547\",\"15.14\",\"3.2\",\"\""
## [9162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"375\",\"23,137\",\"30,905\",\"12.13\",\"1.6\",\"\""
## [9163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"580\",\"24,400\",\"30,905\",\"18.77\",\"2.4\",\"\""
## [9164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"574\",\"25,589\",\"30,905\",\"18.57\",\"2.2\",\"\""
## [9165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"511\",\"21,096\",\"30,905\",\"16.53\",\"2.4\",\"\""
## [9166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"566\",\"26,013\",\"30,905\",\"18.31\",\"2.2\",\"\""
## [9167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"541\",\"31,212\",\"30,905\",\"17.51\",\"1.7\",\"\""
## [9168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"571\",\"30,422\",\"30,905\",\"18.48\",\"1.9\",\"\""
## [9169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"577\",\"27,917\",\"30,905\",\"18.67\",\"2.1\",\"\""
## [9170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"392\",\"17,375\",\"30,905\",\"12.68\",\"2.3\",\"\""
## [9171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"272\",\"10,238\",\"30,905\",\"8.8\",\"2.7\",\"\""
## [9172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"222\",\"7,762\",\"30,905\",\"7.18\",\"2.9\",\"\""
## [9173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"235\",\"7,207\",\"30,905\",\"7.6\",\"3.3\",\"\""
## [9174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"229\",\"7072\",\"30905\",\"7.41\",\"3.2\",\"\""
## [9175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"272\",\"7952\",\"30905\",\"8.8\",\"3.4\",\"\""
## [9176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"383\",\"10,276\",\"27,497\",\"13.93\",\"3.7\",\"\""
## [9177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"526\",\"11,788\",\"27,497\",\"19.13\",\"4.5\",\"\""
## [9178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"716\",\"18,796\",\"27,497\",\"26.04\",\"3.8\",\"\""
## [9179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"554\",\"12,847\",\"27,497\",\"20.15\",\"4.3\",\"\""
## [9180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"464\",\"10,450\",\"27,497\",\"16.87\",\"4.4\",\"\""
## [9181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"558\",\"9,329\",\"27,497\",\"20.29\",\"6\",\"\""
## [9182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"670\",\"14,876\",\"27,497\",\"24.37\",\"4.5\",\"\""
## [9183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"799\",\"22,302\",\"27,497\",\"29.06\",\"3.6\",\"\""
## [9184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"433\",\"10,429\",\"27,497\",\"15.75\",\"4.2\",\"\""
## [9185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"295\",\"7,162\",\"27,497\",\"10.73\",\"4.1\",\"\""
## [9186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"262\",\"6,420\",\"27,497\",\"9.53\",\"4.1\",\"\""
## [9187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"231\",\"5,755\",\"27,497\",\"8.4\",\"4\",\"\""
## [9188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"370\",\"5601\",\"27497\",\"13.46\",\"6.6\",\"\""
## [9189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"443\",\"6359\",\"27497\",\"16.11\",\"7\",\"\""
## [9190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"70\",\"9,856\",\"8,185\",\"8.55\",\"0.7\",\"\""
## [9191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"81\",\"11,689\",\"8,185\",\"9.9\",\"0.7\",\"\""
## [9192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"114\",\"11,077\",\"8,185\",\"13.93\",\"1\",\"\""
## [9193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"102\",\"9,485\",\"8,185\",\"12.46\",\"1.1\",\"\""
## [9194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"96\",\"8,907\",\"8,185\",\"11.73\",\"1.1\",\"\""
## [9195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"80\",\"10,363\",\"8,185\",\"9.77\",\"0.8\",\"\""
## [9196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"82\",\"10,317\",\"8,185\",\"10.02\",\"0.8\",\"\""
## [9197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"64\",\"6,512\",\"8,185\",\"7.82\",\"1\",\"\""
## [9198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"41\",\"3,154\",\"8,185\",\"5.01\",\"1.3\",\"\""
## [9199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"739\",\"8,185\",\"0.73\",\"0.8\",\"\""
## [9200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"716\",\"8,185\",\"1.22\",\"1.4\",\"\""
## [9201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"34\",\"1,011\",\"8,185\",\"4.15\",\"3.4\",\"\""
## [9202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"1278\",\"8185\",\"2.32\",\"1.5\",\"\""
## [9203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"2548\",\"8185\",\"3.3\",\"1.1\",\"\""
## [9204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"262\",\"13,888\",\"27,283\",\"9.6\",\"1.9\",\"\""
## [9205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"312\",\"15,487\",\"27,283\",\"11.44\",\"2\",\"\""
## [9206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"342\",\"17,225\",\"27,283\",\"12.54\",\"2\",\"\""
## [9207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"302\",\"14,764\",\"27,283\",\"11.07\",\"2\",\"\""
## [9208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"186\",\"11,595\",\"27,283\",\"6.82\",\"1.6\",\"\""
## [9209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"141\",\"8,144\",\"27,283\",\"5.17\",\"1.7\",\"\""
## [9210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"135\",\"7,996\",\"27,283\",\"4.95\",\"1.7\",\"\""
## [9211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"150\",\"8,969\",\"27,283\",\"5.5\",\"1.7\",\"\""
## [9212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"137\",\"8,989\",\"27,283\",\"5.02\",\"1.5\",\"\""
## [9213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"134\",\"6,845\",\"27,283\",\"4.91\",\"2\",\"\""
## [9214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"167\",\"6,328\",\"27,283\",\"6.12\",\"2.6\",\"\""
## [9215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"218\",\"5,830\",\"27,283\",\"7.99\",\"3.7\",\"\""
## [9216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"129\",\"5404\",\"27283\",\"4.73\",\"2.4\",\"\""
## [9217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"257\",\"8789\",\"27283\",\"9.42\",\"2.9\",\"\""
## [9218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"226\",\"17,874\",\"16,300\",\"13.87\",\"1.3\",\"\""
## [9219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"405\",\"22,878\",\"16,300\",\"24.85\",\"1.8\",\"\""
## [9220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"289\",\"22,899\",\"16,300\",\"17.73\",\"1.3\",\"\""
## [9221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"382\",\"26,384\",\"16,300\",\"23.44\",\"1.4\",\"\""
## [9222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"303\",\"26,255\",\"16,300\",\"18.59\",\"1.2\",\"\""
## [9223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"216\",\"20,851\",\"16,300\",\"13.25\",\"1\",\"\""
## [9224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"130\",\"18,152\",\"16,300\",\"7.98\",\"0.7\",\"\""
## [9225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"115\",\"15,748\",\"16,300\",\"7.06\",\"0.7\",\"\""
## [9226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"64\",\"7,723\",\"16,300\",\"3.93\",\"0.8\",\"\""
## [9227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"75\",\"5,472\",\"16,300\",\"4.6\",\"1.4\",\"\""
## [9228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"67\",\"3,074\",\"16,300\",\"4.11\",\"2.2\",\"\""
## [9229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"2,807\",\"16,300\",\"2.82\",\"1.6\",\"\""
## [9230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"53\",\"3825\",\"16300\",\"3.25\",\"1.4\",\"\""
## [9231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"106\",\"7163\",\"16300\",\"6.5\",\"1.5\",\"\""
## [9232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"606\",\"19,364\",\"20,520\",\"29.53\",\"3.1\",\"\""
## [9233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"770\",\"20,890\",\"20,520\",\"37.52\",\"3.7\",\"\""
## [9234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"627\",\"19,250\",\"20,520\",\"30.56\",\"3.3\",\"\""
## [9235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"782\",\"23,349\",\"20,520\",\"38.11\",\"3.3\",\"\""
## [9236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"876\",\"22,386\",\"20,520\",\"42.69\",\"3.9\",\"\""
## [9237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"454\",\"10,091\",\"20,520\",\"22.12\",\"4.5\",\"\""
## [9238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"230\",\"5,831\",\"20,520\",\"11.21\",\"3.9\",\"\""
## [9239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"154\",\"4,376\",\"20,520\",\"7.5\",\"3.5\",\"\""
## [9240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"96\",\"3,129\",\"20,520\",\"4.68\",\"3.1\",\"\""
## [9241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"54\",\"1,719\",\"20,520\",\"2.63\",\"3.1\",\"\""
## [9242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"47\",\"1,342\",\"20,520\",\"2.29\",\"3.5\",\"\""
## [9243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"37\",\"1,465\",\"20,520\",\"1.8\",\"2.5\",\"\""
## [9244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"79\",\"2685\",\"20520\",\"3.85\",\"2.9\",\"\""
## [9245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"80\",\"3384\",\"20520\",\"3.9\",\"2.4\",\"\""
## [9246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"30\",\"8,609\",\"6,190\",\"4.85\",\"0.3\",\"\""
## [9247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"42\",\"11,818\",\"6,190\",\"6.79\",\"0.4\",\"\""
## [9248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"83\",\"13,353\",\"6,190\",\"13.41\",\"0.6\",\"\""
## [9249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"63\",\"10,521\",\"6,190\",\"10.18\",\"0.6\",\"\""
## [9250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"75\",\"9,651\",\"6,190\",\"12.12\",\"0.8\",\"\""
## [9251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"58\",\"6,343\",\"6,190\",\"9.37\",\"0.9\",\"\""
## [9252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"59\",\"6,999\",\"6,190\",\"9.53\",\"0.8\",\"\""
## [9253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"93\",\"8,942\",\"6,190\",\"15.02\",\"1\",\"\""
## [9254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"24\",\"5,881\",\"6,190\",\"3.88\",\"0.4\",\"\""
## [9255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"40\",\"3,812\",\"6,190\",\"6.46\",\"1\",\"\""
## [9256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"2,186\",\"6,190\",\"3.39\",\"1\",\"\""
## [9257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"36\",\"2,048\",\"6,190\",\"5.82\",\"1.8\",\"\""
## [9258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"66\",\"2546\",\"6190\",\"10.66\",\"2.6\",\"\""
## [9259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"52\",\"2692\",\"6190\",\"8.4\",\"1.9\",\"\""
## [9260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"285\",\"6,912\",\"N/A\",\"N/A\",\"4.1\",\"\""
## [9261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"342\",\"7,581\",\"N/A\",\"N/A\",\"4.5\",\"\""
## [9262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"310\",\"7,300\",\"N/A\",\"N/A\",\"4.2\",\"\""
## [9263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"257\",\"5,420\",\"N/A\",\"N/A\",\"4.7\",\"\""
## [9264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"188\",\"4,078\",\"N/A\",\"N/A\",\"4.6\",\"\""
## [9265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"156\",\"3,251\",\"N/A\",\"N/A\",\"4.8\",\"\""
## [9266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"133\",\"2,645\",\"N/A\",\"N/A\",\"5\",\"\""
## [9267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"90\",\"2,231\",\"N/A\",\"N/A\",\"4\",\"\""
## [9268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"66\",\"1,539\",\"N/A\",\"N/A\",\"4.3\",\"\""
## [9269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"58\",\"1,322\",\"N/A\",\"N/A\",\"4.4\",\"\""
## [9270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"55\",\"1,122\",\"N/A\",\"N/A\",\"4.9\",\"\""
## [9271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"61\",\"1,004\",\"N/A\",\"N/A\",\"6.1\",\"\""
## [9272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"70\",\"1111\",\"N/A\",\"N/A\",\"6.3\",\"\""
## [9273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"83\",\"1930\",\"N/A\",\"N/A\",\"4.3\",\"\""
## [9274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"590\",\"47,870\",\"20,954\",\"28.16\",\"1.2\",\"\""
## [9275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"602\",\"64,607\",\"20,954\",\"28.73\",\"0.9\",\"\""
## [9276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"737\",\"68,915\",\"20,954\",\"35.17\",\"1.1\",\"\""
## [9277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"587\",\"59,659\",\"20,954\",\"28.01\",\"1\",\"\""
## [9278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"532\",\"43,877\",\"20,954\",\"25.39\",\"1.2\",\"\""
## [9279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"279\",\"25,691\",\"20,954\",\"13.31\",\"1.1\",\"\""
## [9280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"338\",\"29,117\",\"20,954\",\"16.13\",\"1.2\",\"\""
## [9281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"463\",\"35,855\",\"20,954\",\"22.1\",\"1.3\",\"\""
## [9282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"315\",\"24,523\",\"20,954\",\"15.03\",\"1.3\",\"\""
## [9283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"85\",\"6,450\",\"20,954\",\"4.06\",\"1.3\",\"\""
## [9284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"88\",\"6,650\",\"20,954\",\"4.2\",\"1.3\",\"\""
## [9285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"137\",\"9,257\",\"20,954\",\"6.54\",\"1.5\",\"\""
## [9286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"265\",\"17576\",\"20954\",\"12.65\",\"1.5\",\"\""
## [9287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"495\",\"29408\",\"20954\",\"23.62\",\"1.7\",\"\""
## [9288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10,280\",\"294,467\",\"404,990\",\"25.38\",\"3.5\",\"\""
## [9289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,364\",\"448,957\",\"404,990\",\"37.94\",\"3.4\",\"\""
## [9290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,393\",\"721,451\",\"404,990\",\"65.17\",\"3.7\",\"\""
## [9291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"25,775\",\"624,009\",\"404,990\",\"63.64\",\"4.1\",\"\""
## [9292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"22,269\",\"560,544\",\"404,990\",\"54.99\",\"4\",\"\""
## [9293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"21,182\",\"480,702\",\"404,990\",\"52.3\",\"4.4\",\"\""
## [9294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,399\",\"338,973\",\"404,990\",\"38.02\",\"4.5\",\"\""
## [9295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,551\",\"270,086\",\"404,990\",\"28.52\",\"4.3\",\"\""
## [9296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,204\",\"157,738\",\"404,990\",\"17.79\",\"4.6\",\"\""
## [9297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,739\",\"140,198\",\"404,990\",\"16.64\",\"4.8\",\"\""
## [9298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,727\",\"121,607\",\"404,990\",\"14.14\",\"4.7\",\"\""
## [9299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,986\",\"116,385\",\"404,990\",\"14.78\",\"5.1\",\"\""
## [9300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6735\",\"149592\",\"404990\",\"16.63\",\"4.5\",\"\""
## [9301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9749\",\"219569\",\"404990\",\"24.07\",\"4.4\",\"\""
## [9302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"123\",\"8,298\",\"10,027\",\"12.27\",\"1.5\",\"\""
## [9303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"134\",\"8,541\",\"10,027\",\"13.36\",\"1.6\",\"\""
## [9304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"197\",\"11,467\",\"10,027\",\"19.65\",\"1.7\",\"\""
## [9305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"158\",\"13,075\",\"10,027\",\"15.76\",\"1.2\",\"\""
## [9306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"185\",\"15,350\",\"10,027\",\"18.45\",\"1.2\",\"\""
## [9307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"172\",\"16,047\",\"10,027\",\"17.15\",\"1.1\",\"\""
## [9308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"159\",\"14,297\",\"10,027\",\"15.86\",\"1.1\",\"\""
## [9309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"167\",\"13,070\",\"10,027\",\"16.66\",\"1.3\",\"\""
## [9310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"159\",\"9,226\",\"10,027\",\"15.86\",\"1.7\",\"\""
## [9311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"84\",\"5,277\",\"10,027\",\"8.38\",\"1.6\",\"\""
## [9312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"98\",\"3,682\",\"10,027\",\"9.77\",\"2.7\",\"\""
## [9313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"74\",\"2,075\",\"10,027\",\"7.38\",\"3.6\",\"\""
## [9314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"119\",\"2707\",\"10027\",\"11.87\",\"4.4\",\"\""
## [9315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"102\",\"4229\",\"10027\",\"10.17\",\"2.4\",\"\""
## [9316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"168\",\"14,537\",\"4,950\",\"33.94\",\"1.2\",\"\""
## [9317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"52\",\"11,940\",\"4,950\",\"10.51\",\"0.4\",\"\""
## [9318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"33\",\"8,229\",\"4,950\",\"6.67\",\"0.4\",\"\""
## [9319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"34\",\"6,212\",\"4,950\",\"6.87\",\"0.5\",\"\""
## [9320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"30\",\"6,169\",\"4,950\",\"6.06\",\"0.5\",\"\""
## [9321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"3,661\",\"4,950\",\"1.62\",\"0.2\",\"\""
## [9322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"26\",\"4,750\",\"4,950\",\"5.25\",\"0.5\",\"\""
## [9323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"34\",\"5,097\",\"4,950\",\"6.87\",\"0.7\",\"\""
## [9324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"2,419\",\"4,950\",\"2.63\",\"0.5\",\"\""
## [9325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"1,521\",\"4,950\",\"1.01\",\"0.3\",\"\""
## [9326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"1,622\",\"4,950\",\"2.63\",\"0.8\",\"\""
## [9327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"1,527\",\"4,950\",\"2.83\",\"0.9\",\"\""
## [9328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"1734\",\"4950\",\"2.83\",\"0.8\",\"\""
## [9329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"39\",\"4684\",\"4950\",\"7.88\",\"0.8\",\"\""
## [9330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"65\",\"9,415\",\"7,456\",\"8.72\",\"0.7\",\"\""
## [9331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"69\",\"9,429\",\"7,456\",\"9.25\",\"0.7\",\"\""
## [9332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"54\",\"9,086\",\"7,456\",\"7.24\",\"0.6\",\"\""
## [9333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"51\",\"6,260\",\"7,456\",\"6.84\",\"0.8\",\"\""
## [9334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"27\",\"5,649\",\"7,456\",\"3.62\",\"0.5\",\"\""
## [9335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"48\",\"7,379\",\"7,456\",\"6.44\",\"0.7\",\"\""
## [9336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"7,032\",\"7,456\",\"3.89\",\"0.4\",\"\""
## [9337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"46\",\"7,685\",\"7,456\",\"6.17\",\"0.6\",\"\""
## [9338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"56\",\"6,310\",\"7,456\",\"7.51\",\"0.9\",\"\""
## [9339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"66\",\"4,214\",\"7,456\",\"8.85\",\"1.6\",\"\""
## [9340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"37\",\"2,465\",\"7,456\",\"4.96\",\"1.5\",\"\""
## [9341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"1,671\",\"7,456\",\"2.95\",\"1.3\",\"\""
## [9342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"37\",\"1753\",\"7456\",\"4.96\",\"2.1\",\"\""
## [9343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"47\",\"2220\",\"7456\",\"6.3\",\"2.1\",\"\""
## [9344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"483\",\"13,176\",\"14,182\",\"34.06\",\"3.7\",\"\""
## [9345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"463\",\"14,036\",\"14,182\",\"32.65\",\"3.3\",\"\""
## [9346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"414\",\"11,542\",\"14,182\",\"29.19\",\"3.6\",\"\""
## [9347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"330\",\"11,737\",\"14,182\",\"23.27\",\"2.8\",\"\""
## [9348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"341\",\"12,681\",\"14,182\",\"24.04\",\"2.7\",\"\""
## [9349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"270\",\"8,453\",\"14,182\",\"19.04\",\"3.2\",\"\""
## [9350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"315\",\"9,030\",\"14,182\",\"22.21\",\"3.5\",\"\""
## [9351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"292\",\"8,427\",\"14,182\",\"20.59\",\"3.5\",\"\""
## [9352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"139\",\"4,404\",\"14,182\",\"9.8\",\"3.2\",\"\""
## [9353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"68\",\"1,752\",\"14,182\",\"4.79\",\"3.9\",\"\""
## [9354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"48\",\"1,136\",\"14,182\",\"3.38\",\"4.2\",\"\""
## [9355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"65\",\"1,090\",\"14,182\",\"4.58\",\"6\",\"\""
## [9356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"96\",\"1960\",\"14182\",\"6.77\",\"4.9\",\"\""
## [9357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"92\",\"2121\",\"14182\",\"6.49\",\"4.3\",\"\""
## [9358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"78\",\"33,759\",\"12,447\",\"6.27\",\"0.2\",\"\""
## [9359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"79\",\"28,937\",\"12,447\",\"6.35\",\"0.3\",\"\""
## [9360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"132\",\"32,281\",\"12,447\",\"10.6\",\"0.4\",\"\""
## [9361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"107\",\"39,383\",\"12,447\",\"8.6\",\"0.3\",\"\""
## [9362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"114\",\"43,441\",\"12,447\",\"9.16\",\"0.3\",\"\""
## [9363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"85\",\"40,654\",\"12,447\",\"6.83\",\"0.2\",\"\""
## [9364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"81\",\"31,759\",\"12,447\",\"6.51\",\"0.3\",\"\""
## [9365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"159\",\"37,843\",\"12,447\",\"12.77\",\"0.4\",\"\""
## [9366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"102\",\"17,223\",\"12,447\",\"8.19\",\"0.6\",\"\""
## [9367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39\",\"7,055\",\"12,447\",\"3.13\",\"0.6\",\"\""
## [9368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31\",\"3,695\",\"12,447\",\"2.49\",\"0.8\",\"\""
## [9369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"2,857\",\"12,447\",\"1.85\",\"0.8\",\"\""
## [9370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"24\",\"2831\",\"12447\",\"1.93\",\"0.8\",\"\""
## [9371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"47\",\"5210\",\"12447\",\"3.78\",\"0.9\",\"\""
## [9372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"434\",\"8,640\",\"30,981\",\"14.01\",\"5\",\"\""
## [9373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"252\",\"5,848\",\"30,981\",\"8.13\",\"4.3\",\"\""
## [9374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"216\",\"4,556\",\"30,981\",\"6.97\",\"4.7\",\"\""
## [9375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"310\",\"5,451\",\"30,981\",\"10.01\",\"5.7\",\"\""
## [9376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"229\",\"4,528\",\"30,981\",\"7.39\",\"5.1\",\"\""
## [9377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"173\",\"3,320\",\"30,981\",\"5.58\",\"5.2\",\"\""
## [9378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"136\",\"3,384\",\"30,981\",\"4.39\",\"4\",\"\""
## [9379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"181\",\"5,166\",\"30,981\",\"5.84\",\"3.5\",\"\""
## [9380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"117\",\"3,762\",\"30,981\",\"3.78\",\"3.1\",\"\""
## [9381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"121\",\"2,417\",\"30,981\",\"3.91\",\"5\",\"\""
## [9382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"128\",\"1,573\",\"30,981\",\"4.13\",\"8.1\",\"\""
## [9383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"117\",\"1,449\",\"30,981\",\"3.78\",\"8.1\",\"\""
## [9384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"170\",\"2231\",\"30981\",\"5.49\",\"7.6\",\"\""
## [9385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"236\",\"3910\",\"30981\",\"7.62\",\"6\",\"\""
## [9386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"246\",\"18,023\",\"17,762\",\"13.85\",\"1.4\",\"\""
## [9387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"337\",\"18,952\",\"17,762\",\"18.97\",\"1.8\",\"\""
## [9388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"249\",\"18,463\",\"17,762\",\"14.02\",\"1.3\",\"\""
## [9389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"178\",\"15,846\",\"17,762\",\"10.02\",\"1.1\",\"\""
## [9390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"199\",\"13,847\",\"17,762\",\"11.2\",\"1.4\",\"\""
## [9391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"195\",\"13,948\",\"17,762\",\"10.98\",\"1.4\",\"\""
## [9392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"145\",\"10,083\",\"17,762\",\"8.16\",\"1.4\",\"\""
## [9393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"222\",\"12,879\",\"17,762\",\"12.5\",\"1.7\",\"\""
## [9394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"115\",\"7,782\",\"17,762\",\"6.47\",\"1.5\",\"\""
## [9395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"82\",\"6,058\",\"17,762\",\"4.62\",\"1.4\",\"\""
## [9396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"105\",\"4,851\",\"17,762\",\"5.91\",\"2.2\",\"\""
## [9397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"159\",\"5,868\",\"17,762\",\"8.95\",\"2.7\",\"\""
## [9398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"254\",\"9436\",\"17762\",\"14.3\",\"2.7\",\"\""
## [9399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"317\",\"11295\",\"17762\",\"17.85\",\"2.8\",\"\""
## [9400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"499\",\"19,042\",\"20,791\",\"24\",\"2.6\",\"\""
## [9401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"465\",\"20,530\",\"20,791\",\"22.37\",\"2.3\",\"\""
## [9402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"655\",\"26,816\",\"20,791\",\"31.5\",\"2.4\",\"\""
## [9403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"664\",\"27,555\",\"20,791\",\"31.94\",\"2.4\",\"\""
## [9404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"481\",\"23,106\",\"20,791\",\"23.14\",\"2.1\",\"\""
## [9405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"310\",\"17,674\",\"20,791\",\"14.91\",\"1.8\",\"\""
## [9406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"561\",\"20,487\",\"20,791\",\"26.98\",\"2.7\",\"\""
## [9407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"612\",\"21,218\",\"20,791\",\"29.44\",\"2.9\",\"\""
## [9408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"240\",\"8,175\",\"20,791\",\"11.54\",\"2.9\",\"\""
## [9409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"120\",\"3,521\",\"20,791\",\"5.77\",\"3.4\",\"\""
## [9410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"76\",\"2,025\",\"20,791\",\"3.66\",\"3.8\",\"\""
## [9411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"43\",\"1,529\",\"20,791\",\"2.07\",\"2.8\",\"\""
## [9412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"122\",\"4681\",\"20791\",\"5.87\",\"2.6\",\"\""
## [9413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"246\",\"12403\",\"20791\",\"11.83\",\"2\",\"\""
## [9414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"289\",\"19,146\",\"14,095\",\"20.5\",\"1.5\",\"\""
## [9415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"344\",\"17,186\",\"14,095\",\"24.41\",\"2\",\"\""
## [9416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"240\",\"10,309\",\"14,095\",\"17.03\",\"2.3\",\"\""
## [9417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"181\",\"7,655\",\"14,095\",\"12.84\",\"2.4\",\"\""
## [9418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"209\",\"11,170\",\"14,095\",\"14.83\",\"1.9\",\"\""
## [9419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"370\",\"18,903\",\"14,095\",\"26.25\",\"2\",\"\""
## [9420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"440\",\"18,950\",\"14,095\",\"31.22\",\"2.3\",\"\""
## [9421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"416\",\"14,538\",\"14,095\",\"29.51\",\"2.9\",\"\""
## [9422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"144\",\"6,012\",\"14,095\",\"10.22\",\"2.4\",\"\""
## [9423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"97\",\"3,847\",\"14,095\",\"6.88\",\"2.5\",\"\""
## [9424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"117\",\"3,563\",\"14,095\",\"8.3\",\"3.3\",\"\""
## [9425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"100\",\"2,601\",\"14,095\",\"7.09\",\"3.8\",\"\""
## [9426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"107\",\"3280\",\"14095\",\"7.59\",\"3.3\",\"\""
## [9427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"184\",\"5348\",\"14095\",\"13.05\",\"3.4\",\"\""
## [9428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"107\",\"4,059\",\"12,472\",\"8.58\",\"2.6\",\"\""
## [9429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"189\",\"5,373\",\"12,472\",\"15.15\",\"3.5\",\"\""
## [9430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"207\",\"5,978\",\"12,472\",\"16.6\",\"3.5\",\"\""
## [9431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"137\",\"4,262\",\"12,472\",\"10.98\",\"3.2\",\"\""
## [9432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"112\",\"3,356\",\"12,472\",\"8.98\",\"3.3\",\"\""
## [9433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"96\",\"3,310\",\"12,472\",\"7.7\",\"2.9\",\"\""
## [9434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"110\",\"3,570\",\"12,472\",\"8.82\",\"3.1\",\"\""
## [9435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"160\",\"5,049\",\"12,472\",\"12.83\",\"3.2\",\"\""
## [9436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"201\",\"4,628\",\"12,472\",\"16.12\",\"4.3\",\"\""
## [9437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"93\",\"2,530\",\"12,472\",\"7.46\",\"3.7\",\"\""
## [9438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"118\",\"1,894\",\"12,472\",\"9.46\",\"6.2\",\"\""
## [9439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"73\",\"1,175\",\"12,472\",\"5.85\",\"6.2\",\"\""
## [9440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"104\",\"1735\",\"12472\",\"8.34\",\"6\",\"\""
## [9441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"147\",\"2899\",\"12472\",\"11.79\",\"5.1\",\"\""
## [9442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"265\",\"13,970\",\"23,554\",\"11.25\",\"1.9\",\"\""
## [9443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"381\",\"18,016\",\"23,554\",\"16.18\",\"2.1\",\"\""
## [9444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"409\",\"17,079\",\"23,554\",\"17.36\",\"2.4\",\"\""
## [9445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"327\",\"13,672\",\"23,554\",\"13.88\",\"2.4\",\"\""
## [9446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"333\",\"13,478\",\"23,554\",\"14.14\",\"2.5\",\"\""
## [9447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"374\",\"15,863\",\"23,554\",\"15.88\",\"2.4\",\"\""
## [9448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"380\",\"18,140\",\"23,554\",\"16.13\",\"2.1\",\"\""
## [9449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"538\",\"14,399\",\"23,554\",\"22.84\",\"3.7\",\"\""
## [9450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"261\",\"10,029\",\"23,554\",\"11.08\",\"2.6\",\"\""
## [9451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"199\",\"5,738\",\"23,554\",\"8.45\",\"3.5\",\"\""
## [9452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"181\",\"3,980\",\"23,554\",\"7.68\",\"4.5\",\"\""
## [9453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"187\",\"4,561\",\"23,554\",\"7.94\",\"4.1\",\"\""
## [9454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"212\",\"5221\",\"23554\",\"9\",\"4.1\",\"\""
## [9455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"183\",\"5086\",\"23554\",\"7.77\",\"3.6\",\"\""
## [9456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"314\",\"14,988\",\"30,036\",\"10.45\",\"2.1\",\"\""
## [9457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"623\",\"25,703\",\"30,036\",\"20.74\",\"2.4\",\"\""
## [9458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"390\",\"18,311\",\"30,036\",\"12.98\",\"2.1\",\"\""
## [9459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"378\",\"18,289\",\"30,036\",\"12.58\",\"2.1\",\"\""
## [9460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"403\",\"20,745\",\"30,036\",\"13.42\",\"1.9\",\"\""
## [9461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"462\",\"26,625\",\"30,036\",\"15.38\",\"1.7\",\"\""
## [9462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"450\",\"23,451\",\"30,036\",\"14.98\",\"1.9\",\"\""
## [9463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"338\",\"16,444\",\"30,036\",\"11.25\",\"2.1\",\"\""
## [9464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"258\",\"11,396\",\"30,036\",\"8.59\",\"2.3\",\"\""
## [9465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"181\",\"7,660\",\"30,036\",\"6.03\",\"2.4\",\"\""
## [9466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"173\",\"6,059\",\"30,036\",\"5.76\",\"2.9\",\"\""
## [9467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"143\",\"4,856\",\"30,036\",\"4.76\",\"2.9\",\"\""
## [9468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"188\",\"5765\",\"30036\",\"6.26\",\"3.3\",\"\""
## [9469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"191\",\"7282\",\"30036\",\"6.36\",\"2.6\",\"\""
## [9470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,009\",\"25,880\",\"55,986\",\"18.02\",\"3.9\",\"\""
## [9471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,236\",\"25,330\",\"55,986\",\"22.08\",\"4.9\",\"\""
## [9472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,240\",\"27,330\",\"55,986\",\"22.15\",\"4.5\",\"\""
## [9473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,940\",\"39,733\",\"55,986\",\"34.65\",\"4.9\",\"\""
## [9474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,831\",\"40,215\",\"55,986\",\"32.7\",\"4.6\",\"\""
## [9475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,220\",\"23,604\",\"55,986\",\"21.79\",\"5.2\",\"\""
## [9476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"994\",\"21,472\",\"55,986\",\"17.75\",\"4.6\",\"\""
## [9477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"932\",\"20,760\",\"55,986\",\"16.65\",\"4.5\",\"\""
## [9478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"849\",\"16,476\",\"55,986\",\"15.16\",\"5.2\",\"\""
## [9479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"621\",\"10,464\",\"55,986\",\"11.09\",\"5.9\",\"\""
## [9480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"521\",\"8,208\",\"55,986\",\"9.31\",\"6.3\",\"\""
## [9481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"356\",\"5,466\",\"55,986\",\"6.36\",\"6.5\",\"\""
## [9482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"399\",\"6577\",\"55986\",\"7.13\",\"6.1\",\"\""
## [9483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"586\",\"10092\",\"55986\",\"10.47\",\"5.8\",\"\""
## [9484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"194\",\"5,020\",\"7,949\",\"24.41\",\"3.9\",\"\""
## [9485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"120\",\"3,821\",\"7,949\",\"15.1\",\"3.1\",\"\""
## [9486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"245\",\"5,586\",\"7,949\",\"30.82\",\"4.4\",\"\""
## [9487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"293\",\"7,974\",\"7,949\",\"36.86\",\"3.7\",\"\""
## [9488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"211\",\"5,086\",\"7,949\",\"26.54\",\"4.1\",\"\""
## [9489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"182\",\"4,063\",\"7,949\",\"22.9\",\"4.5\",\"\""
## [9490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"243\",\"5,639\",\"7,949\",\"30.57\",\"4.3\",\"\""
## [9491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"194\",\"4,783\",\"7,949\",\"24.41\",\"4.1\",\"\""
## [9492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"97\",\"3,054\",\"7,949\",\"12.2\",\"3.2\",\"\""
## [9493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"100\",\"3,235\",\"7,949\",\"12.58\",\"3.1\",\"\""
## [9494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"70\",\"1,908\",\"7,949\",\"8.81\",\"3.7\",\"\""
## [9495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"69\",\"1,725\",\"7,949\",\"8.68\",\"4\",\"\""
## [9496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"79\",\"1685\",\"7949\",\"9.94\",\"4.7\",\"\""
## [9497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"57\",\"1530\",\"7949\",\"7.17\",\"3.7\",\"\""
## [9498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"288\",\"11,652\",\"13,466\",\"21.39\",\"2.5\",\"\""
## [9499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"221\",\"10,428\",\"13,466\",\"16.41\",\"2.1\",\"\""
## [9500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"283\",\"12,043\",\"13,466\",\"21.02\",\"2.3\",\"\""
## [9501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"280\",\"11,775\",\"13,466\",\"20.79\",\"2.4\",\"\""
## [9502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"240\",\"10,609\",\"13,466\",\"17.82\",\"2.3\",\"\""
## [9503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"254\",\"10,340\",\"13,466\",\"18.86\",\"2.5\",\"\""
## [9504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"277\",\"13,578\",\"13,466\",\"20.57\",\"2\",\"\""
## [9505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"304\",\"14,121\",\"13,466\",\"22.58\",\"2.2\",\"\""
## [9506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"221\",\"9,753\",\"13,466\",\"16.41\",\"2.3\",\"\""
## [9507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"189\",\"8,357\",\"13,466\",\"14.04\",\"2.3\",\"\""
## [9508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"130\",\"4,829\",\"13,466\",\"9.65\",\"2.7\",\"\""
## [9509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"118\",\"4,239\",\"13,466\",\"8.76\",\"2.8\",\"\""
## [9510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"98\",\"3727\",\"13466\",\"7.28\",\"2.6\",\"\""
## [9511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"111\",\"4245\",\"13466\",\"8.24\",\"2.6\",\"\""
## [9512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,230\",\"25,364\",\"96,204\",\"12.79\",\"4.8\",\"\""
## [9513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,371\",\"27,826\",\"96,204\",\"14.25\",\"4.9\",\"\""
## [9514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,331\",\"26,362\",\"96,204\",\"13.84\",\"5\",\"\""
## [9515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,045\",\"18,674\",\"96,204\",\"10.86\",\"5.6\",\"\""
## [9516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"886\",\"19,059\",\"96,204\",\"9.21\",\"4.6\",\"\""
## [9517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,530\",\"35,185\",\"96,204\",\"15.9\",\"4.3\",\"\""
## [9518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,351\",\"31,249\",\"96,204\",\"14.04\",\"4.3\",\"\""
## [9519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,079\",\"22,481\",\"96,204\",\"11.22\",\"4.8\",\"\""
## [9520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"752\",\"14,928\",\"96,204\",\"7.82\",\"5\",\"\""
## [9521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"960\",\"17,442\",\"96,204\",\"9.98\",\"5.5\",\"\""
## [9522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"703\",\"12,548\",\"96,204\",\"7.31\",\"5.6\",\"\""
## [9523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"802\",\"11,316\",\"96,204\",\"8.34\",\"7.1\",\"\""
## [9524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1427\",\"16576\",\"96204\",\"14.83\",\"8.6\",\"\""
## [9525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1939\",\"21918\",\"96204\",\"20.16\",\"8.8\",\"\""
## [9526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,515\",\"61,178\",\"48,126\",\"31.48\",\"2.5\",\"\""
## [9527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,264\",\"48,392\",\"48,126\",\"26.26\",\"2.6\",\"\""
## [9528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,375\",\"47,383\",\"48,126\",\"28.57\",\"2.9\",\"\""
## [9529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,142\",\"36,439\",\"48,126\",\"23.73\",\"3.1\",\"\""
## [9530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,168\",\"35,642\",\"48,126\",\"24.27\",\"3.3\",\"\""
## [9531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,202\",\"41,564\",\"48,126\",\"24.98\",\"2.9\",\"\""
## [9532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"940\",\"39,304\",\"48,126\",\"19.53\",\"2.4\",\"\""
## [9533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"700\",\"33,230\",\"48,126\",\"14.55\",\"2.1\",\"\""
## [9534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"448\",\"20,479\",\"48,126\",\"9.31\",\"2.2\",\"\""
## [9535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"422\",\"13,184\",\"48,126\",\"8.77\",\"3.2\",\"\""
## [9536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"358\",\"9,653\",\"48,126\",\"7.44\",\"3.7\",\"\""
## [9537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"200\",\"6,321\",\"48,126\",\"4.16\",\"3.2\",\"\""
## [9538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"198\",\"7353\",\"48126\",\"4.11\",\"2.7\",\"\""
## [9539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"418\",\"11830\",\"48126\",\"8.69\",\"3.5\",\"\""
## [9540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"76\",\"4,356\",\"9,794\",\"7.76\",\"1.7\",\"\""
## [9541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"77\",\"4,178\",\"9,794\",\"7.86\",\"1.8\",\"\""
## [9542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"123\",\"4,952\",\"9,794\",\"12.56\",\"2.5\",\"\""
## [9543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"115\",\"5,726\",\"9,794\",\"11.74\",\"2\",\"\""
## [9544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"115\",\"5,465\",\"9,794\",\"11.74\",\"2.1\",\"\""
## [9545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"88\",\"4,653\",\"9,794\",\"8.99\",\"1.9\",\"\""
## [9546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"178\",\"5,844\",\"9,794\",\"18.17\",\"3\",\"\""
## [9547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"144\",\"6,322\",\"9,794\",\"14.7\",\"2.3\",\"\""
## [9548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"63\",\"3,072\",\"9,794\",\"6.43\",\"2.1\",\"\""
## [9549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"65\",\"2,405\",\"9,794\",\"6.64\",\"2.7\",\"\""
## [9550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"37\",\"1,488\",\"9,794\",\"3.78\",\"2.5\",\"\""
## [9551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"940\",\"9,794\",\"2.65\",\"2.8\",\"\""
## [9552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"27\",\"1142\",\"9794\",\"2.76\",\"2.4\",\"\""
## [9553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"37\",\"1313\",\"9794\",\"3.78\",\"2.8\",\"\""
## [9554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,575\",\"932,065\",\"341,727\",\"7.54\",\"0.3\",\"\""
## [9555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,231\",\"1,125,647\",\"341,727\",\"9.45\",\"0.3\",\"\""
## [9556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,430\",\"1,409,802\",\"341,727\",\"12.96\",\"0.3\",\"\""
## [9557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,992\",\"1,284,197\",\"341,727\",\"11.68\",\"0.3\",\"\""
## [9558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,144\",\"1,220,198\",\"341,727\",\"9.2\",\"0.3\",\"\""
## [9559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,935\",\"1,121,123\",\"341,727\",\"8.59\",\"0.3\",\"\""
## [9560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,400\",\"954,314\",\"341,727\",\"7.02\",\"0.3\",\"\""
## [9561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,425\",\"841,399\",\"341,727\",\"7.1\",\"0.3\",\"\""
## [9562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,413\",\"498,721\",\"341,727\",\"4.13\",\"0.3\",\"\""
## [9563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,142\",\"342,086\",\"341,727\",\"3.34\",\"0.3\",\"\""
## [9564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"894\",\"266,308\",\"341,727\",\"2.62\",\"0.3\",\"\""
## [9565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"871\",\"243,589\",\"341,727\",\"2.55\",\"0.4\",\"\""
## [9566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1242\",\"316353\",\"341727\",\"3.63\",\"0.4\",\"\""
## [9567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1688\",\"461837\",\"341727\",\"4.94\",\"0.4\",\"\""
## [9568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2406\",\"886657\",\"326,070\",\"7.38\",\"0.3\",\"\""
## [9569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3076\",\"1075609\",\"326,070\",\"9.43\",\"0.3\",\"\""
## [9570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4260\",\"1357473\",\"326,070\",\"13.06\",\"0.3\",\"\""
## [9571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3855\",\"1242635\",\"326,070\",\"11.82\",\"0.3\",\"\""
## [9572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3032\",\"1171286\",\"326,070\",\"9.3\",\"0.3\",\"\""
## [9573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2848\",\"1070599\",\"326,070\",\"8.73\",\"0.3\",\"\""
## [9574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2280\",\"921346\",\"326,070\",\"6.99\",\"0.2\",\"\""
## [9575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2295\",\"814587\",\"326,070\",\"7.04\",\"0.3\",\"\""
## [9576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1348\",\"485097\",\"326,070\",\"4.13\",\"0.3\",\"\""
## [9577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1110\",\"337325\",\"326,070\",\"3.4\",\"0.3\",\"\""
## [9578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"879\",\"263806\",\"326,070\",\"2.7\",\"0.3\",\"\""
## [9579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"862\",\"241285\",\"326,070\",\"2.64\",\"0.4\",\"\""
## [9580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1224\",\"312139\",\"326,070\",\"3.75\",\"0.4\",\"\""
## [9581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1668\",\"459468\",\"326070\",\"5.12\",\"0.4\",\"\""
## [9582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,233\",\"1,323,681\",\"341,727\",\"12.39\",\"0.3\",\"\""
## [9583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,215\",\"1,237,719\",\"341,727\",\"9.41\",\"0.3\",\"\""
## [9584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,967\",\"1,131,675\",\"341,727\",\"8.68\",\"0.3\",\"\""
## [9585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,439\",\"963,449\",\"341,727\",\"7.14\",\"0.3\",\"\""
## [9586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,465\",\"852,465\",\"341,727\",\"7.21\",\"0.3\",\"\""
## [9587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,438\",\"504,446\",\"341,727\",\"4.21\",\"0.3\",\"\""
## [9588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,157\",\"345,087\",\"341,727\",\"3.39\",\"0.3\",\"\""
## [9589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"906\",\"268,447\",\"341,727\",\"2.65\",\"0.3\",\"\""
## [9590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"879\",\"245,749\",\"341,727\",\"2.57\",\"0.4\",\"\""
## [9591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1272\",\"320808\",\"341727\",\"3.72\",\"0.4\",\"\""
## [9592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1723\",\"468431\",\"341727\",\"5.04\",\"0.4\",\"\""
## [9593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [9594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [9595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [9596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,096\",\"1282119\",\"326070\",\"12.56\",\"0.3\",\"\""
## [9597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,103\",\"1188807\",\"326070\",\"9.52\",\"0.3\",\"\""
## [9598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,880\",\"1081151\",\"326070\",\"8.83\",\"0.3\",\"\""
## [9599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,319\",\"930481\",\"326070\",\"7.11\",\"0.2\",\"\""
## [9600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,335\",\"825653\",\"326070\",\"7.16\",\"0.3\",\"\""
## [9601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,373\",\"490822\",\"326070\",\"4.21\",\"0.3\",\"\""
## [9602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,125\",\"340326\",\"326070\",\"3.45\",\"0.3\",\"\""
## [9603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"891\",\"265945\",\"326070\",\"2.73\",\"0.3\",\"\""
## [9604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"870\",\"243445\",\"326070\",\"2.67\",\"0.4\",\"\""
## [9605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,254\",\"316594\",\"326070\",\"3.85\",\"0.4\",\"\""
## [9606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1703\",\"466062\",\"326070\",\"5.22\",\"0.4\",\"\""
## [9607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"20\",\"9,050\",\"7,477\",\"2.67\",\"0.2\",\"\""
## [9608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"9\",\"8,722\",\"7,477\",\"1.2\",\"0.1\",\"\""
## [9609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"12,772\",\"7,477\",\"1.74\",\"0.1\",\"\""
## [9610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"27\",\"12,983\",\"7,477\",\"3.61\",\"0.2\",\"\""
## [9611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"24\",\"14,940\",\"7,477\",\"3.21\",\"0.2\",\"\""
## [9612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"21\",\"20,911\",\"7,477\",\"2.81\",\"0.1\",\"\""
## [9613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"54\",\"29,588\",\"7,477\",\"7.22\",\"0.2\",\"\""
## [9614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"39\",\"23,728\",\"7,477\",\"5.22\",\"0.2\",\"\""
## [9615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"19\",\"9,973\",\"7,477\",\"2.54\",\"0.2\",\"\""
## [9616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"14\",\"4,929\",\"7,477\",\"1.87\",\"0.3\",\"\""
## [9617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"16\",\"4,723\",\"7,477\",\"2.14\",\"0.3\",\"\""
## [9618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"4,734\",\"7,477\",\"1.74\",\"0.3\",\"\""
## [9619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"18\",\"4589\",\"7477\",\"2.41\",\"0.4\",\"\""
## [9620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"14\",\"6013\",\"7477\",\"1.87\",\"0.2\",\"\""
## [9621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"23\",\"4,279\",\"4,645\",\"4.95\",\"0.5\",\"\""
## [9622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"21\",\"4,614\",\"4,645\",\"4.52\",\"0.5\",\"\""
## [9623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"38\",\"8,076\",\"4,645\",\"8.18\",\"0.5\",\"\""
## [9624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"42\",\"6,908\",\"4,645\",\"9.04\",\"0.6\",\"\""
## [9625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"49\",\"8,856\",\"4,645\",\"10.55\",\"0.6\",\"\""
## [9626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"21\",\"6,886\",\"4,645\",\"4.52\",\"0.3\",\"\""
## [9627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"30\",\"7,365\",\"4,645\",\"6.46\",\"0.4\",\"\""
## [9628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"22\",\"5,515\",\"4,645\",\"4.74\",\"0.4\",\"\""
## [9629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"15\",\"2,476\",\"4,645\",\"3.23\",\"0.6\",\"\""
## [9630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"1,891\",\"4,645\",\"2.15\",\"0.5\",\"\""
## [9631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"11\",\"1,373\",\"4,645\",\"2.37\",\"0.8\",\"\""
## [9632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8\",\"1,244\",\"4,645\",\"1.72\",\"0.6\",\"\""
## [9633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"21\",\"1631\",\"4645\",\"4.52\",\"1.3\",\"\""
## [9634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"44\",\"2564\",\"4645\",\"9.47\",\"1.7\",\"\""
## [9635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"241\",\"39,484\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [9636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"71\",\"17,521\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"32\",\"10,552\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [9638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"39\",\"9,135\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"40\",\"11,066\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"25\",\"5,725\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"15\",\"3,001\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [9642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"12\",\"2,139\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [9643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"8\",\"2,160\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"30\",\"4455\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [9645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"35\",\"6594\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [9646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"31\",\"8,582\",\"5,279\",\"5.87\",\"0.4\",\"\""
## [9647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"26\",\"9,811\",\"5,279\",\"4.93\",\"0.3\",\"\""
## [9648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"5,286\",\"5,279\",\"1.33\",\"0.1\",\"\""
## [9649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8\",\"6,070\",\"5,279\",\"1.52\",\"0.1\",\"\""
## [9650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"28\",\"13,145\",\"5,279\",\"5.3\",\"0.2\",\"\""
## [9651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"38\",\"16,900\",\"5,279\",\"7.2\",\"0.2\",\"\""
## [9652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"30\",\"16,169\",\"5,279\",\"5.68\",\"0.2\",\"\""
## [9653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"26\",\"12,292\",\"5,279\",\"4.93\",\"0.2\",\"\""
## [9654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"15\",\"5,715\",\"5,279\",\"2.84\",\"0.3\",\"\""
## [9655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"2,836\",\"5,279\",\"1.33\",\"0.2\",\"\""
## [9656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4\",\"1,084\",\"5,279\",\"0.76\",\"0.4\",\"\""
## [9657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1\",\"775\",\"5,279\",\"0.19\",\"0.1\",\"\""
## [9658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8\",\"1363\",\"5279\",\"1.52\",\"0.6\",\"\""
## [9659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"9\",\"2018\",\"5279\",\"1.7\",\"0.4\",\"\""
## [9660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"6,390\",\"3,345\",\"1.49\",\"0.1\",\"\""
## [9661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"5,547\",\"3,345\",\"1.49\",\"0.1\",\"\""
## [9662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4\",\"4,976\",\"3,345\",\"1.2\",\"0.1\",\"\""
## [9663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"5,193\",\"3,345\",\"1.79\",\"0.1\",\"\""
## [9664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7\",\"6,002\",\"3,345\",\"2.09\",\"0.1\",\"\""
## [9665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"7,787\",\"3,345\",\"2.69\",\"0.1\",\"\""
## [9666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"4,934\",\"3,345\",\"1.79\",\"0.1\",\"\""
## [9667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"22\",\"6,541\",\"3,345\",\"6.58\",\"0.3\",\"\""
## [9668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"22\",\"9,203\",\"3,345\",\"6.58\",\"0.2\",\"\""
## [9669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"3,839\",\"3,345\",\"0.9\",\"0.1\",\"\""
## [9670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"2,004\",\"3,345\",\"0.9\",\"0.1\",\"\""
## [9671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7\",\"1,889\",\"3,345\",\"2.09\",\"0.4\",\"\""
## [9672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2\",\"2104\",\"3345\",\"0.6\",\"0.1\",\"\""
## [9673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"3352\",\"3345\",\"2.39\",\"0.2\",\"\""
## [9674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"15\",\"11,453\",\"2,173\",\"6.9\",\"0.1\",\"\""
## [9675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"22\",\"15,573\",\"2,173\",\"10.12\",\"0.1\",\"\""
## [9676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23\",\"17,357\",\"2,173\",\"10.58\",\"0.1\",\"\""
## [9677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"32\",\"24,197\",\"2,173\",\"14.73\",\"0.1\",\"\""
## [9678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"26\",\"29,911\",\"2,173\",\"11.97\",\"0.1\",\"\""
## [9679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29\",\"30,424\",\"2,173\",\"13.35\",\"0.1\",\"\""
## [9680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"21\",\"31,104\",\"2,173\",\"9.66\",\"0.1\",\"\""
## [9681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"25\",\"24,616\",\"2,173\",\"11.5\",\"0.1\",\"\""
## [9682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"14\",\"9,281\",\"2,173\",\"6.44\",\"0.2\",\"\""
## [9683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"4\",\"2,717\",\"2,173\",\"1.84\",\"0.1\",\"\""
## [9684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"2,173\",\"-\",\"0\",\"\""
## [9685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"804\",\"2,173\",\"0.46\",\"0.1\",\"\""
## [9686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"2173\",\"0\",\"0\",\"\""
## [9687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2\",\"1729\",\"2173\",\"0.92\",\"0.1\",\"\""
## [9688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"8,071\",\"881\",\"1.14\",\"0\",\"\""
## [9689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"8,849\",\"881\",\"11.35\",\"0.1\",\"\""
## [9690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,588\",\"881\",\"4.54\",\"0\",\"\""
## [9691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"10,365\",\"881\",\"7.95\",\"0.1\",\"\""
## [9692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"10,183\",\"881\",\"4.54\",\"0\",\"\""
## [9693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"13,685\",\"881\",\"3.41\",\"0\",\"\""
## [9694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"12,251\",\"881\",\"12.49\",\"0.1\",\"\""
## [9695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"9,616\",\"881\",\"11.35\",\"0.1\",\"\""
## [9696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"5,622\",\"881\",\"3.41\",\"0.1\",\"\""
## [9697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"3,490\",\"881\",\"3.41\",\"0.1\",\"\""
## [9698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1,755\",\"881\",\"2.27\",\"0.1\",\"\""
## [9699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1,366\",\"881\",\"1.14\",\"0.1\",\"\""
## [9700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"1558\",\"881\",\"1.14\",\"0.1\",\"\""
## [9701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1867\",\"881\",\"2.27\",\"0.1\",\"\""
## [9702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"34\",\"8,368\",\"3,825\",\"8.89\",\"0.4\",\"\""
## [9703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"23\",\"7,999\",\"3,825\",\"6.01\",\"0.3\",\"\""
## [9704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"41\",\"7,695\",\"3,825\",\"10.72\",\"0.5\",\"\""
## [9705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"25\",\"8,411\",\"3,825\",\"6.54\",\"0.3\",\"\""
## [9706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"39\",\"11,336\",\"3,825\",\"10.2\",\"0.3\",\"\""
## [9707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"59\",\"14,875\",\"3,825\",\"15.42\",\"0.4\",\"\""
## [9708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"43\",\"12,377\",\"3,825\",\"11.24\",\"0.3\",\"\""
## [9709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"6,211\",\"3,825\",\"3.92\",\"0.2\",\"\""
## [9710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"20\",\"5,291\",\"3,825\",\"5.23\",\"0.4\",\"\""
## [9711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"21\",\"3,534\",\"3,825\",\"5.49\",\"0.6\",\"\""
## [9712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"3\",\"1,724\",\"3,825\",\"0.78\",\"0.2\",\"\""
## [9713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"3\",\"1,084\",\"3,825\",\"0.78\",\"0.3\",\"\""
## [9714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"1431\",\"3825\",\"2.09\",\"0.6\",\"\""
## [9715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10\",\"1517\",\"3825\",\"2.61\",\"0.7\",\"\""
## [9716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"24,411\",\"5,462\",\"3.84\",\"0.1\",\"\""
## [9717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"20,731\",\"5,462\",\"3.84\",\"0.1\",\"\""
## [9718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"24\",\"21,875\",\"5,462\",\"4.39\",\"0.1\",\"\""
## [9719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"17\",\"22,967\",\"5,462\",\"3.11\",\"0.1\",\"\""
## [9720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"19,460\",\"5,462\",\"3.84\",\"0.1\",\"\""
## [9721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"16,876\",\"5,462\",\"4.21\",\"0.1\",\"\""
## [9722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"13,107\",\"5,462\",\"1.65\",\"0.1\",\"\""
## [9723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"29\",\"13,125\",\"5,462\",\"5.31\",\"0.2\",\"\""
## [9724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"8,010\",\"5,462\",\"1.83\",\"0.1\",\"\""
## [9725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"5,802\",\"5,462\",\"1.1\",\"0.1\",\"\""
## [9726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"4,744\",\"5,462\",\"1.28\",\"0.1\",\"\""
## [9727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3\",\"4,445\",\"5,462\",\"0.55\",\"0.1\",\"\""
## [9728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"4088\",\"5462\",\"1.1\",\"0.1\",\"\""
## [9729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"4396\",\"5462\",\"1.1\",\"0.1\",\"\""
## [9730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"6,543\",\"3,288\",\"2.74\",\"0.1\",\"\""
## [9731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"7,786\",\"3,288\",\"5.78\",\"0.2\",\"\""
## [9732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"6,426\",\"3,288\",\"5.17\",\"0.3\",\"\""
## [9733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,561\",\"3,288\",\"3.35\",\"0.2\",\"\""
## [9734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,728\",\"3,288\",\"3.35\",\"0.2\",\"\""
## [9735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"26\",\"6,924\",\"3,288\",\"7.91\",\"0.4\",\"\""
## [9736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"7,549\",\"3,288\",\"5.78\",\"0.3\",\"\""
## [9737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"34\",\"8,329\",\"3,288\",\"10.34\",\"0.4\",\"\""
## [9738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"6,985\",\"3,288\",\"3.95\",\"0.2\",\"\""
## [9739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"4,278\",\"3,288\",\"3.35\",\"0.3\",\"\""
## [9740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5\",\"2,895\",\"3,288\",\"1.52\",\"0.2\",\"\""
## [9741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1\",\"2,117\",\"3,288\",\"0.3\",\"0\",\"\""
## [9742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6\",\"2071\",\"3288\",\"1.82\",\"0.3\",\"\""
## [9743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2\",\"1770\",\"3288\",\"0.61\",\"0.1\",\"\""
## [9744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"8,302\",\"1,443\",\"2.08\",\"0\",\"\""
## [9745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"7,950\",\"1,443\",\"1.39\",\"0\",\"\""
## [9746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,249\",\"1,443\",\"0.69\",\"0\",\"\""
## [9747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,835\",\"1,443\",\"0.69\",\"0\",\"\""
## [9748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"4,902\",\"1,443\",\"2.08\",\"0.1\",\"\""
## [9749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,272\",\"1,443\",\"2.08\",\"0.1\",\"\""
## [9750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"8,528\",\"1,443\",\"4.85\",\"0.1\",\"\""
## [9751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"12,058\",\"1,443\",\"2.77\",\"0\",\"\""
## [9752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"8,189\",\"1,443\",\"1.39\",\"0\",\"\""
## [9753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"4,433\",\"1,443\",\"2.77\",\"0.1\",\"\""
## [9754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"1,443\",\"2.08\",\"0.2\",\"\""
## [9755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"1,455\",\"1,443\",\"3.47\",\"0.3\",\"\""
## [9756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"1711\",\"1443\",\"8.32\",\"0.7\",\"\""
## [9757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1955\",\"1443\",\"2.08\",\"0.2\",\"\""
## [9758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12\",\"8,384\",\"1,170\",\"10.26\",\"0.1\",\"\""
## [9759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"7,049\",\"1,170\",\"3.42\",\"0.1\",\"\""
## [9760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"10,141\",\"1,170\",\"3.42\",\"0\",\"\""
## [9761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"12,048\",\"1,170\",\"7.69\",\"0.1\",\"\""
## [9762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"27\",\"14,203\",\"1,170\",\"23.08\",\"0.2\",\"\""
## [9763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"12,957\",\"1,170\",\"5.13\",\"0\",\"\""
## [9764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"13,125\",\"1,170\",\"4.27\",\"0\",\"\""
## [9765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"8,988\",\"1,170\",\"4.27\",\"0.1\",\"\""
## [9766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"5,156\",\"1,170\",\"11.97\",\"0.3\",\"\""
## [9767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"3,632\",\"1,170\",\"4.27\",\"0.1\",\"\""
## [9768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2,292\",\"1,170\",\"2.56\",\"0.1\",\"\""
## [9769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2,007\",\"1,170\",\"2.56\",\"0.1\",\"\""
## [9770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2648\",\"1170\",\"2.56\",\"0.1\",\"\""
## [9771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"2929\",\"1170\",\"5.13\",\"0.2\",\"\""
## [9772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"34\",\"9,604\",\"7,833\",\"4.34\",\"0.4\",\"\""
## [9773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"52\",\"13,588\",\"7,833\",\"6.64\",\"0.4\",\"\""
## [9774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"43\",\"12,318\",\"7,833\",\"5.49\",\"0.3\",\"\""
## [9775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"32\",\"9,359\",\"7,833\",\"4.09\",\"0.3\",\"\""
## [9776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"30\",\"5,803\",\"7,833\",\"3.83\",\"0.5\",\"\""
## [9777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"8\",\"3,629\",\"7,833\",\"1.02\",\"0.2\",\"\""
## [9778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"10\",\"4,326\",\"7,833\",\"1.28\",\"0.2\",\"\""
## [9779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"29\",\"8,726\",\"7,833\",\"3.7\",\"0.3\",\"\""
## [9780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"8\",\"4,835\",\"7,833\",\"1.02\",\"0.2\",\"\""
## [9781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"5\",\"2,200\",\"7,833\",\"0.64\",\"0.2\",\"\""
## [9782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"7\",\"3,148\",\"7,833\",\"0.89\",\"0.2\",\"\""
## [9783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"7\",\"3,004\",\"7,833\",\"0.89\",\"0.2\",\"\""
## [9784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"15\",\"7452\",\"7833\",\"1.91\",\"0.2\",\"\""
## [9785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"52\",\"17256\",\"7833\",\"6.64\",\"0.3\",\"\""
## [9786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"18\",\"4,837\",\"2,353\",\"7.65\",\"0.4\",\"\""
## [9787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"5,554\",\"2,353\",\"8.92\",\"0.4\",\"\""
## [9788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"6,227\",\"2,353\",\"5.95\",\"0.2\",\"\""
## [9789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"5,464\",\"2,353\",\"4.25\",\"0.2\",\"\""
## [9790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"4,447\",\"2,353\",\"9.35\",\"0.5\",\"\""
## [9791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"19\",\"5,062\",\"2,353\",\"8.07\",\"0.4\",\"\""
## [9792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"4,701\",\"2,353\",\"5.52\",\"0.3\",\"\""
## [9793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"4,445\",\"2,353\",\"4.67\",\"0.2\",\"\""
## [9794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"12\",\"2,667\",\"2,353\",\"5.1\",\"0.4\",\"\""
## [9795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"2,018\",\"2,353\",\"5.52\",\"0.6\",\"\""
## [9796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1,720\",\"2,353\",\"2.12\",\"0.3\",\"\""
## [9797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4\",\"1,659\",\"2,353\",\"1.7\",\"0.2\",\"\""
## [9798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"1765\",\"2353\",\"2.55\",\"0.3\",\"\""
## [9799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"2101\",\"2353\",\"4.25\",\"0.5\",\"\""
## [9800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"169\",\"45,408\",\"15,657\",\"10.79\",\"0.4\",\"\""
## [9801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"155\",\"50,038\",\"15,657\",\"9.9\",\"0.3\",\"\""
## [9802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"170\",\"52,329\",\"15,657\",\"10.86\",\"0.3\",\"\""
## [9803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"137\",\"41,562\",\"15,657\",\"8.75\",\"0.3\",\"\""
## [9804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"112\",\"48,912\",\"15,657\",\"7.15\",\"0.2\",\"\""
## [9805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"87\",\"50,524\",\"15,657\",\"5.56\",\"0.2\",\"\""
## [9806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"120\",\"32,968\",\"15,657\",\"7.66\",\"0.4\",\"\""
## [9807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"130\",\"26,812\",\"15,657\",\"8.3\",\"0.5\",\"\""
## [9808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"65\",\"13,624\",\"15,657\",\"4.15\",\"0.5\",\"\""
## [9809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"32\",\"4,761\",\"15,657\",\"2.04\",\"0.7\",\"\""
## [9810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"15\",\"2,502\",\"15,657\",\"0.96\",\"0.6\",\"\""
## [9811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"9\",\"2,304\",\"15,657\",\"0.57\",\"0.4\",\"\""
## [9812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"18\",\"4214\",\"15657\",\"1.15\",\"0.4\",\"\""
## [9813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"20\",\"2369\",\"15657\",\"1.28\",\"0.8\",\"\""
## [9814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"5,627\",\"1,441\",\"6.25\",\"0.2\",\"\""
## [9815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"7,275\",\"1,441\",\"8.33\",\"0.2\",\"\""
## [9816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"6,859\",\"1,441\",\"3.47\",\"0.1\",\"\""
## [9817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"9,022\",\"1,441\",\"4.16\",\"0.1\",\"\""
## [9818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"8,018\",\"1,441\",\"4.86\",\"0.1\",\"\""
## [9819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"7,188\",\"1,441\",\"4.86\",\"0.1\",\"\""
## [9820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"8,875\",\"1,441\",\"8.33\",\"0.1\",\"\""
## [9821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"3,947\",\"1,441\",\"1.39\",\"0.1\",\"\""
## [9822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"2,086\",\"1,441\",\"-\",\"0\",\"\""
## [9823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"1,092\",\"1,441\",\"4.86\",\"0.6\",\"\""
## [9824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1\",\"1,310\",\"1,441\",\"0.69\",\"0.1\",\"\""
## [9825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"1,441\",\"-\",\"0\",\"\""
## [9826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"1850\",\"1441\",\"5.55\",\"0.4\",\"\""
## [9827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"2592\",\"1441\",\"9.72\",\"0.5\",\"\""
## [9828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"44\",\"23,137\",\"11,795\",\"3.73\",\"0.2\",\"\""
## [9829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"77\",\"24,400\",\"11,795\",\"6.53\",\"0.3\",\"\""
## [9830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"61\",\"25,589\",\"11,795\",\"5.17\",\"0.2\",\"\""
## [9831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"86\",\"21,096\",\"11,795\",\"7.29\",\"0.4\",\"\""
## [9832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"79\",\"26,013\",\"11,795\",\"6.7\",\"0.3\",\"\""
## [9833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"78\",\"31,212\",\"11,795\",\"6.61\",\"0.2\",\"\""
## [9834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"74\",\"30,422\",\"11,795\",\"6.27\",\"0.2\",\"\""
## [9835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"83\",\"27,917\",\"11,795\",\"7.04\",\"0.3\",\"\""
## [9836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"55\",\"17,375\",\"11,795\",\"4.66\",\"0.3\",\"\""
## [9837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"43\",\"10,238\",\"11,795\",\"3.65\",\"0.4\",\"\""
## [9838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27\",\"7,762\",\"11,795\",\"2.29\",\"0.3\",\"\""
## [9839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"31\",\"7,207\",\"11,795\",\"2.63\",\"0.4\",\"\""
## [9840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"37\",\"7072\",\"11795\",\"3.14\",\"0.5\",\"\""
## [9841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"33\",\"7952\",\"11795\",\"2.8\",\"0.4\",\"\""
## [9842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"43\",\"10,276\",\"8,703\",\"4.94\",\"0.4\",\"\""
## [9843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"59\",\"11,788\",\"8,703\",\"6.78\",\"0.5\",\"\""
## [9844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"83\",\"18,796\",\"8,703\",\"9.54\",\"0.4\",\"\""
## [9845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"73\",\"12,847\",\"8,703\",\"8.39\",\"0.6\",\"\""
## [9846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"85\",\"10,450\",\"8,703\",\"9.77\",\"0.8\",\"\""
## [9847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"119\",\"9,329\",\"8,703\",\"13.67\",\"1.3\",\"\""
## [9848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"107\",\"14,876\",\"8,703\",\"12.29\",\"0.7\",\"\""
## [9849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"106\",\"22,302\",\"8,703\",\"12.18\",\"0.5\",\"\""
## [9850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"34\",\"10,429\",\"8,703\",\"3.91\",\"0.3\",\"\""
## [9851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"29\",\"7,162\",\"8,703\",\"3.33\",\"0.4\",\"\""
## [9852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"31\",\"6,420\",\"8,703\",\"3.56\",\"0.5\",\"\""
## [9853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"26\",\"5,755\",\"8,703\",\"2.99\",\"0.5\",\"\""
## [9854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"44\",\"5601\",\"8703\",\"5.06\",\"0.8\",\"\""
## [9855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"59\",\"6359\",\"8703\",\"6.78\",\"0.9\",\"\""
## [9856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8\",\"9,856\",\"2,550\",\"3.14\",\"0.1\",\"\""
## [9857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"11,689\",\"2,550\",\"4.71\",\"0.1\",\"\""
## [9858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"21\",\"11,077\",\"2,550\",\"8.24\",\"0.2\",\"\""
## [9859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"9,485\",\"2,550\",\"6.67\",\"0.2\",\"\""
## [9860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"16\",\"8,907\",\"2,550\",\"6.27\",\"0.2\",\"\""
## [9861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"10,363\",\"2,550\",\"4.71\",\"0.1\",\"\""
## [9862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"11\",\"10,317\",\"2,550\",\"4.31\",\"0.1\",\"\""
## [9863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"6,512\",\"2,550\",\"4.71\",\"0.2\",\"\""
## [9864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"3,154\",\"2,550\",\"4.71\",\"0.4\",\"\""
## [9865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"739\",\"2,550\",\"-\",\"0\",\"\""
## [9866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"716\",\"2,550\",\"0.78\",\"0.3\",\"\""
## [9867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"1,011\",\"2,550\",\"0.78\",\"0.2\",\"\""
## [9868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"1278\",\"2550\",\"1.57\",\"0.3\",\"\""
## [9869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"2548\",\"2550\",\"1.96\",\"0.2\",\"\""
## [9870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"37\",\"13,888\",\"9,066\",\"4.08\",\"0.3\",\"\""
## [9871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"33\",\"15,487\",\"9,066\",\"3.64\",\"0.2\",\"\""
## [9872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"40\",\"17,225\",\"9,066\",\"4.41\",\"0.2\",\"\""
## [9873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"41\",\"14,764\",\"9,066\",\"4.52\",\"0.3\",\"\""
## [9874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"23\",\"11,595\",\"9,066\",\"2.54\",\"0.2\",\"\""
## [9875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"24\",\"8,144\",\"9,066\",\"2.65\",\"0.3\",\"\""
## [9876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"14\",\"7,996\",\"9,066\",\"1.54\",\"0.2\",\"\""
## [9877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"15\",\"8,969\",\"9,066\",\"1.65\",\"0.2\",\"\""
## [9878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"9\",\"8,989\",\"9,066\",\"0.99\",\"0.1\",\"\""
## [9879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"14\",\"6,845\",\"9,066\",\"1.54\",\"0.2\",\"\""
## [9880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"17\",\"6,328\",\"9,066\",\"1.88\",\"0.3\",\"\""
## [9881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"15\",\"5,830\",\"9,066\",\"1.65\",\"0.3\",\"\""
## [9882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"12\",\"5404\",\"9066\",\"1.32\",\"0.2\",\"\""
## [9883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"15\",\"8789\",\"9066\",\"1.65\",\"0.2\",\"\""
## [9884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"35\",\"17,874\",\"6,008\",\"5.83\",\"0.2\",\"\""
## [9885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"61\",\"22,878\",\"6,008\",\"10.15\",\"0.3\",\"\""
## [9886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"38\",\"22,899\",\"6,008\",\"6.32\",\"0.2\",\"\""
## [9887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"54\",\"26,384\",\"6,008\",\"8.99\",\"0.2\",\"\""
## [9888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"36\",\"26,255\",\"6,008\",\"5.99\",\"0.1\",\"\""
## [9889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"20,851\",\"6,008\",\"3.99\",\"0.1\",\"\""
## [9890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"18\",\"18,152\",\"6,008\",\"3\",\"0.1\",\"\""
## [9891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"23\",\"15,748\",\"6,008\",\"3.83\",\"0.1\",\"\""
## [9892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"13\",\"7,723\",\"6,008\",\"2.16\",\"0.2\",\"\""
## [9893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"17\",\"5,472\",\"6,008\",\"2.83\",\"0.3\",\"\""
## [9894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"3,074\",\"6,008\",\"1.83\",\"0.4\",\"\""
## [9895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"2,807\",\"6,008\",\"1.83\",\"0.4\",\"\""
## [9896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"10\",\"3825\",\"6008\",\"1.66\",\"0.3\",\"\""
## [9897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"37\",\"7163\",\"6008\",\"6.16\",\"0.5\",\"\""
## [9898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"55\",\"19,364\",\"6,791\",\"8.1\",\"0.3\",\"\""
## [9899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"79\",\"20,890\",\"6,791\",\"11.63\",\"0.4\",\"\""
## [9900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"63\",\"19,250\",\"6,791\",\"9.28\",\"0.3\",\"\""
## [9901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"108\",\"23,349\",\"6,791\",\"15.9\",\"0.5\",\"\""
## [9902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"96\",\"22,386\",\"6,791\",\"14.14\",\"0.4\",\"\""
## [9903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"60\",\"10,091\",\"6,791\",\"8.84\",\"0.6\",\"\""
## [9904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"31\",\"5,831\",\"6,791\",\"4.56\",\"0.5\",\"\""
## [9905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"14\",\"4,376\",\"6,791\",\"2.06\",\"0.3\",\"\""
## [9906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"8\",\"3,129\",\"6,791\",\"1.18\",\"0.3\",\"\""
## [9907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4\",\"1,719\",\"6,791\",\"0.59\",\"0.2\",\"\""
## [9908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"5\",\"1,342\",\"6,791\",\"0.74\",\"0.4\",\"\""
## [9909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2\",\"1,465\",\"6,791\",\"0.29\",\"0.1\",\"\""
## [9910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"7\",\"2685\",\"6791\",\"1.03\",\"0.3\",\"\""
## [9911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"3384\",\"6791\",\"1.47\",\"0.3\",\"\""
## [9912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"8,609\",\"1,798\",\"2.78\",\"0.1\",\"\""
## [9913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"11,818\",\"1,798\",\"5.56\",\"0.1\",\"\""
## [9914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"13,353\",\"1,798\",\"4.45\",\"0.1\",\"\""
## [9915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"10,521\",\"1,798\",\"5.01\",\"0.1\",\"\""
## [9916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"9,651\",\"1,798\",\"5.01\",\"0.1\",\"\""
## [9917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"6,343\",\"1,798\",\"4.45\",\"0.1\",\"\""
## [9918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"6,999\",\"1,798\",\"1.11\",\"0\",\"\""
## [9919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7\",\"8,942\",\"1,798\",\"3.89\",\"0.1\",\"\""
## [9920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"5,881\",\"1,798\",\"1.67\",\"0.1\",\"\""
## [9921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"3,812\",\"1,798\",\"1.67\",\"0.1\",\"\""
## [9922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"0\",\"2,186\",\"1,798\",\"-\",\"0\",\"\""
## [9923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"2,048\",\"1,798\",\"0.56\",\"0\",\"\""
## [9924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"2546\",\"1798\",\"5.01\",\"0.4\",\"\""
## [9925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"2692\",\"1798\",\"2.78\",\"0.2\",\"\""
## [9926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"27\",\"6,912\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"38\",\"7,581\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [9928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"32\",\"7,300\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"34\",\"5,420\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [9930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"16\",\"4,078\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"14\",\"3,251\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"8\",\"2,645\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [9933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"8\",\"2,231\",\"N/A\",\"N/A\",\"0.4\",\"\""
## [9934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"2\",\"1,539\",\"N/A\",\"N/A\",\"0.1\",\"\""
## [9935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"2\",\"1,322\",\"N/A\",\"N/A\",\"0.2\",\"\""
## [9936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3\",\"1,122\",\"N/A\",\"N/A\",\"0.3\",\"\""
## [9937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"8\",\"1,004\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [9938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"10\",\"1111\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [9939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"9\",\"1930\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [9940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"56\",\"47,870\",\"4,638\",\"12.07\",\"0.1\",\"\""
## [9941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"60\",\"64,607\",\"4,638\",\"12.94\",\"0.1\",\"\""
## [9942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"70\",\"68,915\",\"4,638\",\"15.09\",\"0.1\",\"\""
## [9943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"52\",\"59,659\",\"4,638\",\"11.21\",\"0.1\",\"\""
## [9944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"71\",\"43,877\",\"4,638\",\"15.31\",\"0.2\",\"\""
## [9945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"31\",\"25,691\",\"4,638\",\"6.68\",\"0.1\",\"\""
## [9946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"41\",\"29,117\",\"4,638\",\"8.84\",\"0.1\",\"\""
## [9947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"51\",\"35,855\",\"4,638\",\"11\",\"0.1\",\"\""
## [9948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"29\",\"24,523\",\"4,638\",\"6.25\",\"0.1\",\"\""
## [9949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"8\",\"6,450\",\"4,638\",\"1.72\",\"0.1\",\"\""
## [9950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"4\",\"6,650\",\"4,638\",\"0.86\",\"0.1\",\"\""
## [9951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"15\",\"9,257\",\"4,638\",\"3.23\",\"0.2\",\"\""
## [9952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27\",\"17576\",\"4638\",\"5.82\",\"0.2\",\"\""
## [9953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"44\",\"29408\",\"4638\",\"9.49\",\"0.1\",\"\""
## [9954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"899\",\"294,467\",\"101,389\",\"8.87\",\"0.3\",\"\""
## [9955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,417\",\"448,957\",\"101,389\",\"13.98\",\"0.3\",\"\""
## [9956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,601\",\"721,451\",\"101,389\",\"25.65\",\"0.4\",\"\""
## [9957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,284\",\"624,009\",\"101,389\",\"22.53\",\"0.4\",\"\""
## [9958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,562\",\"560,544\",\"101,389\",\"15.41\",\"0.3\",\"\""
## [9959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,354\",\"480,702\",\"101,389\",\"13.35\",\"0.3\",\"\""
## [9960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"922\",\"338,973\",\"101,389\",\"9.09\",\"0.3\",\"\""
## [9961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"729\",\"270,086\",\"101,389\",\"7.19\",\"0.3\",\"\""
## [9962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"486\",\"157,738\",\"101,389\",\"4.79\",\"0.3\",\"\""
## [9963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"412\",\"140,198\",\"101,389\",\"4.06\",\"0.3\",\"\""
## [9964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"354\",\"121,607\",\"101,389\",\"3.49\",\"0.3\",\"\""
## [9965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"341\",\"116,385\",\"101,389\",\"3.36\",\"0.3\",\"\""
## [9966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"462\",\"149592\",\"101389\",\"4.56\",\"0.3\",\"\""
## [9967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"605\",\"219569\",\"101389\",\"5.97\",\"0.3\",\"\""
## [9968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9\",\"8,298\",\"2,979\",\"3.02\",\"0.1\",\"\""
## [9969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"8,541\",\"2,979\",\"5.71\",\"0.2\",\"\""
## [9970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"26\",\"11,467\",\"2,979\",\"8.73\",\"0.2\",\"\""
## [9971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"15\",\"13,075\",\"2,979\",\"5.04\",\"0.1\",\"\""
## [9972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"18\",\"15,350\",\"2,979\",\"6.04\",\"0.1\",\"\""
## [9973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"16,047\",\"2,979\",\"7.05\",\"0.1\",\"\""
## [9974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"14,297\",\"2,979\",\"7.05\",\"0.1\",\"\""
## [9975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"13,070\",\"2,979\",\"6.38\",\"0.1\",\"\""
## [9976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13\",\"9,226\",\"2,979\",\"4.36\",\"0.1\",\"\""
## [9977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"6\",\"5,277\",\"2,979\",\"2.01\",\"0.1\",\"\""
## [9978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"3,682\",\"2,979\",\"3.69\",\"0.3\",\"\""
## [9979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"28\",\"2,075\",\"2,979\",\"9.4\",\"1.3\",\"\""
## [9980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"60\",\"2707\",\"2979\",\"20.14\",\"2.2\",\"\""
## [9981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"4229\",\"2979\",\"3.69\",\"0.3\",\"\""
## [9982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"107\",\"14,537\",\"1,640\",\"65.24\",\"0.7\",\"\""
## [9983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"18\",\"11,940\",\"1,640\",\"10.98\",\"0.2\",\"\""
## [9984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"8,229\",\"1,640\",\"4.27\",\"0.1\",\"\""
## [9985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"6,212\",\"1,640\",\"1.83\",\"0\",\"\""
## [9986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"6,169\",\"1,640\",\"3.66\",\"0.1\",\"\""
## [9987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"3,661\",\"1,640\",\"0.61\",\"0\",\"\""
## [9988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4,750\",\"1,640\",\"2.44\",\"0.1\",\"\""
## [9989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"5,097\",\"1,640\",\"7.93\",\"0.3\",\"\""
## [9990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"2,419\",\"1,640\",\"1.83\",\"0.1\",\"\""
## [9991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,521\",\"1,640\",\"-\",\"0\",\"\""
## [9992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1,622\",\"1,640\",\"0.61\",\"0.1\",\"\""
## [9993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,527\",\"1,640\",\"2.44\",\"0.3\",\"\""
## [9994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1734\",\"1640\",\"0.61\",\"0.1\",\"\""
## [9995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"4684\",\"1640\",\"4.27\",\"0.1\",\"\""
## [9996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"9,415\",\"2,694\",\"4.08\",\"0.1\",\"\""
## [9997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"9,429\",\"2,694\",\"4.83\",\"0.1\",\"\""
## [9998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"9,086\",\"2,694\",\"2.6\",\"0.1\",\"\""
## [9999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"6,260\",\"2,694\",\"2.97\",\"0.1\",\"\""
## [10000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"5,649\",\"2,694\",\"1.11\",\"0.1\",\"\""
## [10001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"7,379\",\"2,694\",\"3.71\",\"0.1\",\"\""
## [10002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"7,032\",\"2,694\",\"2.23\",\"0.1\",\"\""
## [10003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"7,685\",\"2,694\",\"2.97\",\"0.1\",\"\""
## [10004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"6,310\",\"2,694\",\"1.86\",\"0.1\",\"\""
## [10005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"4,214\",\"2,694\",\"4.45\",\"0.3\",\"\""
## [10006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"2,465\",\"2,694\",\"2.6\",\"0.3\",\"\""
## [10007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"1,671\",\"2,694\",\"1.11\",\"0.2\",\"\""
## [10008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"4\",\"1753\",\"2694\",\"1.48\",\"0.2\",\"\""
## [10009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"2220\",\"2694\",\"4.08\",\"0.5\",\"\""
## [10010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"24\",\"13,176\",\"3,251\",\"7.38\",\"0.2\",\"\""
## [10011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"21\",\"14,036\",\"3,251\",\"6.46\",\"0.1\",\"\""
## [10012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"27\",\"11,542\",\"3,251\",\"8.31\",\"0.2\",\"\""
## [10013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12\",\"11,737\",\"3,251\",\"3.69\",\"0.1\",\"\""
## [10014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"15\",\"12,681\",\"3,251\",\"4.61\",\"0.1\",\"\""
## [10015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12\",\"8,453\",\"3,251\",\"3.69\",\"0.1\",\"\""
## [10016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"20\",\"9,030\",\"3,251\",\"6.15\",\"0.2\",\"\""
## [10017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11\",\"8,427\",\"3,251\",\"3.38\",\"0.1\",\"\""
## [10018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9\",\"4,404\",\"3,251\",\"2.77\",\"0.2\",\"\""
## [10019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5\",\"1,752\",\"3,251\",\"1.54\",\"0.3\",\"\""
## [10020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"1,136\",\"3,251\",\"0.62\",\"0.2\",\"\""
## [10021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5\",\"1,090\",\"3,251\",\"1.54\",\"0.5\",\"\""
## [10022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"1960\",\"3251\",\"0.62\",\"0.1\",\"\""
## [10023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"2121\",\"3251\",\"2.46\",\"0.4\",\"\""
## [10024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"33,759\",\"4,406\",\"1.59\",\"0\",\"\""
## [10025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"14\",\"28,937\",\"4,406\",\"3.18\",\"0\",\"\""
## [10026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"26\",\"32,281\",\"4,406\",\"5.9\",\"0.1\",\"\""
## [10027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"39,383\",\"4,406\",\"3.86\",\"0\",\"\""
## [10028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"14\",\"43,441\",\"4,406\",\"3.18\",\"0\",\"\""
## [10029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"40,654\",\"4,406\",\"1.59\",\"0\",\"\""
## [10030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"12\",\"31,759\",\"4,406\",\"2.72\",\"0\",\"\""
## [10031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"37,843\",\"4,406\",\"5.22\",\"0.1\",\"\""
## [10032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"17,223\",\"4,406\",\"2.5\",\"0.1\",\"\""
## [10033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"7,055\",\"4,406\",\"0.45\",\"0\",\"\""
## [10034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"6\",\"3,695\",\"4,406\",\"1.36\",\"0.2\",\"\""
## [10035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"2,857\",\"4,406\",\"1.13\",\"0.2\",\"\""
## [10036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4\",\"2831\",\"4406\",\"0.91\",\"0.1\",\"\""
## [10037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"5210\",\"4406\",\"1.13\",\"0.1\",\"\""
## [10038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"19\",\"8,640\",\"6,023\",\"3.15\",\"0.2\",\"\""
## [10039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"12\",\"5,848\",\"6,023\",\"1.99\",\"0.2\",\"\""
## [10040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"15\",\"4,556\",\"6,023\",\"2.49\",\"0.3\",\"\""
## [10041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"5,451\",\"6,023\",\"1.83\",\"0.2\",\"\""
## [10042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"10\",\"4,528\",\"6,023\",\"1.66\",\"0.2\",\"\""
## [10043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"10\",\"3,320\",\"6,023\",\"1.66\",\"0.3\",\"\""
## [10044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"21\",\"3,384\",\"6,023\",\"3.49\",\"0.6\",\"\""
## [10045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"5,166\",\"6,023\",\"1.83\",\"0.2\",\"\""
## [10046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3\",\"3,762\",\"6,023\",\"0.5\",\"0.1\",\"\""
## [10047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"2,417\",\"6,023\",\"0.66\",\"0.2\",\"\""
## [10048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"1,573\",\"6,023\",\"0.66\",\"0.3\",\"\""
## [10049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"1,449\",\"6,023\",\"0.66\",\"0.3\",\"\""
## [10050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"9\",\"2231\",\"6023\",\"1.49\",\"0.4\",\"\""
## [10051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"3910\",\"6023\",\"1.83\",\"0.3\",\"\""
## [10052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"28\",\"18,023\",\"4,768\",\"5.87\",\"0.2\",\"\""
## [10053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"29\",\"18,952\",\"4,768\",\"6.08\",\"0.2\",\"\""
## [10054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"25\",\"18,463\",\"4,768\",\"5.24\",\"0.1\",\"\""
## [10055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"22\",\"15,846\",\"4,768\",\"4.61\",\"0.1\",\"\""
## [10056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"15\",\"13,847\",\"4,768\",\"3.15\",\"0.1\",\"\""
## [10057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"22\",\"13,948\",\"4,768\",\"4.61\",\"0.2\",\"\""
## [10058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"15\",\"10,083\",\"4,768\",\"3.15\",\"0.1\",\"\""
## [10059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"18\",\"12,879\",\"4,768\",\"3.78\",\"0.1\",\"\""
## [10060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"18\",\"7,782\",\"4,768\",\"3.78\",\"0.2\",\"\""
## [10061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"11\",\"6,058\",\"4,768\",\"2.31\",\"0.2\",\"\""
## [10062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"14\",\"4,851\",\"4,768\",\"2.94\",\"0.3\",\"\""
## [10063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"17\",\"5,868\",\"4,768\",\"3.57\",\"0.3\",\"\""
## [10064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"29\",\"9436\",\"4768\",\"6.08\",\"0.3\",\"\""
## [10065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"38\",\"11295\",\"4768\",\"7.97\",\"0.3\",\"\""
## [10066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"65\",\"19,042\",\"5,666\",\"11.47\",\"0.3\",\"\""
## [10067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"57\",\"20,530\",\"5,666\",\"10.06\",\"0.3\",\"\""
## [10068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"75\",\"26,816\",\"5,666\",\"13.24\",\"0.3\",\"\""
## [10069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"81\",\"27,555\",\"5,666\",\"14.3\",\"0.3\",\"\""
## [10070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"53\",\"23,106\",\"5,666\",\"9.35\",\"0.2\",\"\""
## [10071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"43\",\"17,674\",\"5,666\",\"7.59\",\"0.2\",\"\""
## [10072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"46\",\"20,487\",\"5,666\",\"8.12\",\"0.2\",\"\""
## [10073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"21,218\",\"5,666\",\"11.12\",\"0.3\",\"\""
## [10074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"30\",\"8,175\",\"5,666\",\"5.29\",\"0.4\",\"\""
## [10075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"10\",\"3,521\",\"5,666\",\"1.76\",\"0.3\",\"\""
## [10076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"4\",\"2,025\",\"5,666\",\"0.71\",\"0.2\",\"\""
## [10077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"1,529\",\"5,666\",\"1.24\",\"0.5\",\"\""
## [10078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"16\",\"4681\",\"5666\",\"2.82\",\"0.3\",\"\""
## [10079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"35\",\"12403\",\"5666\",\"6.18\",\"0.3\",\"\""
## [10080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"63\",\"19,146\",\"4,055\",\"15.54\",\"0.3\",\"\""
## [10081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"91\",\"17,186\",\"4,055\",\"22.44\",\"0.5\",\"\""
## [10082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"59\",\"10,309\",\"4,055\",\"14.55\",\"0.6\",\"\""
## [10083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"49\",\"7,655\",\"4,055\",\"12.08\",\"0.6\",\"\""
## [10084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"52\",\"11,170\",\"4,055\",\"12.82\",\"0.5\",\"\""
## [10085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"79\",\"18,903\",\"4,055\",\"19.48\",\"0.4\",\"\""
## [10086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"68\",\"18,950\",\"4,055\",\"16.77\",\"0.4\",\"\""
## [10087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"44\",\"14,538\",\"4,055\",\"10.85\",\"0.3\",\"\""
## [10088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"25\",\"6,012\",\"4,055\",\"6.17\",\"0.4\",\"\""
## [10089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18\",\"3,847\",\"4,055\",\"4.44\",\"0.5\",\"\""
## [10090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"16\",\"3,563\",\"4,055\",\"3.95\",\"0.4\",\"\""
## [10091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10\",\"2,601\",\"4,055\",\"2.47\",\"0.4\",\"\""
## [10092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"3280\",\"4055\",\"5.92\",\"0.7\",\"\""
## [10093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"38\",\"5348\",\"4055\",\"9.37\",\"0.7\",\"\""
## [10094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"4,059\",\"2,787\",\"1.79\",\"0.1\",\"\""
## [10095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"5,373\",\"2,787\",\"3.23\",\"0.2\",\"\""
## [10096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"17\",\"5,978\",\"2,787\",\"6.1\",\"0.3\",\"\""
## [10097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"4,262\",\"2,787\",\"3.95\",\"0.3\",\"\""
## [10098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"3,356\",\"2,787\",\"2.87\",\"0.2\",\"\""
## [10099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"10\",\"3,310\",\"2,787\",\"3.59\",\"0.3\",\"\""
## [10100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"3,570\",\"2,787\",\"3.95\",\"0.3\",\"\""
## [10101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"5,049\",\"2,787\",\"3.23\",\"0.2\",\"\""
## [10102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"15\",\"4,628\",\"2,787\",\"5.38\",\"0.3\",\"\""
## [10103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"2,530\",\"2,787\",\"3.23\",\"0.4\",\"\""
## [10104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"9\",\"1,894\",\"2,787\",\"3.23\",\"0.5\",\"\""
## [10105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"1,175\",\"2,787\",\"6.82\",\"1.6\",\"\""
## [10106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"28\",\"1735\",\"2787\",\"10.05\",\"1.6\",\"\""
## [10107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"2899\",\"2787\",\"2.87\",\"0.3\",\"\""
## [10108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"52\",\"13,970\",\"9,657\",\"5.38\",\"0.4\",\"\""
## [10109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"77\",\"18,016\",\"9,657\",\"7.97\",\"0.4\",\"\""
## [10110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"52\",\"17,079\",\"9,657\",\"5.38\",\"0.3\",\"\""
## [10111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"65\",\"13,672\",\"9,657\",\"6.73\",\"0.5\",\"\""
## [10112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"41\",\"13,478\",\"9,657\",\"4.25\",\"0.3\",\"\""
## [10113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"58\",\"15,863\",\"9,657\",\"6.01\",\"0.4\",\"\""
## [10114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"54\",\"18,140\",\"9,657\",\"5.59\",\"0.3\",\"\""
## [10115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"333\",\"14,399\",\"9,657\",\"34.48\",\"2.3\",\"\""
## [10116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"39\",\"10,029\",\"9,657\",\"4.04\",\"0.4\",\"\""
## [10117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"30\",\"5,738\",\"9,657\",\"3.11\",\"0.5\",\"\""
## [10118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"31\",\"3,980\",\"9,657\",\"3.21\",\"0.8\",\"\""
## [10119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"31\",\"4,561\",\"9,657\",\"3.21\",\"0.7\",\"\""
## [10120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"40\",\"5221\",\"9657\",\"4.14\",\"0.8\",\"\""
## [10121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"26\",\"5086\",\"9657\",\"2.69\",\"0.5\",\"\""
## [10122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"36\",\"14,988\",\"10,204\",\"3.53\",\"0.2\",\"\""
## [10123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"67\",\"25,703\",\"10,204\",\"6.57\",\"0.3\",\"\""
## [10124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"79\",\"18,311\",\"10,204\",\"7.74\",\"0.4\",\"\""
## [10125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"57\",\"18,289\",\"10,204\",\"5.59\",\"0.3\",\"\""
## [10126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"37\",\"20,745\",\"10,204\",\"3.63\",\"0.2\",\"\""
## [10127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"61\",\"26,625\",\"10,204\",\"5.98\",\"0.2\",\"\""
## [10128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"35\",\"23,451\",\"10,204\",\"3.43\",\"0.1\",\"\""
## [10129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"32\",\"16,444\",\"10,204\",\"3.14\",\"0.2\",\"\""
## [10130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"27\",\"11,396\",\"10,204\",\"2.65\",\"0.2\",\"\""
## [10131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"17\",\"7,660\",\"10,204\",\"1.67\",\"0.2\",\"\""
## [10132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"13\",\"6,059\",\"10,204\",\"1.27\",\"0.2\",\"\""
## [10133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"14\",\"4,856\",\"10,204\",\"1.37\",\"0.3\",\"\""
## [10134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"16\",\"5765\",\"10204\",\"1.57\",\"0.3\",\"\""
## [10135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"26\",\"7282\",\"10204\",\"2.55\",\"0.4\",\"\""
## [10136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"120\",\"25,880\",\"18,042\",\"6.65\",\"0.5\",\"\""
## [10137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"134\",\"25,330\",\"18,042\",\"7.43\",\"0.5\",\"\""
## [10138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"136\",\"27,330\",\"18,042\",\"7.54\",\"0.5\",\"\""
## [10139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"203\",\"39,733\",\"18,042\",\"11.25\",\"0.5\",\"\""
## [10140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"173\",\"40,215\",\"18,042\",\"9.59\",\"0.4\",\"\""
## [10141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"161\",\"23,604\",\"18,042\",\"8.92\",\"0.7\",\"\""
## [10142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"154\",\"21,472\",\"18,042\",\"8.54\",\"0.7\",\"\""
## [10143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"138\",\"20,760\",\"18,042\",\"7.65\",\"0.7\",\"\""
## [10144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"95\",\"16,476\",\"18,042\",\"5.27\",\"0.6\",\"\""
## [10145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"81\",\"10,464\",\"18,042\",\"4.49\",\"0.8\",\"\""
## [10146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"63\",\"8,208\",\"18,042\",\"3.49\",\"0.8\",\"\""
## [10147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"39\",\"5,466\",\"18,042\",\"2.16\",\"0.7\",\"\""
## [10148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"41\",\"6577\",\"18042\",\"2.27\",\"0.6\",\"\""
## [10149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"74\",\"10092\",\"18042\",\"4.1\",\"0.7\",\"\""
## [10150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"20\",\"5,020\",\"2,606\",\"7.67\",\"0.4\",\"\""
## [10151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"15\",\"3,821\",\"2,606\",\"5.76\",\"0.4\",\"\""
## [10152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"31\",\"5,586\",\"2,606\",\"11.9\",\"0.6\",\"\""
## [10153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"35\",\"7,974\",\"2,606\",\"13.43\",\"0.4\",\"\""
## [10154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"22\",\"5,086\",\"2,606\",\"8.44\",\"0.4\",\"\""
## [10155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"14\",\"4,063\",\"2,606\",\"5.37\",\"0.3\",\"\""
## [10156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"5,639\",\"2,606\",\"9.59\",\"0.4\",\"\""
## [10157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"4,783\",\"2,606\",\"4.6\",\"0.3\",\"\""
## [10158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"20\",\"3,054\",\"2,606\",\"7.67\",\"0.7\",\"\""
## [10159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"11\",\"3,235\",\"2,606\",\"4.22\",\"0.3\",\"\""
## [10160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1,908\",\"2,606\",\"2.3\",\"0.3\",\"\""
## [10161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"1,725\",\"2,606\",\"3.45\",\"0.5\",\"\""
## [10162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"11\",\"1685\",\"2606\",\"4.22\",\"0.7\",\"\""
## [10163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"1530\",\"2606\",\"1.92\",\"0.3\",\"\""
## [10164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"29\",\"11,652\",\"3,936\",\"7.37\",\"0.2\",\"\""
## [10165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"32\",\"10,428\",\"3,936\",\"8.13\",\"0.3\",\"\""
## [10166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"12,043\",\"3,936\",\"8.89\",\"0.3\",\"\""
## [10167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"29\",\"11,775\",\"3,936\",\"7.37\",\"0.2\",\"\""
## [10168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"31\",\"10,609\",\"3,936\",\"7.88\",\"0.3\",\"\""
## [10169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"10,340\",\"3,936\",\"8.89\",\"0.3\",\"\""
## [10170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"50\",\"13,578\",\"3,936\",\"12.7\",\"0.4\",\"\""
## [10171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"52\",\"14,121\",\"3,936\",\"13.21\",\"0.4\",\"\""
## [10172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"9,753\",\"3,936\",\"8.89\",\"0.4\",\"\""
## [10173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"26\",\"8,357\",\"3,936\",\"6.61\",\"0.3\",\"\""
## [10174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"4,829\",\"3,936\",\"3.56\",\"0.3\",\"\""
## [10175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"18\",\"4,239\",\"3,936\",\"4.57\",\"0.4\",\"\""
## [10176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"3727\",\"3936\",\"5.08\",\"0.5\",\"\""
## [10177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"19\",\"4245\",\"3936\",\"4.83\",\"0.4\",\"\""
## [10178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"140\",\"25,364\",\"21,964\",\"6.37\",\"0.6\",\"\""
## [10179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"150\",\"27,826\",\"21,964\",\"6.83\",\"0.5\",\"\""
## [10180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"164\",\"26,362\",\"21,964\",\"7.47\",\"0.6\",\"\""
## [10181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"119\",\"18,674\",\"21,964\",\"5.42\",\"0.6\",\"\""
## [10182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"82\",\"19,059\",\"21,964\",\"3.73\",\"0.4\",\"\""
## [10183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"139\",\"35,185\",\"21,964\",\"6.33\",\"0.4\",\"\""
## [10184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"108\",\"31,249\",\"21,964\",\"4.92\",\"0.3\",\"\""
## [10185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"92\",\"22,481\",\"21,964\",\"4.19\",\"0.4\",\"\""
## [10186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"102\",\"14,928\",\"21,964\",\"4.64\",\"0.7\",\"\""
## [10187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"123\",\"17,442\",\"21,964\",\"5.6\",\"0.7\",\"\""
## [10188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"81\",\"12,548\",\"21,964\",\"3.69\",\"0.6\",\"\""
## [10189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"90\",\"11,316\",\"21,964\",\"4.1\",\"0.8\",\"\""
## [10190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"141\",\"16576\",\"21964\",\"6.42\",\"0.9\",\"\""
## [10191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"229\",\"21918\",\"21964\",\"10.43\",\"1\",\"\""
## [10192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"223\",\"61,178\",\"15,098\",\"14.77\",\"0.4\",\"\""
## [10193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"213\",\"48,392\",\"15,098\",\"14.11\",\"0.4\",\"\""
## [10194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"214\",\"47,383\",\"15,098\",\"14.17\",\"0.5\",\"\""
## [10195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"118\",\"36,439\",\"15,098\",\"7.82\",\"0.3\",\"\""
## [10196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"152\",\"35,642\",\"15,098\",\"10.07\",\"0.4\",\"\""
## [10197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"164\",\"41,564\",\"15,098\",\"10.86\",\"0.4\",\"\""
## [10198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"117\",\"39,304\",\"15,098\",\"7.75\",\"0.3\",\"\""
## [10199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"89\",\"33,230\",\"15,098\",\"5.89\",\"0.3\",\"\""
## [10200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"73\",\"20,479\",\"15,098\",\"4.84\",\"0.4\",\"\""
## [10201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"92\",\"13,184\",\"15,098\",\"6.09\",\"0.7\",\"\""
## [10202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"72\",\"9,653\",\"15,098\",\"4.77\",\"0.7\",\"\""
## [10203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"45\",\"6,321\",\"15,098\",\"2.98\",\"0.7\",\"\""
## [10204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"41\",\"7353\",\"15098\",\"2.72\",\"0.6\",\"\""
## [10205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"108\",\"11830\",\"15098\",\"7.15\",\"0.9\",\"\""
## [10206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4\",\"4,356\",\"2,830\",\"1.41\",\"0.1\",\"\""
## [10207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"4,178\",\"2,830\",\"4.95\",\"0.3\",\"\""
## [10208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"4,952\",\"2,830\",\"3.53\",\"0.2\",\"\""
## [10209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"5,726\",\"2,830\",\"3.18\",\"0.2\",\"\""
## [10210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"5,465\",\"2,830\",\"3.18\",\"0.2\",\"\""
## [10211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"4,653\",\"2,830\",\"1.77\",\"0.1\",\"\""
## [10212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"5,844\",\"2,830\",\"5.3\",\"0.3\",\"\""
## [10213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"6,322\",\"2,830\",\"2.47\",\"0.1\",\"\""
## [10214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"3,072\",\"2,830\",\"2.47\",\"0.2\",\"\""
## [10215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"8\",\"2,405\",\"2,830\",\"2.83\",\"0.3\",\"\""
## [10216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"1,488\",\"2,830\",\"0.35\",\"0.1\",\"\""
## [10217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"940\",\"2,830\",\"1.77\",\"0.5\",\"\""
## [10218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"1142\",\"2830\",\"0.35\",\"0.1\",\"\""
## [10219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Asian\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1313\",\"2830\",\"1.77\",\"0.4\",\"\""
## [10220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,307\",\"932,065\",\"165,974\",\"13.9\",\"0.2\",\"\""
## [10221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,021\",\"1,125,647\",\"165,974\",\"18.2\",\"0.3\",\"\""
## [10222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,362\",\"1,409,802\",\"165,974\",\"26.28\",\"0.3\",\"\""
## [10223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,424\",\"1,284,197\",\"165,974\",\"26.65\",\"0.3\",\"\""
## [10224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,833\",\"1,220,198\",\"165,974\",\"23.09\",\"0.3\",\"\""
## [10225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,484\",\"1,121,123\",\"165,974\",\"20.99\",\"0.3\",\"\""
## [10226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,785\",\"954,314\",\"165,974\",\"16.78\",\"0.3\",\"\""
## [10227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,478\",\"841,399\",\"165,974\",\"14.93\",\"0.3\",\"\""
## [10228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,557\",\"498,721\",\"165,974\",\"9.38\",\"0.3\",\"\""
## [10229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,323\",\"342,086\",\"165,974\",\"7.97\",\"0.4\",\"\""
## [10230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,146\",\"266,308\",\"165,974\",\"6.9\",\"0.4\",\"\""
## [10231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1,182\",\"243,589\",\"165,974\",\"7.12\",\"0.5\",\"\""
## [10232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1487\",\"316353\",\"165974\",\"8.96\",\"0.5\",\"\""
## [10233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"1984\",\"461837\",\"165974\",\"11.95\",\"0.4\",\"\""
## [10234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2057\",\"886657\",\"155,977\",\"13.19\",\"0.2\",\"\""
## [10235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2799\",\"1075609\",\"155,977\",\"17.94\",\"0.3\",\"\""
## [10236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4093\",\"1357473\",\"155,977\",\"26.24\",\"0.3\",\"\""
## [10237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4179\",\"1242635\",\"155,977\",\"26.79\",\"0.3\",\"\""
## [10238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3634\",\"1171286\",\"155,977\",\"23.3\",\"0.3\",\"\""
## [10239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3307\",\"1070599\",\"155,977\",\"21.2\",\"0.3\",\"\""
## [10240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2660\",\"921346\",\"155,977\",\"17.05\",\"0.3\",\"\""
## [10241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2382\",\"814587\",\"155,977\",\"15.27\",\"0.3\",\"\""
## [10242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1498\",\"485097\",\"155,977\",\"9.6\",\"0.3\",\"\""
## [10243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1308\",\"337325\",\"155,977\",\"8.39\",\"0.4\",\"\""
## [10244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1130\",\"263806\",\"155,977\",\"7.24\",\"0.4\",\"\""
## [10245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1167\",\"241285\",\"155,977\",\"7.48\",\"0.5\",\"\""
## [10246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1466\",\"312139\",\"155,977\",\"9.4\",\"0.5\",\"\""
## [10247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"1967\",\"459468\",\"155977\",\"12.61\",\"0.4\",\"\""
## [10248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,653\",\"1,323,681\",\"165,974\",\"28.03\",\"0.4\",\"\""
## [10249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,947\",\"1,237,719\",\"165,974\",\"23.78\",\"0.3\",\"\""
## [10250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,547\",\"1,131,675\",\"165,974\",\"21.37\",\"0.3\",\"\""
## [10251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,845\",\"963,449\",\"165,974\",\"17.14\",\"0.3\",\"\""
## [10252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,566\",\"852,465\",\"165,974\",\"15.46\",\"0.3\",\"\""
## [10253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,598\",\"504,446\",\"165,974\",\"9.63\",\"0.3\",\"\""
## [10254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,342\",\"345,087\",\"165,974\",\"8.09\",\"0.4\",\"\""
## [10255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,162\",\"268,447\",\"165,974\",\"7\",\"0.4\",\"\""
## [10256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1,202\",\"245,749\",\"165,974\",\"7.24\",\"0.5\",\"\""
## [10257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"1530\",\"320808\",\"165974\",\"9.22\",\"0.5\",\"\""
## [10258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2053\",\"468431\",\"165974\",\"12.37\",\"0.4\",\"\""
## [10259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,408\",\"1282119\",\"155977\",\"28.26\",\"0.3\",\"\""
## [10263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,748\",\"1188807\",\"155977\",\"24.03\",\"0.3\",\"\""
## [10264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,370\",\"1081151\",\"155977\",\"21.61\",\"0.3\",\"\""
## [10265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,720\",\"930481\",\"155977\",\"17.44\",\"0.3\",\"\""
## [10266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,470\",\"825653\",\"155977\",\"15.84\",\"0.3\",\"\""
## [10267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,539\",\"490822\",\"155977\",\"9.87\",\"0.3\",\"\""
## [10268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,327\",\"340326\",\"155977\",\"8.51\",\"0.4\",\"\""
## [10269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,146\",\"265945\",\"155977\",\"7.35\",\"0.4\",\"\""
## [10270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,187\",\"243445\",\"155977\",\"7.61\",\"0.5\",\"\""
## [10271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,509\",\"316594\",\"155977\",\"9.67\",\"0.5\",\"\""
## [10272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2036\",\"466062\",\"155977\",\"13.05\",\"0.4\",\"\""
## [10273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"35\",\"9,050\",\"3,127\",\"11.19\",\"0.4\",\"\""
## [10274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"15\",\"8,722\",\"3,127\",\"4.8\",\"0.2\",\"\""
## [10275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"44\",\"12,772\",\"3,127\",\"14.07\",\"0.3\",\"\""
## [10276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"54\",\"12,983\",\"3,127\",\"17.27\",\"0.4\",\"\""
## [10277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"33\",\"14,940\",\"3,127\",\"10.55\",\"0.2\",\"\""
## [10278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"33\",\"20,911\",\"3,127\",\"10.55\",\"0.2\",\"\""
## [10279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"147\",\"29,588\",\"3,127\",\"47.01\",\"0.5\",\"\""
## [10280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"88\",\"23,728\",\"3,127\",\"28.14\",\"0.4\",\"\""
## [10281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"48\",\"9,973\",\"3,127\",\"15.35\",\"0.5\",\"\""
## [10282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26\",\"4,929\",\"3,127\",\"8.31\",\"0.5\",\"\""
## [10283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"27\",\"4,723\",\"3,127\",\"8.63\",\"0.6\",\"\""
## [10284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13\",\"4,734\",\"3,127\",\"4.16\",\"0.3\",\"\""
## [10285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"33\",\"4589\",\"3127\",\"10.55\",\"0.7\",\"\""
## [10286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"44\",\"6013\",\"3127\",\"14.07\",\"0.7\",\"\""
## [10287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"20\",\"4,279\",\"2,024\",\"9.88\",\"0.5\",\"\""
## [10288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"17\",\"4,614\",\"2,024\",\"8.4\",\"0.4\",\"\""
## [10289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"30\",\"8,076\",\"2,024\",\"14.82\",\"0.4\",\"\""
## [10290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"26\",\"6,908\",\"2,024\",\"12.85\",\"0.4\",\"\""
## [10291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"24\",\"8,856\",\"2,024\",\"11.86\",\"0.3\",\"\""
## [10292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"12\",\"6,886\",\"2,024\",\"5.93\",\"0.2\",\"\""
## [10293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"16\",\"7,365\",\"2,024\",\"7.91\",\"0.2\",\"\""
## [10294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"5,515\",\"2,024\",\"4.94\",\"0.2\",\"\""
## [10295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"9\",\"2,476\",\"2,024\",\"4.45\",\"0.4\",\"\""
## [10296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"10\",\"1,891\",\"2,024\",\"4.94\",\"0.5\",\"\""
## [10297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"12\",\"1,373\",\"2,024\",\"5.93\",\"0.9\",\"\""
## [10298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"7\",\"1,244\",\"2,024\",\"3.46\",\"0.6\",\"\""
## [10299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"8\",\"1631\",\"2024\",\"3.95\",\"0.5\",\"\""
## [10300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"25\",\"2564\",\"2024\",\"12.35\",\"1\",\"\""
## [10301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"229\",\"39,484\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"114\",\"17,521\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"63\",\"10,552\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"60\",\"9,135\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"88\",\"11,066\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [10306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"41\",\"5,725\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"19\",\"3,001\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"16\",\"2,139\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"20\",\"2,160\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [10310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"43\",\"4455\",\"N/A\",\"N/A\",\"1\",\"\""
## [10311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"69\",\"6594\",\"N/A\",\"N/A\",\"1\",\"\""
## [10312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"30\",\"8,582\",\"2,212\",\"13.56\",\"0.3\",\"\""
## [10313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"48\",\"9,811\",\"2,212\",\"21.7\",\"0.5\",\"\""
## [10314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"18\",\"5,286\",\"2,212\",\"8.14\",\"0.3\",\"\""
## [10315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"19\",\"6,070\",\"2,212\",\"8.59\",\"0.3\",\"\""
## [10316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"34\",\"13,145\",\"2,212\",\"15.37\",\"0.3\",\"\""
## [10317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"58\",\"16,900\",\"2,212\",\"26.22\",\"0.3\",\"\""
## [10318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"44\",\"16,169\",\"2,212\",\"19.89\",\"0.3\",\"\""
## [10319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"34\",\"12,292\",\"2,212\",\"15.37\",\"0.3\",\"\""
## [10320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"20\",\"5,715\",\"2,212\",\"9.04\",\"0.3\",\"\""
## [10321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"15\",\"2,836\",\"2,212\",\"6.78\",\"0.5\",\"\""
## [10322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11\",\"1,084\",\"2,212\",\"4.97\",\"1\",\"\""
## [10323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"6\",\"775\",\"2,212\",\"2.71\",\"0.8\",\"\""
## [10324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"13\",\"1363\",\"2212\",\"5.88\",\"1\",\"\""
## [10325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8\",\"2018\",\"2212\",\"3.62\",\"0.4\",\"\""
## [10326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"6,390\",\"1,482\",\"6.07\",\"0.1\",\"\""
## [10327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"9\",\"5,547\",\"1,482\",\"6.07\",\"0.2\",\"\""
## [10328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"4,976\",\"1,482\",\"3.37\",\"0.1\",\"\""
## [10329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2\",\"5,193\",\"1,482\",\"1.35\",\"0\",\"\""
## [10330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"6,002\",\"1,482\",\"4.05\",\"0.1\",\"\""
## [10331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"7,787\",\"1,482\",\"2.02\",\"0\",\"\""
## [10332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"4,934\",\"1,482\",\"3.37\",\"0.1\",\"\""
## [10333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"12\",\"6,541\",\"1,482\",\"8.1\",\"0.2\",\"\""
## [10334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"9,203\",\"1,482\",\"5.4\",\"0.1\",\"\""
## [10335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"11\",\"3,839\",\"1,482\",\"7.42\",\"0.3\",\"\""
## [10336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6\",\"2,004\",\"1,482\",\"4.05\",\"0.3\",\"\""
## [10337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"1,889\",\"1,482\",\"5.4\",\"0.4\",\"\""
## [10338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3\",\"2104\",\"1482\",\"2.02\",\"0.1\",\"\""
## [10339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5\",\"3352\",\"1482\",\"3.37\",\"0.1\",\"\""
## [10340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"13\",\"11,453\",\"929\",\"13.99\",\"0.1\",\"\""
## [10341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"15,573\",\"929\",\"18.3\",\"0.1\",\"\""
## [10342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"10\",\"17,357\",\"929\",\"10.76\",\"0.1\",\"\""
## [10343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"24,197\",\"929\",\"18.3\",\"0.1\",\"\""
## [10344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16\",\"29,911\",\"929\",\"17.22\",\"0.1\",\"\""
## [10345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"14\",\"30,424\",\"929\",\"15.07\",\"0\",\"\""
## [10346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"31,104\",\"929\",\"18.3\",\"0.1\",\"\""
## [10347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"12\",\"24,616\",\"929\",\"12.92\",\"0\",\"\""
## [10348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"3\",\"9,281\",\"929\",\"3.23\",\"0\",\"\""
## [10349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"4\",\"2,717\",\"929\",\"4.31\",\"0.1\",\"\""
## [10350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"929\",\"-\",\"0\",\"\""
## [10351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"3\",\"804\",\"929\",\"3.23\",\"0.4\",\"\""
## [10352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"929\",\"0\",\"0\",\"\""
## [10353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"3\",\"1729\",\"929\",\"3.23\",\"0.2\",\"\""
## [10354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"8,071\",\"314\",\"6.37\",\"0\",\"\""
## [10355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"8,849\",\"314\",\"3.18\",\"0\",\"\""
## [10356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"8,588\",\"314\",\"3.18\",\"0\",\"\""
## [10357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"10,365\",\"314\",\"12.74\",\"0\",\"\""
## [10358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"10,183\",\"314\",\"6.37\",\"0\",\"\""
## [10359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"13,685\",\"314\",\"15.92\",\"0\",\"\""
## [10360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"12,251\",\"314\",\"6.37\",\"0\",\"\""
## [10361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"9,616\",\"314\",\"25.48\",\"0.1\",\"\""
## [10362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"5,622\",\"314\",\"15.92\",\"0.1\",\"\""
## [10363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1\",\"3,490\",\"314\",\"3.18\",\"0\",\"\""
## [10364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"1,755\",\"314\",\"9.55\",\"0.2\",\"\""
## [10365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"314\",\"-\",\"0\",\"\""
## [10366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1558\",\"314\",\"0\",\"0\",\"\""
## [10367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"314\",\"0\",\"0\",\"\""
## [10368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"14\",\"8,368\",\"1,211\",\"11.56\",\"0.2\",\"\""
## [10369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12\",\"7,999\",\"1,211\",\"9.91\",\"0.2\",\"\""
## [10370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"7,695\",\"1,211\",\"12.39\",\"0.2\",\"\""
## [10371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10\",\"8,411\",\"1,211\",\"8.26\",\"0.1\",\"\""
## [10372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"29\",\"11,336\",\"1,211\",\"23.95\",\"0.3\",\"\""
## [10373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"34\",\"14,875\",\"1,211\",\"28.08\",\"0.2\",\"\""
## [10374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"31\",\"12,377\",\"1,211\",\"25.6\",\"0.3\",\"\""
## [10375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"21\",\"6,211\",\"1,211\",\"17.34\",\"0.3\",\"\""
## [10376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"15\",\"5,291\",\"1,211\",\"12.39\",\"0.3\",\"\""
## [10377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6\",\"3,534\",\"1,211\",\"4.95\",\"0.2\",\"\""
## [10378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4\",\"1,724\",\"1,211\",\"3.3\",\"0.2\",\"\""
## [10379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1\",\"1,084\",\"1,211\",\"0.83\",\"0.1\",\"\""
## [10380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1\",\"1431\",\"1211\",\"0.83\",\"0.1\",\"\""
## [10381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6\",\"1517\",\"1211\",\"4.95\",\"0.4\",\"\""
## [10382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"25\",\"24,411\",\"1,998\",\"12.51\",\"0.1\",\"\""
## [10383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"20,731\",\"1,998\",\"11.51\",\"0.1\",\"\""
## [10384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"21,875\",\"1,998\",\"11.51\",\"0.1\",\"\""
## [10385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"22,967\",\"1,998\",\"9.01\",\"0.1\",\"\""
## [10386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"19,460\",\"1,998\",\"7.51\",\"0.1\",\"\""
## [10387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"24\",\"16,876\",\"1,998\",\"12.01\",\"0.1\",\"\""
## [10388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"13,107\",\"1,998\",\"6.51\",\"0.1\",\"\""
## [10389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"13,125\",\"1,998\",\"9.01\",\"0.1\",\"\""
## [10390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"8,010\",\"1,998\",\"3\",\"0.1\",\"\""
## [10391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"5,802\",\"1,998\",\"3.5\",\"0.1\",\"\""
## [10392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4\",\"4,744\",\"1,998\",\"2\",\"0.1\",\"\""
## [10393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"4,445\",\"1,998\",\"5.01\",\"0.2\",\"\""
## [10394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"4088\",\"1998\",\"3.5\",\"0.2\",\"\""
## [10395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5\",\"4396\",\"1998\",\"2.5\",\"0.1\",\"\""
## [10396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,543\",\"1,278\",\"8.61\",\"0.2\",\"\""
## [10397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"7,786\",\"1,278\",\"14.08\",\"0.2\",\"\""
## [10398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,426\",\"1,278\",\"8.61\",\"0.2\",\"\""
## [10399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"6,561\",\"1,278\",\"9.39\",\"0.2\",\"\""
## [10400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"6,728\",\"1,278\",\"10.17\",\"0.2\",\"\""
## [10401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"6,924\",\"1,278\",\"14.87\",\"0.3\",\"\""
## [10402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"7,549\",\"1,278\",\"7.82\",\"0.1\",\"\""
## [10403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"8,329\",\"1,278\",\"14.87\",\"0.2\",\"\""
## [10404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"8\",\"6,985\",\"1,278\",\"6.26\",\"0.1\",\"\""
## [10405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"4,278\",\"1,278\",\"7.04\",\"0.2\",\"\""
## [10406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7\",\"2,895\",\"1,278\",\"5.48\",\"0.2\",\"\""
## [10407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"2,117\",\"1,278\",\"11.74\",\"0.7\",\"\""
## [10408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5\",\"2071\",\"1278\",\"3.91\",\"0.2\",\"\""
## [10409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"1770\",\"1278\",\"13.3\",\"1\",\"\""
## [10410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"8,302\",\"418\",\"2.39\",\"0\",\"\""
## [10411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"7,950\",\"418\",\"-\",\"0\",\"\""
## [10412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,249\",\"418\",\"2.39\",\"0\",\"\""
## [10413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"5,835\",\"418\",\"4.78\",\"0\",\"\""
## [10414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"4,902\",\"418\",\"4.78\",\"0\",\"\""
## [10415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"5,272\",\"418\",\"2.39\",\"0\",\"\""
## [10416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"8,528\",\"418\",\"4.78\",\"0\",\"\""
## [10417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"12,058\",\"418\",\"7.18\",\"0\",\"\""
## [10418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"8,189\",\"418\",\"7.18\",\"0\",\"\""
## [10419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,433\",\"418\",\"2.39\",\"0\",\"\""
## [10420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,705\",\"418\",\"2.39\",\"0.1\",\"\""
## [10421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1,455\",\"418\",\"-\",\"0\",\"\""
## [10422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1711\",\"418\",\"9.57\",\"0.2\",\"\""
## [10423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1955\",\"418\",\"0\",\"0\",\"\""
## [10424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"8,384\",\"353\",\"25.5\",\"0.1\",\"\""
## [10425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"7,049\",\"353\",\"42.49\",\"0.2\",\"\""
## [10426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"10,141\",\"353\",\"31.16\",\"0.1\",\"\""
## [10427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"12,048\",\"353\",\"17\",\"0\",\"\""
## [10428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"14,203\",\"353\",\"25.5\",\"0.1\",\"\""
## [10429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"12,957\",\"353\",\"19.83\",\"0.1\",\"\""
## [10430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"13,125\",\"353\",\"31.16\",\"0.1\",\"\""
## [10431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"8,988\",\"353\",\"25.5\",\"0.1\",\"\""
## [10432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"5,156\",\"353\",\"17\",\"0.1\",\"\""
## [10433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"3,632\",\"353\",\"-\",\"0\",\"\""
## [10434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,292\",\"353\",\"2.83\",\"0\",\"\""
## [10435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2,007\",\"353\",\"5.67\",\"0.1\",\"\""
## [10436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"2648\",\"353\",\"5.67\",\"0.1\",\"\""
## [10437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"2929\",\"353\",\"11.33\",\"0.1\",\"\""
## [10438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"42\",\"9,604\",\"4,212\",\"9.97\",\"0.4\",\"\""
## [10439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"43\",\"13,588\",\"4,212\",\"10.21\",\"0.3\",\"\""
## [10440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"75\",\"12,318\",\"4,212\",\"17.81\",\"0.6\",\"\""
## [10441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"35\",\"9,359\",\"4,212\",\"8.31\",\"0.4\",\"\""
## [10442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"23\",\"5,803\",\"4,212\",\"5.46\",\"0.4\",\"\""
## [10443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"16\",\"3,629\",\"4,212\",\"3.8\",\"0.4\",\"\""
## [10444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"28\",\"4,326\",\"4,212\",\"6.65\",\"0.6\",\"\""
## [10445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"41\",\"8,726\",\"4,212\",\"9.73\",\"0.5\",\"\""
## [10446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"15\",\"4,835\",\"4,212\",\"3.56\",\"0.3\",\"\""
## [10447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"12\",\"2,200\",\"4,212\",\"2.85\",\"0.5\",\"\""
## [10448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"14\",\"3,148\",\"4,212\",\"3.32\",\"0.4\",\"\""
## [10449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"15\",\"3,004\",\"4,212\",\"3.56\",\"0.5\",\"\""
## [10450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"21\",\"7452\",\"4212\",\"4.99\",\"0.3\",\"\""
## [10451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"56\",\"17256\",\"4212\",\"13.3\",\"0.3\",\"\""
## [10452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"4,837\",\"923\",\"9.75\",\"0.2\",\"\""
## [10453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"5,554\",\"923\",\"10.83\",\"0.2\",\"\""
## [10454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"6,227\",\"923\",\"9.75\",\"0.1\",\"\""
## [10455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"5,464\",\"923\",\"10.83\",\"0.2\",\"\""
## [10456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"8\",\"4,447\",\"923\",\"8.67\",\"0.2\",\"\""
## [10457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"5,062\",\"923\",\"9.75\",\"0.2\",\"\""
## [10458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"4,701\",\"923\",\"9.75\",\"0.2\",\"\""
## [10459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"4,445\",\"923\",\"9.75\",\"0.2\",\"\""
## [10460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4\",\"2,667\",\"923\",\"4.33\",\"0.1\",\"\""
## [10461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4\",\"2,018\",\"923\",\"4.33\",\"0.2\",\"\""
## [10462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"0\",\"1,720\",\"923\",\"-\",\"0\",\"\""
## [10463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"8\",\"1,659\",\"923\",\"8.67\",\"0.5\",\"\""
## [10464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"1765\",\"923\",\"10.83\",\"0.6\",\"\""
## [10465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"2101\",\"923\",\"15.17\",\"0.7\",\"\""
## [10466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"250\",\"45,408\",\"9,997\",\"25.01\",\"0.6\",\"\""
## [10467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"222\",\"50,038\",\"9,997\",\"22.21\",\"0.4\",\"\""
## [10468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"269\",\"52,329\",\"9,997\",\"26.91\",\"0.5\",\"\""
## [10469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"245\",\"41,562\",\"9,997\",\"24.51\",\"0.6\",\"\""
## [10470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"199\",\"48,912\",\"9,997\",\"19.91\",\"0.4\",\"\""
## [10471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"177\",\"50,524\",\"9,997\",\"17.71\",\"0.4\",\"\""
## [10472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"125\",\"32,968\",\"9,997\",\"12.5\",\"0.4\",\"\""
## [10473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"96\",\"26,812\",\"9,997\",\"9.6\",\"0.4\",\"\""
## [10474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"59\",\"13,624\",\"9,997\",\"5.9\",\"0.4\",\"\""
## [10475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"15\",\"4,761\",\"9,997\",\"1.5\",\"0.3\",\"\""
## [10476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"16\",\"2,502\",\"9,997\",\"1.6\",\"0.6\",\"\""
## [10477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"15\",\"2,304\",\"9,997\",\"1.5\",\"0.7\",\"\""
## [10478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"21\",\"4214\",\"9997\",\"2.1\",\"0.5\",\"\""
## [10479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"17\",\"2369\",\"9997\",\"1.7\",\"0.7\",\"\""
## [10480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"5,627\",\"697\",\"14.35\",\"0.2\",\"\""
## [10481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"7,275\",\"697\",\"10.04\",\"0.1\",\"\""
## [10482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"6,859\",\"697\",\"11.48\",\"0.1\",\"\""
## [10483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"9,022\",\"697\",\"12.91\",\"0.1\",\"\""
## [10484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"8,018\",\"697\",\"12.91\",\"0.1\",\"\""
## [10485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"7,188\",\"697\",\"12.91\",\"0.1\",\"\""
## [10486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"8,875\",\"697\",\"11.48\",\"0.1\",\"\""
## [10487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"3,947\",\"697\",\"2.87\",\"0.1\",\"\""
## [10488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"2,086\",\"697\",\"4.3\",\"0.1\",\"\""
## [10489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"15\",\"1,092\",\"697\",\"21.52\",\"1.4\",\"\""
## [10490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1\",\"1,310\",\"697\",\"1.43\",\"0.1\",\"\""
## [10491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"697\",\"-\",\"0\",\"\""
## [10492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"1850\",\"697\",\"8.61\",\"0.3\",\"\""
## [10493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"9\",\"2592\",\"697\",\"12.91\",\"0.3\",\"\""
## [10494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"35\",\"23,137\",\"4,339\",\"8.07\",\"0.2\",\"\""
## [10495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"47\",\"24,400\",\"4,339\",\"10.83\",\"0.2\",\"\""
## [10496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"52\",\"25,589\",\"4,339\",\"11.98\",\"0.2\",\"\""
## [10497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"46\",\"21,096\",\"4,339\",\"10.6\",\"0.2\",\"\""
## [10498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"50\",\"26,013\",\"4,339\",\"11.52\",\"0.2\",\"\""
## [10499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"63\",\"31,212\",\"4,339\",\"14.52\",\"0.2\",\"\""
## [10500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"57\",\"30,422\",\"4,339\",\"13.14\",\"0.2\",\"\""
## [10501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"52\",\"27,917\",\"4,339\",\"11.98\",\"0.2\",\"\""
## [10502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"39\",\"17,375\",\"4,339\",\"8.99\",\"0.2\",\"\""
## [10503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"37\",\"10,238\",\"4,339\",\"8.53\",\"0.4\",\"\""
## [10504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"36\",\"7,762\",\"4,339\",\"8.3\",\"0.5\",\"\""
## [10505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"28\",\"7,207\",\"4,339\",\"6.45\",\"0.4\",\"\""
## [10506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"36\",\"7072\",\"4339\",\"8.3\",\"0.5\",\"\""
## [10507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"50\",\"7952\",\"4339\",\"11.52\",\"0.6\",\"\""
## [10508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"39\",\"10,276\",\"3,250\",\"12\",\"0.4\",\"\""
## [10509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"53\",\"11,788\",\"3,250\",\"16.31\",\"0.4\",\"\""
## [10510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"73\",\"18,796\",\"3,250\",\"22.46\",\"0.4\",\"\""
## [10511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"64\",\"12,847\",\"3,250\",\"19.69\",\"0.5\",\"\""
## [10512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"59\",\"10,450\",\"3,250\",\"18.15\",\"0.6\",\"\""
## [10513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"75\",\"9,329\",\"3,250\",\"23.08\",\"0.8\",\"\""
## [10514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"81\",\"14,876\",\"3,250\",\"24.92\",\"0.5\",\"\""
## [10515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"94\",\"22,302\",\"3,250\",\"28.92\",\"0.4\",\"\""
## [10516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"37\",\"10,429\",\"3,250\",\"11.38\",\"0.4\",\"\""
## [10517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"30\",\"7,162\",\"3,250\",\"9.23\",\"0.4\",\"\""
## [10518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"39\",\"6,420\",\"3,250\",\"12\",\"0.6\",\"\""
## [10519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"24\",\"5,755\",\"3,250\",\"7.38\",\"0.4\",\"\""
## [10520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"69\",\"5601\",\"3250\",\"21.23\",\"1.2\",\"\""
## [10521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"62\",\"6359\",\"3250\",\"19.08\",\"1\",\"\""
## [10522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"9,856\",\"1,515\",\"11.88\",\"0.2\",\"\""
## [10523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"11,689\",\"1,515\",\"11.88\",\"0.2\",\"\""
## [10524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"11,077\",\"1,515\",\"11.22\",\"0.2\",\"\""
## [10525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"15\",\"9,485\",\"1,515\",\"9.9\",\"0.2\",\"\""
## [10526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"8,907\",\"1,515\",\"6.6\",\"0.1\",\"\""
## [10527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"10,363\",\"1,515\",\"7.92\",\"0.1\",\"\""
## [10528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"10,317\",\"1,515\",\"12.54\",\"0.2\",\"\""
## [10529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"6,512\",\"1,515\",\"3.96\",\"0.1\",\"\""
## [10530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"3,154\",\"1,515\",\"11.22\",\"0.5\",\"\""
## [10531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"739\",\"1,515\",\"0.66\",\"0.1\",\"\""
## [10532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"716\",\"1,515\",\"1.32\",\"0.3\",\"\""
## [10533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"21\",\"1,011\",\"1,515\",\"13.86\",\"2.1\",\"\""
## [10534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"1278\",\"1515\",\"1.98\",\"0.2\",\"\""
## [10535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"2548\",\"1515\",\"0.66\",\"0\",\"\""
## [10536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"30\",\"13,888\",\"3,732\",\"8.04\",\"0.2\",\"\""
## [10537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"40\",\"15,487\",\"3,732\",\"10.72\",\"0.3\",\"\""
## [10538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"40\",\"17,225\",\"3,732\",\"10.72\",\"0.2\",\"\""
## [10539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"39\",\"14,764\",\"3,732\",\"10.45\",\"0.3\",\"\""
## [10540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"21\",\"11,595\",\"3,732\",\"5.63\",\"0.2\",\"\""
## [10541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"10\",\"8,144\",\"3,732\",\"2.68\",\"0.1\",\"\""
## [10542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"19\",\"7,996\",\"3,732\",\"5.09\",\"0.2\",\"\""
## [10543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"18\",\"8,969\",\"3,732\",\"4.82\",\"0.2\",\"\""
## [10544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"24\",\"8,989\",\"3,732\",\"6.43\",\"0.3\",\"\""
## [10545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"15\",\"6,845\",\"3,732\",\"4.02\",\"0.2\",\"\""
## [10546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"26\",\"6,328\",\"3,732\",\"6.97\",\"0.4\",\"\""
## [10547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"33\",\"5,830\",\"3,732\",\"8.84\",\"0.6\",\"\""
## [10548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"10\",\"5404\",\"3732\",\"2.68\",\"0.2\",\"\""
## [10549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"16\",\"8789\",\"3732\",\"4.29\",\"0.2\",\"\""
## [10550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"21\",\"17,874\",\"1,705\",\"12.32\",\"0.1\",\"\""
## [10551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"26\",\"22,878\",\"1,705\",\"15.25\",\"0.1\",\"\""
## [10552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14\",\"22,899\",\"1,705\",\"8.21\",\"0.1\",\"\""
## [10553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"29\",\"26,384\",\"1,705\",\"17.01\",\"0.1\",\"\""
## [10554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"28\",\"26,255\",\"1,705\",\"16.42\",\"0.1\",\"\""
## [10555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"16\",\"20,851\",\"1,705\",\"9.38\",\"0.1\",\"\""
## [10556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"5\",\"18,152\",\"1,705\",\"2.93\",\"0\",\"\""
## [10557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"7\",\"15,748\",\"1,705\",\"4.11\",\"0\",\"\""
## [10558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1\",\"7,723\",\"1,705\",\"0.59\",\"0\",\"\""
## [10559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1\",\"5,472\",\"1,705\",\"0.59\",\"0\",\"\""
## [10560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"3\",\"3,074\",\"1,705\",\"1.76\",\"0.1\",\"\""
## [10561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2\",\"2,807\",\"1,705\",\"1.17\",\"0.1\",\"\""
## [10562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2\",\"3825\",\"1705\",\"1.17\",\"0.1\",\"\""
## [10563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"10\",\"7163\",\"1705\",\"5.87\",\"0.1\",\"\""
## [10564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"38\",\"19,364\",\"1,898\",\"20.02\",\"0.2\",\"\""
## [10565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"33\",\"20,890\",\"1,898\",\"17.39\",\"0.2\",\"\""
## [10566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"36\",\"19,250\",\"1,898\",\"18.97\",\"0.2\",\"\""
## [10567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"35\",\"23,349\",\"1,898\",\"18.44\",\"0.1\",\"\""
## [10568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"48\",\"22,386\",\"1,898\",\"25.29\",\"0.2\",\"\""
## [10569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"26\",\"10,091\",\"1,898\",\"13.7\",\"0.3\",\"\""
## [10570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"5,831\",\"1,898\",\"5.27\",\"0.2\",\"\""
## [10571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13\",\"4,376\",\"1,898\",\"6.85\",\"0.3\",\"\""
## [10572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"8\",\"3,129\",\"1,898\",\"4.21\",\"0.3\",\"\""
## [10573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"7\",\"1,719\",\"1,898\",\"3.69\",\"0.4\",\"\""
## [10574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6\",\"1,342\",\"1,898\",\"3.16\",\"0.4\",\"\""
## [10575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1\",\"1,465\",\"1,898\",\"0.53\",\"0.1\",\"\""
## [10576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"9\",\"2685\",\"1898\",\"4.74\",\"0.3\",\"\""
## [10577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3\",\"3384\",\"1898\",\"1.58\",\"0.1\",\"\""
## [10578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"8,609\",\"815\",\"6.13\",\"0.1\",\"\""
## [10579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"11,818\",\"815\",\"7.36\",\"0.1\",\"\""
## [10580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"13,353\",\"815\",\"7.36\",\"0\",\"\""
## [10581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"10,521\",\"815\",\"12.27\",\"0.1\",\"\""
## [10582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"9,651\",\"815\",\"4.91\",\"0\",\"\""
## [10583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7\",\"6,343\",\"815\",\"8.59\",\"0.1\",\"\""
## [10584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"6,999\",\"815\",\"3.68\",\"0\",\"\""
## [10585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"8,942\",\"815\",\"19.63\",\"0.2\",\"\""
## [10586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"5,881\",\"815\",\"3.68\",\"0.1\",\"\""
## [10587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"3,812\",\"815\",\"3.68\",\"0.1\",\"\""
## [10588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"2,186\",\"815\",\"1.23\",\"0\",\"\""
## [10589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3\",\"2,048\",\"815\",\"3.68\",\"0.1\",\"\""
## [10590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"2546\",\"815\",\"2.45\",\"0.1\",\"\""
## [10591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"2692\",\"815\",\"4.91\",\"0.1\",\"\""
## [10592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"50\",\"6,912\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"61\",\"7,581\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [10594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"38\",\"7,300\",\"N/A\",\"N/A\",\"0.5\",\"\""
## [10595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"45\",\"5,420\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [10596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"28\",\"4,078\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"19\",\"3,251\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"17\",\"2,645\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"19\",\"2,231\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [10600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"10\",\"1,539\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"12\",\"1,322\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [10602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"8\",\"1,122\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [10603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"8\",\"1,004\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [10604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"11\",\"1111\",\"N/A\",\"N/A\",\"1\",\"\""
## [10605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"12\",\"1930\",\"N/A\",\"N/A\",\"0.6\",\"\""
## [10606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"104\",\"47,870\",\"4,894\",\"21.25\",\"0.2\",\"\""
## [10607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"88\",\"64,607\",\"4,894\",\"17.98\",\"0.1\",\"\""
## [10608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"148\",\"68,915\",\"4,894\",\"30.24\",\"0.2\",\"\""
## [10609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"167\",\"59,659\",\"4,894\",\"34.12\",\"0.3\",\"\""
## [10610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"116\",\"43,877\",\"4,894\",\"23.7\",\"0.3\",\"\""
## [10611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"47\",\"25,691\",\"4,894\",\"9.6\",\"0.2\",\"\""
## [10612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"57\",\"29,117\",\"4,894\",\"11.65\",\"0.2\",\"\""
## [10613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"68\",\"35,855\",\"4,894\",\"13.89\",\"0.2\",\"\""
## [10614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"49\",\"24,523\",\"4,894\",\"10.01\",\"0.2\",\"\""
## [10615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"7\",\"6,450\",\"4,894\",\"1.43\",\"0.1\",\"\""
## [10616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"14\",\"6,650\",\"4,894\",\"2.86\",\"0.2\",\"\""
## [10617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"18\",\"9,257\",\"4,894\",\"3.68\",\"0.2\",\"\""
## [10618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"24\",\"17576\",\"4894\",\"4.9\",\"0.1\",\"\""
## [10619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"40\",\"29408\",\"4894\",\"8.17\",\"0.1\",\"\""
## [10620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"882\",\"294,467\",\"65,442\",\"13.48\",\"0.3\",\"\""
## [10621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,412\",\"448,957\",\"65,442\",\"21.58\",\"0.3\",\"\""
## [10622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,652\",\"721,451\",\"65,442\",\"40.52\",\"0.4\",\"\""
## [10623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,755\",\"624,009\",\"65,442\",\"42.1\",\"0.4\",\"\""
## [10624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,366\",\"560,544\",\"65,442\",\"36.15\",\"0.4\",\"\""
## [10625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,178\",\"480,702\",\"65,442\",\"33.28\",\"0.5\",\"\""
## [10626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,477\",\"338,973\",\"65,442\",\"22.57\",\"0.4\",\"\""
## [10627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,119\",\"270,086\",\"65,442\",\"17.1\",\"0.4\",\"\""
## [10628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"752\",\"157,738\",\"65,442\",\"11.49\",\"0.5\",\"\""
## [10629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"747\",\"140,198\",\"65,442\",\"11.41\",\"0.5\",\"\""
## [10630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"640\",\"121,607\",\"65,442\",\"9.78\",\"0.5\",\"\""
## [10631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"653\",\"116,385\",\"65,442\",\"9.98\",\"0.6\",\"\""
## [10632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"740\",\"149592\",\"65442\",\"11.31\",\"0.5\",\"\""
## [10633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1013\",\"219569\",\"65442\",\"15.48\",\"0.5\",\"\""
## [10634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"8,298\",\"1,905\",\"8.92\",\"0.2\",\"\""
## [10635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"22\",\"8,541\",\"1,905\",\"11.55\",\"0.3\",\"\""
## [10636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"39\",\"11,467\",\"1,905\",\"20.47\",\"0.3\",\"\""
## [10637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"36\",\"13,075\",\"1,905\",\"18.9\",\"0.3\",\"\""
## [10638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"37\",\"15,350\",\"1,905\",\"19.42\",\"0.2\",\"\""
## [10639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"34\",\"16,047\",\"1,905\",\"17.85\",\"0.2\",\"\""
## [10640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"23\",\"14,297\",\"1,905\",\"12.07\",\"0.2\",\"\""
## [10641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"16\",\"13,070\",\"1,905\",\"8.4\",\"0.1\",\"\""
## [10642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"9,226\",\"1,905\",\"7.35\",\"0.2\",\"\""
## [10643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"20\",\"5,277\",\"1,905\",\"10.5\",\"0.4\",\"\""
## [10644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9\",\"3,682\",\"1,905\",\"4.72\",\"0.2\",\"\""
## [10645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7\",\"2,075\",\"1,905\",\"3.67\",\"0.3\",\"\""
## [10646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13\",\"2707\",\"1905\",\"6.82\",\"0.5\",\"\""
## [10647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"4229\",\"1905\",\"11.02\",\"0.5\",\"\""
## [10648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"14,537\",\"672\",\"2.98\",\"0\",\"\""
## [10649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"11,940\",\"672\",\"1.49\",\"0\",\"\""
## [10650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"8,229\",\"672\",\"1.49\",\"0\",\"\""
## [10651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"6,212\",\"672\",\"4.46\",\"0\",\"\""
## [10652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"6,169\",\"672\",\"10.42\",\"0.1\",\"\""
## [10653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"3,661\",\"672\",\"-\",\"0\",\"\""
## [10654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"4,750\",\"672\",\"1.49\",\"0\",\"\""
## [10655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"5,097\",\"672\",\"2.98\",\"0\",\"\""
## [10656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"2,419\",\"672\",\"1.49\",\"0\",\"\""
## [10657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,521\",\"672\",\"2.98\",\"0.1\",\"\""
## [10658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"1,622\",\"672\",\"-\",\"0\",\"\""
## [10659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"1,527\",\"672\",\"2.98\",\"0.1\",\"\""
## [10660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1734\",\"672\",\"5.95\",\"0.2\",\"\""
## [10661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"4684\",\"672\",\"5.95\",\"0.1\",\"\""
## [10662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"9,415\",\"967\",\"7.24\",\"0.1\",\"\""
## [10663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"9,429\",\"967\",\"8.27\",\"0.1\",\"\""
## [10664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"9,086\",\"967\",\"10.34\",\"0.1\",\"\""
## [10665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"12\",\"6,260\",\"967\",\"12.41\",\"0.2\",\"\""
## [10666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"5,649\",\"967\",\"5.17\",\"0.1\",\"\""
## [10667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6\",\"7,379\",\"967\",\"6.2\",\"0.1\",\"\""
## [10668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2\",\"7,032\",\"967\",\"2.07\",\"0\",\"\""
## [10669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"7,685\",\"967\",\"7.24\",\"0.1\",\"\""
## [10670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3\",\"6,310\",\"967\",\"3.1\",\"0\",\"\""
## [10671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"4,214\",\"967\",\"7.24\",\"0.2\",\"\""
## [10672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"2,465\",\"967\",\"8.27\",\"0.3\",\"\""
## [10673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2\",\"1,671\",\"967\",\"2.07\",\"0.1\",\"\""
## [10674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"1753\",\"967\",\"11.38\",\"0.6\",\"\""
## [10675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"2220\",\"967\",\"8.27\",\"0.4\",\"\""
## [10676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"33\",\"13,176\",\"1,925\",\"17.14\",\"0.3\",\"\""
## [10677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"43\",\"14,036\",\"1,925\",\"22.34\",\"0.3\",\"\""
## [10678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"27\",\"11,542\",\"1,925\",\"14.03\",\"0.2\",\"\""
## [10679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12\",\"11,737\",\"1,925\",\"6.23\",\"0.1\",\"\""
## [10680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"23\",\"12,681\",\"1,925\",\"11.95\",\"0.2\",\"\""
## [10681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"25\",\"8,453\",\"1,925\",\"12.99\",\"0.3\",\"\""
## [10682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"19\",\"9,030\",\"1,925\",\"9.87\",\"0.2\",\"\""
## [10683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"33\",\"8,427\",\"1,925\",\"17.14\",\"0.4\",\"\""
## [10684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"6\",\"4,404\",\"1,925\",\"3.12\",\"0.1\",\"\""
## [10685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"7\",\"1,752\",\"1,925\",\"3.64\",\"0.4\",\"\""
## [10686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"1,136\",\"1,925\",\"1.04\",\"0.2\",\"\""
## [10687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"1,090\",\"1,925\",\"4.16\",\"0.7\",\"\""
## [10688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"18\",\"1960\",\"1925\",\"9.35\",\"0.9\",\"\""
## [10689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9\",\"2121\",\"1925\",\"4.68\",\"0.4\",\"\""
## [10690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"33,759\",\"2,202\",\"2.27\",\"0\",\"\""
## [10691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"13\",\"28,937\",\"2,202\",\"5.9\",\"0\",\"\""
## [10692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"15\",\"32,281\",\"2,202\",\"6.81\",\"0\",\"\""
## [10693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"39,383\",\"2,202\",\"5\",\"0\",\"\""
## [10694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"15\",\"43,441\",\"2,202\",\"6.81\",\"0\",\"\""
## [10695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"9\",\"40,654\",\"2,202\",\"4.09\",\"0\",\"\""
## [10696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"31,759\",\"2,202\",\"3.18\",\"0\",\"\""
## [10697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"37,843\",\"2,202\",\"7.72\",\"0\",\"\""
## [10698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"9\",\"17,223\",\"2,202\",\"4.09\",\"0.1\",\"\""
## [10699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"7,055\",\"2,202\",\"3.18\",\"0.1\",\"\""
## [10700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"3,695\",\"2,202\",\"0.91\",\"0.1\",\"\""
## [10701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"5\",\"2,857\",\"2,202\",\"2.27\",\"0.2\",\"\""
## [10702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"2831\",\"2202\",\"0.91\",\"0.1\",\"\""
## [10703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"7\",\"5210\",\"2202\",\"3.18\",\"0.1\",\"\""
## [10704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"16\",\"8,640\",\"2,965\",\"5.4\",\"0.2\",\"\""
## [10705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"10\",\"5,848\",\"2,965\",\"3.37\",\"0.2\",\"\""
## [10706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"4,556\",\"2,965\",\"5.73\",\"0.4\",\"\""
## [10707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"37\",\"5,451\",\"2,965\",\"12.48\",\"0.7\",\"\""
## [10708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"4,528\",\"2,965\",\"3.71\",\"0.2\",\"\""
## [10709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5\",\"3,320\",\"2,965\",\"1.69\",\"0.2\",\"\""
## [10710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"13\",\"3,384\",\"2,965\",\"4.38\",\"0.4\",\"\""
## [10711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"34\",\"5,166\",\"2,965\",\"11.47\",\"0.7\",\"\""
## [10712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"16\",\"3,762\",\"2,965\",\"5.4\",\"0.4\",\"\""
## [10713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"2,417\",\"2,965\",\"5.73\",\"0.7\",\"\""
## [10714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"1,573\",\"2,965\",\"1.35\",\"0.3\",\"\""
## [10715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3\",\"1,449\",\"2,965\",\"1.01\",\"0.2\",\"\""
## [10716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"10\",\"2231\",\"2965\",\"3.37\",\"0.4\",\"\""
## [10717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"19\",\"3910\",\"2965\",\"6.41\",\"0.5\",\"\""
## [10718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"20\",\"18,023\",\"2,702\",\"7.4\",\"0.1\",\"\""
## [10719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"43\",\"18,952\",\"2,702\",\"15.91\",\"0.2\",\"\""
## [10720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"31\",\"18,463\",\"2,702\",\"11.47\",\"0.2\",\"\""
## [10721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"20\",\"15,846\",\"2,702\",\"7.4\",\"0.1\",\"\""
## [10722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"32\",\"13,847\",\"2,702\",\"11.84\",\"0.2\",\"\""
## [10723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12\",\"13,948\",\"2,702\",\"4.44\",\"0.1\",\"\""
## [10724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"18\",\"10,083\",\"2,702\",\"6.66\",\"0.2\",\"\""
## [10725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"24\",\"12,879\",\"2,702\",\"8.88\",\"0.2\",\"\""
## [10726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"9\",\"7,782\",\"2,702\",\"3.33\",\"0.1\",\"\""
## [10727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"7\",\"6,058\",\"2,702\",\"2.59\",\"0.1\",\"\""
## [10728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"6\",\"4,851\",\"2,702\",\"2.22\",\"0.1\",\"\""
## [10729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"13\",\"5,868\",\"2,702\",\"4.81\",\"0.2\",\"\""
## [10730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"33\",\"9436\",\"2702\",\"12.21\",\"0.3\",\"\""
## [10731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"37\",\"11295\",\"2702\",\"13.69\",\"0.3\",\"\""
## [10732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"32\",\"19,042\",\"2,215\",\"14.45\",\"0.2\",\"\""
## [10733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"53\",\"20,530\",\"2,215\",\"23.93\",\"0.3\",\"\""
## [10734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"68\",\"26,816\",\"2,215\",\"30.7\",\"0.3\",\"\""
## [10735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"27,555\",\"2,215\",\"28.44\",\"0.2\",\"\""
## [10736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"34\",\"23,106\",\"2,215\",\"15.35\",\"0.1\",\"\""
## [10737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21\",\"17,674\",\"2,215\",\"9.48\",\"0.1\",\"\""
## [10738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"49\",\"20,487\",\"2,215\",\"22.12\",\"0.2\",\"\""
## [10739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"55\",\"21,218\",\"2,215\",\"24.83\",\"0.3\",\"\""
## [10740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"44\",\"8,175\",\"2,215\",\"19.86\",\"0.5\",\"\""
## [10741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"12\",\"3,521\",\"2,215\",\"5.42\",\"0.3\",\"\""
## [10742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"7\",\"2,025\",\"2,215\",\"3.16\",\"0.3\",\"\""
## [10743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"4\",\"1,529\",\"2,215\",\"1.81\",\"0.3\",\"\""
## [10744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"8\",\"4681\",\"2215\",\"3.61\",\"0.2\",\"\""
## [10745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"20\",\"12403\",\"2215\",\"9.03\",\"0.2\",\"\""
## [10746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"26\",\"19,146\",\"1,234\",\"21.07\",\"0.1\",\"\""
## [10747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"25\",\"17,186\",\"1,234\",\"20.26\",\"0.1\",\"\""
## [10748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6\",\"10,309\",\"1,234\",\"4.86\",\"0.1\",\"\""
## [10749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"12\",\"7,655\",\"1,234\",\"9.72\",\"0.2\",\"\""
## [10750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"9\",\"11,170\",\"1,234\",\"7.29\",\"0.1\",\"\""
## [10751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"18,903\",\"1,234\",\"19.45\",\"0.1\",\"\""
## [10752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"25\",\"18,950\",\"1,234\",\"20.26\",\"0.1\",\"\""
## [10753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"29\",\"14,538\",\"1,234\",\"23.5\",\"0.2\",\"\""
## [10754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"6,012\",\"1,234\",\"11.35\",\"0.2\",\"\""
## [10755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4\",\"3,847\",\"1,234\",\"3.24\",\"0.1\",\"\""
## [10756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10\",\"3,563\",\"1,234\",\"8.1\",\"0.3\",\"\""
## [10757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"7\",\"2,601\",\"1,234\",\"5.67\",\"0.3\",\"\""
## [10758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"7\",\"3280\",\"1234\",\"5.67\",\"0.2\",\"\""
## [10759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"11\",\"5348\",\"1234\",\"8.91\",\"0.2\",\"\""
## [10760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"4,059\",\"1,785\",\"6.16\",\"0.3\",\"\""
## [10761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"29\",\"5,373\",\"1,785\",\"16.25\",\"0.5\",\"\""
## [10762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"39\",\"5,978\",\"1,785\",\"21.85\",\"0.7\",\"\""
## [10763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"36\",\"4,262\",\"1,785\",\"20.17\",\"0.8\",\"\""
## [10764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"22\",\"3,356\",\"1,785\",\"12.32\",\"0.7\",\"\""
## [10765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"13\",\"3,310\",\"1,785\",\"7.28\",\"0.4\",\"\""
## [10766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"15\",\"3,570\",\"1,785\",\"8.4\",\"0.4\",\"\""
## [10767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"107\",\"5,049\",\"1,785\",\"59.94\",\"2.1\",\"\""
## [10768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"33\",\"4,628\",\"1,785\",\"18.49\",\"0.7\",\"\""
## [10769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"12\",\"2,530\",\"1,785\",\"6.72\",\"0.5\",\"\""
## [10770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"12\",\"1,894\",\"1,785\",\"6.72\",\"0.6\",\"\""
## [10771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"1,175\",\"1,785\",\"3.92\",\"0.6\",\"\""
## [10772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"12\",\"1735\",\"1785\",\"6.72\",\"0.7\",\"\""
## [10773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"18\",\"2899\",\"1785\",\"10.08\",\"0.6\",\"\""
## [10774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"31\",\"13,970\",\"2,736\",\"11.33\",\"0.2\",\"\""
## [10775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"69\",\"18,016\",\"2,736\",\"25.22\",\"0.4\",\"\""
## [10776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"53\",\"17,079\",\"2,736\",\"19.37\",\"0.3\",\"\""
## [10777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"48\",\"13,672\",\"2,736\",\"17.54\",\"0.4\",\"\""
## [10778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"63\",\"13,478\",\"2,736\",\"23.03\",\"0.5\",\"\""
## [10779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"54\",\"15,863\",\"2,736\",\"19.74\",\"0.3\",\"\""
## [10780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"55\",\"18,140\",\"2,736\",\"20.1\",\"0.3\",\"\""
## [10781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"40\",\"14,399\",\"2,736\",\"14.62\",\"0.3\",\"\""
## [10782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"38\",\"10,029\",\"2,736\",\"13.89\",\"0.4\",\"\""
## [10783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"25\",\"5,738\",\"2,736\",\"9.14\",\"0.4\",\"\""
## [10784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"19\",\"3,980\",\"2,736\",\"6.94\",\"0.5\",\"\""
## [10785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"25\",\"4,561\",\"2,736\",\"9.14\",\"0.5\",\"\""
## [10786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"28\",\"5221\",\"2736\",\"10.23\",\"0.5\",\"\""
## [10787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"22\",\"5086\",\"2736\",\"8.04\",\"0.4\",\"\""
## [10788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"60\",\"14,988\",\"5,103\",\"11.76\",\"0.4\",\"\""
## [10789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"118\",\"25,703\",\"5,103\",\"23.12\",\"0.5\",\"\""
## [10790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"77\",\"18,311\",\"5,103\",\"15.09\",\"0.4\",\"\""
## [10791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"68\",\"18,289\",\"5,103\",\"13.33\",\"0.4\",\"\""
## [10792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"54\",\"20,745\",\"5,103\",\"10.58\",\"0.3\",\"\""
## [10793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"69\",\"26,625\",\"5,103\",\"13.52\",\"0.3\",\"\""
## [10794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"39\",\"23,451\",\"5,103\",\"7.64\",\"0.2\",\"\""
## [10795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"44\",\"16,444\",\"5,103\",\"8.62\",\"0.3\",\"\""
## [10796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"24\",\"11,396\",\"5,103\",\"4.7\",\"0.2\",\"\""
## [10797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"22\",\"7,660\",\"5,103\",\"4.31\",\"0.3\",\"\""
## [10798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"22\",\"6,059\",\"5,103\",\"4.31\",\"0.4\",\"\""
## [10799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"15\",\"4,856\",\"5,103\",\"2.94\",\"0.3\",\"\""
## [10800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"25\",\"5765\",\"5103\",\"4.9\",\"0.4\",\"\""
## [10801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"31\",\"7282\",\"5103\",\"6.07\",\"0.4\",\"\""
## [10802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"106\",\"25,880\",\"6,915\",\"15.33\",\"0.4\",\"\""
## [10803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"116\",\"25,330\",\"6,915\",\"16.78\",\"0.5\",\"\""
## [10804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"139\",\"27,330\",\"6,915\",\"20.1\",\"0.5\",\"\""
## [10805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"183\",\"39,733\",\"6,915\",\"26.46\",\"0.5\",\"\""
## [10806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"203\",\"40,215\",\"6,915\",\"29.36\",\"0.5\",\"\""
## [10807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"133\",\"23,604\",\"6,915\",\"19.23\",\"0.6\",\"\""
## [10808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"102\",\"21,472\",\"6,915\",\"14.75\",\"0.5\",\"\""
## [10809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"78\",\"20,760\",\"6,915\",\"11.28\",\"0.4\",\"\""
## [10810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"85\",\"16,476\",\"6,915\",\"12.29\",\"0.5\",\"\""
## [10811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"63\",\"10,464\",\"6,915\",\"9.11\",\"0.6\",\"\""
## [10812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"51\",\"8,208\",\"6,915\",\"7.38\",\"0.6\",\"\""
## [10813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"50\",\"5,466\",\"6,915\",\"7.23\",\"0.9\",\"\""
## [10814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"61\",\"6577\",\"6915\",\"8.82\",\"0.9\",\"\""
## [10815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"54\",\"10092\",\"6915\",\"7.81\",\"0.5\",\"\""
## [10816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"10\",\"5,020\",\"698\",\"14.33\",\"0.2\",\"\""
## [10817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"3,821\",\"698\",\"17.19\",\"0.3\",\"\""
## [10818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"16\",\"5,586\",\"698\",\"22.92\",\"0.3\",\"\""
## [10819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"23\",\"7,974\",\"698\",\"32.95\",\"0.3\",\"\""
## [10820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"13\",\"5,086\",\"698\",\"18.62\",\"0.3\",\"\""
## [10821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"10\",\"4,063\",\"698\",\"14.33\",\"0.2\",\"\""
## [10822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"14\",\"5,639\",\"698\",\"20.06\",\"0.2\",\"\""
## [10823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"4,783\",\"698\",\"17.19\",\"0.3\",\"\""
## [10824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"9\",\"3,054\",\"698\",\"12.89\",\"0.3\",\"\""
## [10825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"3,235\",\"698\",\"17.19\",\"0.4\",\"\""
## [10826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3\",\"1,908\",\"698\",\"4.3\",\"0.2\",\"\""
## [10827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1,725\",\"698\",\"8.6\",\"0.3\",\"\""
## [10828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"1685\",\"698\",\"7.16\",\"0.3\",\"\""
## [10829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1530\",\"698\",\"8.6\",\"0.4\",\"\""
## [10830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"18\",\"11,652\",\"1,247\",\"14.43\",\"0.2\",\"\""
## [10831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"13\",\"10,428\",\"1,247\",\"10.43\",\"0.1\",\"\""
## [10832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"12,043\",\"1,247\",\"16.04\",\"0.2\",\"\""
## [10833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"21\",\"11,775\",\"1,247\",\"16.84\",\"0.2\",\"\""
## [10834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"16\",\"10,609\",\"1,247\",\"12.83\",\"0.2\",\"\""
## [10835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"16\",\"10,340\",\"1,247\",\"12.83\",\"0.2\",\"\""
## [10836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11\",\"13,578\",\"1,247\",\"8.82\",\"0.1\",\"\""
## [10837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"33\",\"14,121\",\"1,247\",\"26.46\",\"0.2\",\"\""
## [10838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"20\",\"9,753\",\"1,247\",\"16.04\",\"0.2\",\"\""
## [10839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"8,357\",\"1,247\",\"11.23\",\"0.2\",\"\""
## [10840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"7\",\"4,829\",\"1,247\",\"5.61\",\"0.1\",\"\""
## [10841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"4,239\",\"1,247\",\"11.23\",\"0.3\",\"\""
## [10842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11\",\"3727\",\"1247\",\"8.82\",\"0.3\",\"\""
## [10843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10\",\"4245\",\"1247\",\"8.02\",\"0.2\",\"\""
## [10844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"80\",\"25,364\",\"6,053\",\"13.22\",\"0.3\",\"\""
## [10845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"94\",\"27,826\",\"6,053\",\"15.53\",\"0.3\",\"\""
## [10846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"77\",\"26,362\",\"6,053\",\"12.72\",\"0.3\",\"\""
## [10847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"80\",\"18,674\",\"6,053\",\"13.22\",\"0.4\",\"\""
## [10848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"52\",\"19,059\",\"6,053\",\"8.59\",\"0.3\",\"\""
## [10849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"110\",\"35,185\",\"6,053\",\"18.17\",\"0.3\",\"\""
## [10850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"103\",\"31,249\",\"6,053\",\"17.02\",\"0.3\",\"\""
## [10851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"84\",\"22,481\",\"6,053\",\"13.88\",\"0.4\",\"\""
## [10852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"49\",\"14,928\",\"6,053\",\"8.1\",\"0.3\",\"\""
## [10853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"62\",\"17,442\",\"6,053\",\"10.24\",\"0.4\",\"\""
## [10854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"54\",\"12,548\",\"6,053\",\"8.92\",\"0.4\",\"\""
## [10855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"107\",\"11,316\",\"6,053\",\"17.68\",\"0.9\",\"\""
## [10856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"178\",\"16576\",\"6053\",\"29.41\",\"1.1\",\"\""
## [10857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"252\",\"21918\",\"6053\",\"41.63\",\"1.1\",\"\""
## [10858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"117\",\"61,178\",\"4,624\",\"25.3\",\"0.2\",\"\""
## [10859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"105\",\"48,392\",\"4,624\",\"22.71\",\"0.2\",\"\""
## [10860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"111\",\"47,383\",\"4,624\",\"24.01\",\"0.2\",\"\""
## [10861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"74\",\"36,439\",\"4,624\",\"16\",\"0.2\",\"\""
## [10862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"76\",\"35,642\",\"4,624\",\"16.44\",\"0.2\",\"\""
## [10863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"63\",\"41,564\",\"4,624\",\"13.62\",\"0.2\",\"\""
## [10864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"66\",\"39,304\",\"4,624\",\"14.27\",\"0.2\",\"\""
## [10865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"56\",\"33,230\",\"4,624\",\"12.11\",\"0.2\",\"\""
## [10866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"28\",\"20,479\",\"4,624\",\"6.06\",\"0.1\",\"\""
## [10867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"22\",\"13,184\",\"4,624\",\"4.76\",\"0.2\",\"\""
## [10868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"43\",\"9,653\",\"4,624\",\"9.3\",\"0.4\",\"\""
## [10869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"10\",\"6,321\",\"4,624\",\"2.16\",\"0.2\",\"\""
## [10870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"16\",\"7353\",\"4624\",\"3.46\",\"0.2\",\"\""
## [10871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26\",\"11830\",\"4624\",\"5.62\",\"0.2\",\"\""
## [10872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"4,356\",\"1,224\",\"11.44\",\"0.3\",\"\""
## [10873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6\",\"4,178\",\"1,224\",\"4.9\",\"0.1\",\"\""
## [10874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"4,952\",\"1,224\",\"8.17\",\"0.2\",\"\""
## [10875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"11\",\"5,726\",\"1,224\",\"8.99\",\"0.2\",\"\""
## [10876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"5,465\",\"1,224\",\"7.35\",\"0.2\",\"\""
## [10877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"6\",\"4,653\",\"1,224\",\"4.9\",\"0.1\",\"\""
## [10878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"5,844\",\"1,224\",\"8.17\",\"0.2\",\"\""
## [10879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"6,322\",\"1,224\",\"10.62\",\"0.2\",\"\""
## [10880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"3,072\",\"1,224\",\"2.45\",\"0.1\",\"\""
## [10881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"12\",\"2,405\",\"1,224\",\"9.8\",\"0.5\",\"\""
## [10882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1,488\",\"1,224\",\"4.08\",\"0.3\",\"\""
## [10883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"940\",\"1,224\",\"2.45\",\"0.3\",\"\""
## [10884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1142\",\"1224\",\"4.08\",\"0.4\",\"\""
## [10885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black African\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1313\",\"1224\",\"4.08\",\"0.4\",\"\""
## [10886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,986\",\"932,065\",\"426,715\",\"30.43\",\"1.4\",\"\""
## [10887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"14,941\",\"1,125,647\",\"426,715\",\"35.01\",\"1.3\",\"\""
## [10888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"20,438\",\"1,409,802\",\"426,715\",\"47.9\",\"1.4\",\"\""
## [10889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"20,330\",\"1,284,197\",\"426,715\",\"47.64\",\"1.6\",\"\""
## [10890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,532\",\"1,220,198\",\"426,715\",\"43.43\",\"1.5\",\"\""
## [10891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"16,171\",\"1,121,123\",\"426,715\",\"37.9\",\"1.4\",\"\""
## [10892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"13,307\",\"954,314\",\"426,715\",\"31.18\",\"1.4\",\"\""
## [10893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,294\",\"841,399\",\"426,715\",\"26.47\",\"1.3\",\"\""
## [10894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6,993\",\"498,721\",\"426,715\",\"16.39\",\"1.4\",\"\""
## [10895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,460\",\"342,086\",\"426,715\",\"12.8\",\"1.6\",\"\""
## [10896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,476\",\"266,308\",\"426,715\",\"10.49\",\"1.7\",\"\""
## [10897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,278\",\"243,589\",\"426,715\",\"10.03\",\"1.8\",\"\""
## [10898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4841\",\"316353\",\"426715\",\"11.34\",\"1.5\",\"\""
## [10899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6385\",\"461837\",\"426715\",\"14.96\",\"1.4\",\"\""
## [10900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11776\",\"886657\",\"403,584\",\"29.18\",\"1.3\",\"\""
## [10901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13804\",\"1075609\",\"403,584\",\"34.2\",\"1.3\",\"\""
## [10902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"19146\",\"1357473\",\"403,584\",\"47.44\",\"1.4\",\"\""
## [10903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"19253\",\"1242635\",\"403,584\",\"47.71\",\"1.5\",\"\""
## [10904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17625\",\"1171286\",\"403,584\",\"43.67\",\"1.5\",\"\""
## [10905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"15353\",\"1070599\",\"403,584\",\"38.04\",\"1.4\",\"\""
## [10906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"12683\",\"921346\",\"403,584\",\"31.43\",\"1.4\",\"\""
## [10907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10633\",\"814587\",\"403,584\",\"26.35\",\"1.3\",\"\""
## [10908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6646\",\"485097\",\"403,584\",\"16.47\",\"1.4\",\"\""
## [10909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5342\",\"337325\",\"403,584\",\"13.24\",\"1.6\",\"\""
## [10910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4400\",\"263806\",\"403,584\",\"10.9\",\"1.7\",\"\""
## [10911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4220\",\"241285\",\"403,584\",\"10.46\",\"1.7\",\"\""
## [10912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4763\",\"312139\",\"403,584\",\"11.8\",\"1.5\",\"\""
## [10913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6348\",\"459468\",\"403584\",\"15.73\",\"1.4\",\"\""
## [10914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"20,996\",\"1,323,681\",\"426,715\",\"49.2\",\"1.6\",\"\""
## [10915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18,924\",\"1,237,719\",\"426,715\",\"44.35\",\"1.5\",\"\""
## [10916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"16,401\",\"1,131,675\",\"426,715\",\"38.44\",\"1.4\",\"\""
## [10917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"13,460\",\"963,449\",\"426,715\",\"31.54\",\"1.4\",\"\""
## [10918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,505\",\"852,465\",\"426,715\",\"26.96\",\"1.3\",\"\""
## [10919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,142\",\"504,446\",\"426,715\",\"16.74\",\"1.4\",\"\""
## [10920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,520\",\"345,087\",\"426,715\",\"12.94\",\"1.6\",\"\""
## [10921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,525\",\"268,447\",\"426,715\",\"10.6\",\"1.7\",\"\""
## [10922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,325\",\"245,749\",\"426,715\",\"10.14\",\"1.8\",\"\""
## [10923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4969\",\"320808\",\"426715\",\"11.64\",\"1.5\",\"\""
## [10924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"6512\",\"468431\",\"426715\",\"15.26\",\"1.4\",\"\""
## [10925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [10928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"19,919\",\"1282119\",\"403584\",\"49.36\",\"1.6\",\"\""
## [10929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"18,017\",\"1188807\",\"403584\",\"44.64\",\"1.5\",\"\""
## [10930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"15,583\",\"1081151\",\"403584\",\"38.61\",\"1.4\",\"\""
## [10931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"12,836\",\"930481\",\"403584\",\"31.81\",\"1.4\",\"\""
## [10932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,844\",\"825653\",\"403584\",\"26.87\",\"1.3\",\"\""
## [10933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"6,795\",\"490822\",\"403584\",\"16.84\",\"1.4\",\"\""
## [10934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,402\",\"340326\",\"403584\",\"13.39\",\"1.6\",\"\""
## [10935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,449\",\"265945\",\"403584\",\"11.02\",\"1.7\",\"\""
## [10936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,267\",\"243445\",\"403584\",\"10.57\",\"1.8\",\"\""
## [10937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,891\",\"316594\",\"403584\",\"12.12\",\"1.5\",\"\""
## [10938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"6475\",\"466062\",\"403584\",\"16.04\",\"1.4\",\"\""
## [10939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"166\",\"9,050\",\"11,737\",\"14.14\",\"1.8\",\"\""
## [10940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"145\",\"8,722\",\"11,737\",\"12.35\",\"1.7\",\"\""
## [10941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"241\",\"12,772\",\"11,737\",\"20.53\",\"1.9\",\"\""
## [10942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"201\",\"12,983\",\"11,737\",\"17.13\",\"1.5\",\"\""
## [10943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"246\",\"14,940\",\"11,737\",\"20.96\",\"1.6\",\"\""
## [10944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"198\",\"20,911\",\"11,737\",\"16.87\",\"0.9\",\"\""
## [10945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"363\",\"29,588\",\"11,737\",\"30.93\",\"1.2\",\"\""
## [10946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"334\",\"23,728\",\"11,737\",\"28.46\",\"1.4\",\"\""
## [10947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"112\",\"9,973\",\"11,737\",\"9.54\",\"1.1\",\"\""
## [10948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"65\",\"4,929\",\"11,737\",\"5.54\",\"1.3\",\"\""
## [10949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"81\",\"4,723\",\"11,737\",\"6.9\",\"1.7\",\"\""
## [10950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"126\",\"4,734\",\"11,737\",\"10.74\",\"2.7\",\"\""
## [10951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"80\",\"4589\",\"11737\",\"6.82\",\"1.7\",\"\""
## [10952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"98\",\"6013\",\"11737\",\"8.35\",\"1.6\",\"\""
## [10953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"233\",\"4,279\",\"8,014\",\"29.07\",\"5.4\",\"\""
## [10954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"199\",\"4,614\",\"8,014\",\"24.83\",\"4.3\",\"\""
## [10955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"301\",\"8,076\",\"8,014\",\"37.56\",\"3.7\",\"\""
## [10956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"251\",\"6,908\",\"8,014\",\"31.32\",\"3.6\",\"\""
## [10957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"273\",\"8,856\",\"8,014\",\"34.07\",\"3.1\",\"\""
## [10958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"175\",\"6,886\",\"8,014\",\"21.84\",\"2.5\",\"\""
## [10959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"200\",\"7,365\",\"8,014\",\"24.96\",\"2.7\",\"\""
## [10960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"137\",\"5,515\",\"8,014\",\"17.1\",\"2.5\",\"\""
## [10961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"84\",\"2,476\",\"8,014\",\"10.48\",\"3.4\",\"\""
## [10962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"57\",\"1,891\",\"8,014\",\"7.11\",\"3\",\"\""
## [10963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"31\",\"1,373\",\"8,014\",\"3.87\",\"2.3\",\"\""
## [10964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"42\",\"1,244\",\"8,014\",\"5.24\",\"3.4\",\"\""
## [10965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"53\",\"1631\",\"8014\",\"6.61\",\"3.2\",\"\""
## [10966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"68\",\"2564\",\"8014\",\"8.49\",\"2.7\",\"\""
## [10967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"666\",\"39,484\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [10968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"392\",\"17,521\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [10969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"230\",\"10,552\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [10970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"153\",\"9,135\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [10971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"211\",\"11,066\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [10972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"149\",\"5,725\",\"N/A\",\"N/A\",\"2.6\",\"\""
## [10973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"60\",\"3,001\",\"N/A\",\"N/A\",\"2\",\"\""
## [10974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"49\",\"2,139\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [10975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"47\",\"2,160\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [10976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"128\",\"4455\",\"N/A\",\"N/A\",\"2.9\",\"\""
## [10977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"127\",\"6594\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [10978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"71\",\"8,582\",\"4,052\",\"17.52\",\"0.8\",\"\""
## [10979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"101\",\"9,811\",\"4,052\",\"24.93\",\"1\",\"\""
## [10980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"42\",\"5,286\",\"4,052\",\"10.37\",\"0.8\",\"\""
## [10981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"52\",\"6,070\",\"4,052\",\"12.83\",\"0.9\",\"\""
## [10982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"109\",\"13,145\",\"4,052\",\"26.9\",\"0.8\",\"\""
## [10983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"130\",\"16,900\",\"4,052\",\"32.08\",\"0.8\",\"\""
## [10984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"121\",\"16,169\",\"4,052\",\"29.86\",\"0.7\",\"\""
## [10985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"119\",\"12,292\",\"4,052\",\"29.37\",\"1\",\"\""
## [10986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"51\",\"5,715\",\"4,052\",\"12.59\",\"0.9\",\"\""
## [10987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"29\",\"2,836\",\"4,052\",\"7.16\",\"1\",\"\""
## [10988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11\",\"1,084\",\"4,052\",\"2.71\",\"1\",\"\""
## [10989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"6\",\"775\",\"4,052\",\"1.48\",\"0.8\",\"\""
## [10990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"12\",\"1363\",\"4052\",\"2.96\",\"0.9\",\"\""
## [10991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"20\",\"2018\",\"4052\",\"4.94\",\"1\",\"\""
## [10992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"6,390\",\"3,349\",\"6.87\",\"0.4\",\"\""
## [10993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"5,547\",\"3,349\",\"4.78\",\"0.3\",\"\""
## [10994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"4,976\",\"3,349\",\"6.87\",\"0.5\",\"\""
## [10995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"5,193\",\"3,349\",\"6.27\",\"0.4\",\"\""
## [10996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"18\",\"6,002\",\"3,349\",\"5.37\",\"0.3\",\"\""
## [10997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"7,787\",\"3,349\",\"4.18\",\"0.2\",\"\""
## [10998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"4,934\",\"3,349\",\"6.27\",\"0.4\",\"\""
## [10999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"29\",\"6,541\",\"3,349\",\"8.66\",\"0.4\",\"\""
## [11000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"55\",\"9,203\",\"3,349\",\"16.42\",\"0.6\",\"\""
## [11001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"3,839\",\"3,349\",\"5.97\",\"0.5\",\"\""
## [11002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"2,004\",\"3,349\",\"2.99\",\"0.5\",\"\""
## [11003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8\",\"1,889\",\"3,349\",\"2.39\",\"0.4\",\"\""
## [11004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"14\",\"2104\",\"3349\",\"4.18\",\"0.7\",\"\""
## [11005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"18\",\"3352\",\"3349\",\"5.37\",\"0.5\",\"\""
## [11006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"24\",\"11,453\",\"1,438\",\"16.69\",\"0.2\",\"\""
## [11007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"34\",\"15,573\",\"1,438\",\"23.64\",\"0.2\",\"\""
## [11008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"42\",\"17,357\",\"1,438\",\"29.21\",\"0.2\",\"\""
## [11009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"38\",\"24,197\",\"1,438\",\"26.43\",\"0.2\",\"\""
## [11010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"51\",\"29,911\",\"1,438\",\"35.47\",\"0.2\",\"\""
## [11011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"48\",\"30,424\",\"1,438\",\"33.38\",\"0.2\",\"\""
## [11012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"49\",\"31,104\",\"1,438\",\"34.08\",\"0.2\",\"\""
## [11013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"30\",\"24,616\",\"1,438\",\"20.86\",\"0.1\",\"\""
## [11014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16\",\"9,281\",\"1,438\",\"11.13\",\"0.2\",\"\""
## [11015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"2,717\",\"1,438\",\"0.7\",\"0\",\"\""
## [11016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"943\",\"1,438\",\"-\",\"0\",\"\""
## [11017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1\",\"804\",\"1,438\",\"0.7\",\"0.1\",\"\""
## [11018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"1438\",\"0\",\"0\",\"\""
## [11019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"5\",\"1729\",\"1438\",\"3.48\",\"0.3\",\"\""
## [11020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"8,071\",\"751\",\"2.66\",\"0\",\"\""
## [11021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"8,849\",\"751\",\"2.66\",\"0\",\"\""
## [11022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"8,588\",\"751\",\"-\",\"0\",\"\""
## [11023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"10,365\",\"751\",\"3.99\",\"0\",\"\""
## [11024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"10,183\",\"751\",\"14.65\",\"0.1\",\"\""
## [11025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"13,685\",\"751\",\"14.65\",\"0.1\",\"\""
## [11026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11\",\"12,251\",\"751\",\"14.65\",\"0.1\",\"\""
## [11027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"18\",\"9,616\",\"751\",\"23.97\",\"0.2\",\"\""
## [11028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"5,622\",\"751\",\"19.97\",\"0.3\",\"\""
## [11029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8\",\"3,490\",\"751\",\"10.65\",\"0.2\",\"\""
## [11030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1,755\",\"751\",\"2.66\",\"0.1\",\"\""
## [11031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"1,366\",\"751\",\"3.99\",\"0.2\",\"\""
## [11032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"2\",\"1558\",\"751\",\"2.66\",\"0.1\",\"\""
## [11033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"1867\",\"751\",\"3.99\",\"0.2\",\"\""
## [11034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"136\",\"8,368\",\"7,089\",\"19.18\",\"1.6\",\"\""
## [11035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"116\",\"7,999\",\"7,089\",\"16.36\",\"1.5\",\"\""
## [11036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"122\",\"7,695\",\"7,089\",\"17.21\",\"1.6\",\"\""
## [11037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"134\",\"8,411\",\"7,089\",\"18.9\",\"1.6\",\"\""
## [11038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"169\",\"11,336\",\"7,089\",\"23.84\",\"1.5\",\"\""
## [11039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"267\",\"14,875\",\"7,089\",\"37.66\",\"1.8\",\"\""
## [11040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"202\",\"12,377\",\"7,089\",\"28.49\",\"1.6\",\"\""
## [11041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"101\",\"6,211\",\"7,089\",\"14.25\",\"1.6\",\"\""
## [11042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"75\",\"5,291\",\"7,089\",\"10.58\",\"1.4\",\"\""
## [11043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"51\",\"3,534\",\"7,089\",\"7.19\",\"1.4\",\"\""
## [11044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"41\",\"1,724\",\"7,089\",\"5.78\",\"2.4\",\"\""
## [11045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"1,084\",\"7,089\",\"2.26\",\"1.5\",\"\""
## [11046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"30\",\"1431\",\"7089\",\"4.23\",\"2.1\",\"\""
## [11047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"33\",\"1517\",\"7089\",\"4.66\",\"2.2\",\"\""
## [11048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"67\",\"24,411\",\"4,345\",\"15.42\",\"0.3\",\"\""
## [11049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"69\",\"20,731\",\"4,345\",\"15.88\",\"0.3\",\"\""
## [11050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"104\",\"21,875\",\"4,345\",\"23.94\",\"0.5\",\"\""
## [11051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"93\",\"22,967\",\"4,345\",\"21.4\",\"0.4\",\"\""
## [11052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"75\",\"19,460\",\"4,345\",\"17.26\",\"0.4\",\"\""
## [11053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"64\",\"16,876\",\"4,345\",\"14.73\",\"0.4\",\"\""
## [11054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"53\",\"13,107\",\"4,345\",\"12.2\",\"0.4\",\"\""
## [11055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"56\",\"13,125\",\"4,345\",\"12.89\",\"0.4\",\"\""
## [11056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"29\",\"8,010\",\"4,345\",\"6.67\",\"0.4\",\"\""
## [11057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"5,802\",\"4,345\",\"4.37\",\"0.3\",\"\""
## [11058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12\",\"4,744\",\"4,345\",\"2.76\",\"0.3\",\"\""
## [11059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21\",\"4,445\",\"4,345\",\"4.83\",\"0.5\",\"\""
## [11060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"4088\",\"4345\",\"2.07\",\"0.2\",\"\""
## [11061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"4396\",\"4345\",\"4.14\",\"0.4\",\"\""
## [11062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"43\",\"6,543\",\"2,486\",\"17.3\",\"0.7\",\"\""
## [11063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"63\",\"7,786\",\"2,486\",\"25.34\",\"0.8\",\"\""
## [11064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"54\",\"6,426\",\"2,486\",\"21.72\",\"0.8\",\"\""
## [11065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"42\",\"6,561\",\"2,486\",\"16.89\",\"0.6\",\"\""
## [11066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"36\",\"6,728\",\"2,486\",\"14.48\",\"0.5\",\"\""
## [11067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"56\",\"6,924\",\"2,486\",\"22.53\",\"0.8\",\"\""
## [11068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"74\",\"7,549\",\"2,486\",\"29.77\",\"1\",\"\""
## [11069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"87\",\"8,329\",\"2,486\",\"35\",\"1\",\"\""
## [11070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"64\",\"6,985\",\"2,486\",\"25.74\",\"0.9\",\"\""
## [11071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"60\",\"4,278\",\"2,486\",\"24.14\",\"1.4\",\"\""
## [11072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"48\",\"2,895\",\"2,486\",\"19.31\",\"1.7\",\"\""
## [11073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"2,117\",\"2,486\",\"6.03\",\"0.7\",\"\""
## [11074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"2071\",\"2486\",\"4.02\",\"0.5\",\"\""
## [11075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"19\",\"1770\",\"2486\",\"7.64\",\"1.1\",\"\""
## [11076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"8,302\",\"1,432\",\"4.89\",\"0.1\",\"\""
## [11077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"7,950\",\"1,432\",\"1.4\",\"0\",\"\""
## [11078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,249\",\"1,432\",\"2.79\",\"0.1\",\"\""
## [11079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"2\",\"5,835\",\"1,432\",\"1.4\",\"0\",\"\""
## [11080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"4,902\",\"1,432\",\"5.59\",\"0.2\",\"\""
## [11081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,272\",\"1,432\",\"2.79\",\"0.1\",\"\""
## [11082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"8,528\",\"1,432\",\"0.7\",\"0\",\"\""
## [11083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"12,058\",\"1,432\",\"5.59\",\"0.1\",\"\""
## [11084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"8,189\",\"1,432\",\"3.49\",\"0.1\",\"\""
## [11085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"4,433\",\"1,432\",\"-\",\"0\",\"\""
## [11086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"10\",\"1,705\",\"1,432\",\"6.98\",\"0.6\",\"\""
## [11087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,455\",\"1,432\",\"0.7\",\"0.1\",\"\""
## [11088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1711\",\"1432\",\"0.7\",\"0.1\",\"\""
## [11089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"1955\",\"1432\",\"2.79\",\"0.2\",\"\""
## [11090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"8,384\",\"966\",\"9.32\",\"0.1\",\"\""
## [11091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"7,049\",\"966\",\"10.35\",\"0.1\",\"\""
## [11092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"17\",\"10,141\",\"966\",\"17.6\",\"0.2\",\"\""
## [11093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"12,048\",\"966\",\"7.25\",\"0.1\",\"\""
## [11094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"14,203\",\"966\",\"14.49\",\"0.1\",\"\""
## [11095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12\",\"12,957\",\"966\",\"12.42\",\"0.1\",\"\""
## [11096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"13,125\",\"966\",\"22.77\",\"0.2\",\"\""
## [11097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"49\",\"8,988\",\"966\",\"50.72\",\"0.5\",\"\""
## [11098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"30\",\"5,156\",\"966\",\"31.06\",\"0.6\",\"\""
## [11099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"3,632\",\"966\",\"10.35\",\"0.3\",\"\""
## [11100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"2,292\",\"966\",\"8.28\",\"0.3\",\"\""
## [11101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"2,007\",\"966\",\"4.14\",\"0.2\",\"\""
## [11102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"2648\",\"966\",\"11.39\",\"0.4\",\"\""
## [11103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"2929\",\"966\",\"9.32\",\"0.3\",\"\""
## [11104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"122\",\"9,604\",\"9,031\",\"13.51\",\"1.3\",\"\""
## [11105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"177\",\"13,588\",\"9,031\",\"19.6\",\"1.3\",\"\""
## [11106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"148\",\"12,318\",\"9,031\",\"16.39\",\"1.2\",\"\""
## [11107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"163\",\"9,359\",\"9,031\",\"18.05\",\"1.7\",\"\""
## [11108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"74\",\"5,803\",\"9,031\",\"8.19\",\"1.3\",\"\""
## [11109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"65\",\"3,629\",\"9,031\",\"7.2\",\"1.8\",\"\""
## [11110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"83\",\"4,326\",\"9,031\",\"9.19\",\"1.9\",\"\""
## [11111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"185\",\"8,726\",\"9,031\",\"20.48\",\"2.1\",\"\""
## [11112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"53\",\"4,835\",\"9,031\",\"5.87\",\"1.1\",\"\""
## [11113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"31\",\"2,200\",\"9,031\",\"3.43\",\"1.4\",\"\""
## [11114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"30\",\"3,148\",\"9,031\",\"3.32\",\"1\",\"\""
## [11115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"45\",\"3,004\",\"9,031\",\"4.98\",\"1.5\",\"\""
## [11116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"73\",\"7452\",\"9031\",\"8.08\",\"1\",\"\""
## [11117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"131\",\"17256\",\"9031\",\"14.51\",\"0.8\",\"\""
## [11118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"82\",\"4,837\",\"3,627\",\"22.61\",\"1.7\",\"\""
## [11119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"75\",\"5,554\",\"3,627\",\"20.68\",\"1.4\",\"\""
## [11120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"96\",\"6,227\",\"3,627\",\"26.47\",\"1.5\",\"\""
## [11121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"118\",\"5,464\",\"3,627\",\"32.53\",\"2.2\",\"\""
## [11122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"107\",\"4,447\",\"3,627\",\"29.5\",\"2.4\",\"\""
## [11123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"105\",\"5,062\",\"3,627\",\"28.95\",\"2.1\",\"\""
## [11124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"89\",\"4,701\",\"3,627\",\"24.54\",\"1.9\",\"\""
## [11125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"67\",\"4,445\",\"3,627\",\"18.47\",\"1.5\",\"\""
## [11126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"43\",\"2,667\",\"3,627\",\"11.86\",\"1.6\",\"\""
## [11127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"44\",\"2,018\",\"3,627\",\"12.13\",\"2.2\",\"\""
## [11128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"42\",\"1,720\",\"3,627\",\"11.58\",\"2.4\",\"\""
## [11129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"1,659\",\"3,627\",\"11.03\",\"2.4\",\"\""
## [11130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"1765\",\"3627\",\"13.79\",\"2.8\",\"\""
## [11131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"55\",\"2101\",\"3627\",\"15.16\",\"2.6\",\"\""
## [11132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,210\",\"45,408\",\"23,131\",\"52.31\",\"2.7\",\"\""
## [11133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,137\",\"50,038\",\"23,131\",\"49.15\",\"2.3\",\"\""
## [11134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,292\",\"52,329\",\"23,131\",\"55.86\",\"2.5\",\"\""
## [11135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,077\",\"41,562\",\"23,131\",\"46.56\",\"2.6\",\"\""
## [11136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"907\",\"48,912\",\"23,131\",\"39.21\",\"1.9\",\"\""
## [11137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"818\",\"50,524\",\"23,131\",\"35.36\",\"1.6\",\"\""
## [11138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"624\",\"32,968\",\"23,131\",\"26.98\",\"1.9\",\"\""
## [11139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"661\",\"26,812\",\"23,131\",\"28.58\",\"2.5\",\"\""
## [11140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"347\",\"13,624\",\"23,131\",\"15\",\"2.5\",\"\""
## [11141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"118\",\"4,761\",\"23,131\",\"5.1\",\"2.5\",\"\""
## [11142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"76\",\"2,502\",\"23,131\",\"3.29\",\"3\",\"\""
## [11143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"58\",\"2,304\",\"23,131\",\"2.51\",\"2.5\",\"\""
## [11144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"78\",\"4214\",\"23131\",\"3.37\",\"1.9\",\"\""
## [11145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"37\",\"2369\",\"23131\",\"1.6\",\"1.6\",\"\""
## [11146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"57\",\"5,627\",\"2,346\",\"24.3\",\"1\",\"\""
## [11147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"55\",\"7,275\",\"2,346\",\"23.44\",\"0.8\",\"\""
## [11148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"54\",\"6,859\",\"2,346\",\"23.02\",\"0.8\",\"\""
## [11149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"87\",\"9,022\",\"2,346\",\"37.08\",\"1\",\"\""
## [11150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"56\",\"8,018\",\"2,346\",\"23.87\",\"0.7\",\"\""
## [11151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"36\",\"7,188\",\"2,346\",\"15.35\",\"0.5\",\"\""
## [11152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"8,875\",\"2,346\",\"12.36\",\"0.3\",\"\""
## [11153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"3,947\",\"2,346\",\"4.26\",\"0.3\",\"\""
## [11154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"17\",\"2,086\",\"2,346\",\"7.25\",\"0.8\",\"\""
## [11155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"1,092\",\"2,346\",\"2.56\",\"0.5\",\"\""
## [11156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"1,310\",\"2,346\",\"2.56\",\"0.5\",\"\""
## [11157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"0\",\"667\",\"2,346\",\"-\",\"0\",\"\""
## [11158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"20\",\"1850\",\"2346\",\"8.53\",\"1.1\",\"\""
## [11159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"26\",\"2592\",\"2346\",\"11.08\",\"1\",\"\""
## [11160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"219\",\"23,137\",\"8,088\",\"27.08\",\"0.9\",\"\""
## [11161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"349\",\"24,400\",\"8,088\",\"43.15\",\"1.4\",\"\""
## [11162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"338\",\"25,589\",\"8,088\",\"41.79\",\"1.3\",\"\""
## [11163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"279\",\"21,096\",\"8,088\",\"34.5\",\"1.3\",\"\""
## [11164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"289\",\"26,013\",\"8,088\",\"35.73\",\"1.1\",\"\""
## [11165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"263\",\"31,212\",\"8,088\",\"32.52\",\"0.8\",\"\""
## [11166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"239\",\"30,422\",\"8,088\",\"29.55\",\"0.8\",\"\""
## [11167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"238\",\"27,917\",\"8,088\",\"29.43\",\"0.9\",\"\""
## [11168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"163\",\"17,375\",\"8,088\",\"20.15\",\"0.9\",\"\""
## [11169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"102\",\"10,238\",\"8,088\",\"12.61\",\"1\",\"\""
## [11170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"86\",\"7,762\",\"8,088\",\"10.63\",\"1.1\",\"\""
## [11171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"97\",\"7,207\",\"8,088\",\"11.99\",\"1.3\",\"\""
## [11172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"83\",\"7072\",\"8088\",\"10.26\",\"1.2\",\"\""
## [11173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"106\",\"7952\",\"8088\",\"13.11\",\"1.3\",\"\""
## [11174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"196\",\"10,276\",\"8,899\",\"22.02\",\"1.9\",\"\""
## [11175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"308\",\"11,788\",\"8,899\",\"34.61\",\"2.6\",\"\""
## [11176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"411\",\"18,796\",\"8,899\",\"46.18\",\"2.2\",\"\""
## [11177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"293\",\"12,847\",\"8,899\",\"32.93\",\"2.3\",\"\""
## [11178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"221\",\"10,450\",\"8,899\",\"24.83\",\"2.1\",\"\""
## [11179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"249\",\"9,329\",\"8,899\",\"27.98\",\"2.7\",\"\""
## [11180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"292\",\"14,876\",\"8,899\",\"32.81\",\"2\",\"\""
## [11181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"384\",\"22,302\",\"8,899\",\"43.15\",\"1.7\",\"\""
## [11182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"231\",\"10,429\",\"8,899\",\"25.96\",\"2.2\",\"\""
## [11183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"137\",\"7,162\",\"8,899\",\"15.39\",\"1.9\",\"\""
## [11184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"104\",\"6,420\",\"8,899\",\"11.69\",\"1.6\",\"\""
## [11185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"98\",\"5,755\",\"8,899\",\"11.01\",\"1.7\",\"\""
## [11186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"126\",\"5601\",\"8899\",\"14.16\",\"2.2\",\"\""
## [11187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"162\",\"6359\",\"8899\",\"18.2\",\"2.5\",\"\""
## [11188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"9,856\",\"2,276\",\"7.47\",\"0.2\",\"\""
## [11189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"28\",\"11,689\",\"2,276\",\"12.3\",\"0.2\",\"\""
## [11190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"36\",\"11,077\",\"2,276\",\"15.82\",\"0.3\",\"\""
## [11191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"28\",\"9,485\",\"2,276\",\"12.3\",\"0.3\",\"\""
## [11192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"8,907\",\"2,276\",\"11.86\",\"0.3\",\"\""
## [11193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"10,363\",\"2,276\",\"11.86\",\"0.3\",\"\""
## [11194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"10,317\",\"2,276\",\"7.91\",\"0.2\",\"\""
## [11195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"20\",\"6,512\",\"2,276\",\"8.79\",\"0.3\",\"\""
## [11196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"3,154\",\"2,276\",\"1.76\",\"0.1\",\"\""
## [11197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"739\",\"2,276\",\"-\",\"0\",\"\""
## [11198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"716\",\"2,276\",\"0.44\",\"0.1\",\"\""
## [11199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"1,011\",\"2,276\",\"2.64\",\"0.6\",\"\""
## [11200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"1278\",\"2276\",\"2.64\",\"0.5\",\"\""
## [11201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"2548\",\"2276\",\"2.2\",\"0.2\",\"\""
## [11202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"137\",\"13,888\",\"7,996\",\"17.13\",\"1\",\"\""
## [11203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"135\",\"15,487\",\"7,996\",\"16.88\",\"0.9\",\"\""
## [11204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"138\",\"17,225\",\"7,996\",\"17.26\",\"0.8\",\"\""
## [11205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"129\",\"14,764\",\"7,996\",\"16.13\",\"0.9\",\"\""
## [11206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"78\",\"11,595\",\"7,996\",\"9.75\",\"0.7\",\"\""
## [11207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"64\",\"8,144\",\"7,996\",\"8\",\"0.8\",\"\""
## [11208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"50\",\"7,996\",\"7,996\",\"6.25\",\"0.6\",\"\""
## [11209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"56\",\"8,969\",\"7,996\",\"7\",\"0.6\",\"\""
## [11210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"96\",\"8,989\",\"7,996\",\"12.01\",\"1.1\",\"\""
## [11211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"56\",\"6,845\",\"7,996\",\"7\",\"0.8\",\"\""
## [11212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"64\",\"6,328\",\"7,996\",\"8\",\"1\",\"\""
## [11213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"53\",\"5,830\",\"7,996\",\"6.63\",\"0.9\",\"\""
## [11214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"0\",\"5404\",\"7996\",\"0\",\"0\",\"\""
## [11215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"59\",\"8789\",\"7996\",\"7.38\",\"0.7\",\"\""
## [11216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"132\",\"17,874\",\"5,578\",\"23.66\",\"0.7\",\"\""
## [11217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"247\",\"22,878\",\"5,578\",\"44.28\",\"1.1\",\"\""
## [11218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"175\",\"22,899\",\"5,578\",\"31.37\",\"0.8\",\"\""
## [11219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"211\",\"26,384\",\"5,578\",\"37.83\",\"0.8\",\"\""
## [11220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"157\",\"26,255\",\"5,578\",\"28.15\",\"0.6\",\"\""
## [11221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"109\",\"20,851\",\"5,578\",\"19.54\",\"0.5\",\"\""
## [11222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"69\",\"18,152\",\"5,578\",\"12.37\",\"0.4\",\"\""
## [11223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"37\",\"15,748\",\"5,578\",\"6.63\",\"0.2\",\"\""
## [11224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"26\",\"7,723\",\"5,578\",\"4.66\",\"0.3\",\"\""
## [11225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"36\",\"5,472\",\"5,578\",\"6.45\",\"0.7\",\"\""
## [11226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"28\",\"3,074\",\"5,578\",\"5.02\",\"0.9\",\"\""
## [11227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22\",\"2,807\",\"5,578\",\"3.94\",\"0.8\",\"\""
## [11228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"3825\",\"5578\",\"4.3\",\"0.6\",\"\""
## [11229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"29\",\"7163\",\"5578\",\"5.2\",\"0.4\",\"\""
## [11230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"380\",\"19,364\",\"7,838\",\"48.48\",\"2\",\"\""
## [11231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"485\",\"20,890\",\"7,838\",\"61.88\",\"2.3\",\"\""
## [11232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"386\",\"19,250\",\"7,838\",\"49.25\",\"2\",\"\""
## [11233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"445\",\"23,349\",\"7,838\",\"56.77\",\"1.9\",\"\""
## [11234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"538\",\"22,386\",\"7,838\",\"68.64\",\"2.4\",\"\""
## [11235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"275\",\"10,091\",\"7,838\",\"35.09\",\"2.7\",\"\""
## [11236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"134\",\"5,831\",\"7,838\",\"17.1\",\"2.3\",\"\""
## [11237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"94\",\"4,376\",\"7,838\",\"11.99\",\"2.1\",\"\""
## [11238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"59\",\"3,129\",\"7,838\",\"7.53\",\"1.9\",\"\""
## [11239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"30\",\"1,719\",\"7,838\",\"3.83\",\"1.7\",\"\""
## [11240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"21\",\"1,342\",\"7,838\",\"2.68\",\"1.6\",\"\""
## [11241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"21\",\"1,465\",\"7,838\",\"2.68\",\"1.4\",\"\""
## [11242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"39\",\"2685\",\"7838\",\"4.98\",\"1.5\",\"\""
## [11243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"38\",\"3384\",\"7838\",\"4.85\",\"1.1\",\"\""
## [11244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"8,609\",\"2,073\",\"4.82\",\"0.1\",\"\""
## [11245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"11,818\",\"2,073\",\"3.86\",\"0.1\",\"\""
## [11246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"22\",\"13,353\",\"2,073\",\"10.61\",\"0.2\",\"\""
## [11247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"22\",\"10,521\",\"2,073\",\"10.61\",\"0.2\",\"\""
## [11248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"20\",\"9,651\",\"2,073\",\"9.65\",\"0.2\",\"\""
## [11249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"6,343\",\"2,073\",\"10.13\",\"0.3\",\"\""
## [11250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"28\",\"6,999\",\"2,073\",\"13.51\",\"0.4\",\"\""
## [11251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"28\",\"8,942\",\"2,073\",\"13.51\",\"0.3\",\"\""
## [11252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4\",\"5,881\",\"2,073\",\"1.93\",\"0.1\",\"\""
## [11253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"3,812\",\"2,073\",\"6.27\",\"0.3\",\"\""
## [11254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"2,186\",\"2,073\",\"3.86\",\"0.4\",\"\""
## [11255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"2,048\",\"2,073\",\"7.72\",\"0.8\",\"\""
## [11256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"19\",\"2546\",\"2073\",\"9.17\",\"0.7\",\"\""
## [11257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"2692\",\"2073\",\"7.72\",\"0.6\",\"\""
## [11258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"122\",\"6,912\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [11259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"142\",\"7,581\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [11260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"155\",\"7,300\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [11261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"120\",\"5,420\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [11262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"87\",\"4,078\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [11263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"81\",\"3,251\",\"N/A\",\"N/A\",\"2.5\",\"\""
## [11264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"71\",\"2,645\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [11265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"36\",\"2,231\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [11266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"32\",\"1,539\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [11267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"24\",\"1,322\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [11268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"26\",\"1,122\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [11269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"19\",\"1,004\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [11270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"16\",\"1111\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [11271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"18\",\"1930\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [11272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"225\",\"47,870\",\"6,395\",\"35.18\",\"0.5\",\"\""
## [11273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"236\",\"64,607\",\"6,395\",\"36.9\",\"0.4\",\"\""
## [11274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"289\",\"68,915\",\"6,395\",\"45.19\",\"0.4\",\"\""
## [11275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"245\",\"59,659\",\"6,395\",\"38.31\",\"0.4\",\"\""
## [11276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"215\",\"43,877\",\"6,395\",\"33.62\",\"0.5\",\"\""
## [11277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"128\",\"25,691\",\"6,395\",\"20.02\",\"0.5\",\"\""
## [11278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"125\",\"29,117\",\"6,395\",\"19.55\",\"0.4\",\"\""
## [11279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"154\",\"35,855\",\"6,395\",\"24.08\",\"0.4\",\"\""
## [11280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"86\",\"24,523\",\"6,395\",\"13.45\",\"0.4\",\"\""
## [11281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"32\",\"6,450\",\"6,395\",\"5\",\"0.5\",\"\""
## [11282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27\",\"6,650\",\"6,395\",\"4.22\",\"0.4\",\"\""
## [11283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"29\",\"9,257\",\"6,395\",\"4.53\",\"0.3\",\"\""
## [11284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"55\",\"17576\",\"6395\",\"8.6\",\"0.3\",\"\""
## [11285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"141\",\"29408\",\"6395\",\"22.05\",\"0.5\",\"\""
## [11286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,685\",\"294,467\",\"119,387\",\"39.24\",\"1.6\",\"\""
## [11287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,224\",\"448,957\",\"119,387\",\"52.13\",\"1.4\",\"\""
## [11288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,204\",\"721,451\",\"119,387\",\"93.85\",\"1.6\",\"\""
## [11289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,587\",\"624,009\",\"119,387\",\"97.05\",\"1.9\",\"\""
## [11290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"10,418\",\"560,544\",\"119,387\",\"87.26\",\"1.9\",\"\""
## [11291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,768\",\"480,702\",\"119,387\",\"73.44\",\"1.8\",\"\""
## [11292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,301\",\"338,973\",\"119,387\",\"52.78\",\"1.9\",\"\""
## [11293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,815\",\"270,086\",\"119,387\",\"40.33\",\"1.8\",\"\""
## [11294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,899\",\"157,738\",\"119,387\",\"24.28\",\"1.8\",\"\""
## [11295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,662\",\"140,198\",\"119,387\",\"22.3\",\"1.9\",\"\""
## [11296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,136\",\"121,607\",\"119,387\",\"17.89\",\"1.8\",\"\""
## [11297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,228\",\"116,385\",\"119,387\",\"18.66\",\"1.9\",\"\""
## [11298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2246\",\"149592\",\"119387\",\"18.81\",\"1.5\",\"\""
## [11299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2918\",\"219569\",\"119387\",\"24.44\",\"1.3\",\"\""
## [11300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"44\",\"8,298\",\"2,493\",\"17.65\",\"0.5\",\"\""
## [11301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"48\",\"8,541\",\"2,493\",\"19.25\",\"0.6\",\"\""
## [11302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"77\",\"11,467\",\"2,493\",\"30.89\",\"0.7\",\"\""
## [11303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"44\",\"13,075\",\"2,493\",\"17.65\",\"0.3\",\"\""
## [11304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"50\",\"15,350\",\"2,493\",\"20.06\",\"0.3\",\"\""
## [11305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"58\",\"16,047\",\"2,493\",\"23.27\",\"0.4\",\"\""
## [11306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"45\",\"14,297\",\"2,493\",\"18.05\",\"0.3\",\"\""
## [11307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"13,070\",\"2,493\",\"24.47\",\"0.5\",\"\""
## [11308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"53\",\"9,226\",\"2,493\",\"21.26\",\"0.6\",\"\""
## [11309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"24\",\"5,277\",\"2,493\",\"9.63\",\"0.5\",\"\""
## [11310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"41\",\"3,682\",\"2,493\",\"16.45\",\"1.1\",\"\""
## [11311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"20\",\"2,075\",\"2,493\",\"8.02\",\"1\",\"\""
## [11312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14\",\"2707\",\"2493\",\"5.62\",\"0.5\",\"\""
## [11313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"20\",\"4229\",\"2493\",\"8.02\",\"0.5\",\"\""
## [11314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"16\",\"14,537\",\"1,543\",\"10.37\",\"0.1\",\"\""
## [11315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"11,940\",\"1,543\",\"5.83\",\"0.1\",\"\""
## [11316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"8,229\",\"1,543\",\"7.13\",\"0.1\",\"\""
## [11317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"6,212\",\"1,543\",\"3.24\",\"0.1\",\"\""
## [11318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"6,169\",\"1,543\",\"5.18\",\"0.1\",\"\""
## [11319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"3,661\",\"1,543\",\"1.3\",\"0.1\",\"\""
## [11320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"4,750\",\"1,543\",\"3.24\",\"0.1\",\"\""
## [11321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"5,097\",\"1,543\",\"7.13\",\"0.2\",\"\""
## [11322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"2,419\",\"1,543\",\"1.3\",\"0.1\",\"\""
## [11323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,521\",\"1,543\",\"1.94\",\"0.2\",\"\""
## [11324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,622\",\"1,543\",\"1.94\",\"0.2\",\"\""
## [11325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"1,527\",\"1,543\",\"3.89\",\"0.4\",\"\""
## [11326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1\",\"1734\",\"1543\",\"0.65\",\"0.1\",\"\""
## [11327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"4684\",\"1543\",\"5.83\",\"0.2\",\"\""
## [11328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"9,415\",\"1,844\",\"15.18\",\"0.3\",\"\""
## [11329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"9,429\",\"1,844\",\"15.18\",\"0.3\",\"\""
## [11330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"24\",\"9,086\",\"1,844\",\"13.02\",\"0.3\",\"\""
## [11331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"18\",\"6,260\",\"1,844\",\"9.76\",\"0.3\",\"\""
## [11332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"5,649\",\"1,844\",\"7.05\",\"0.2\",\"\""
## [11333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"10\",\"7,379\",\"1,844\",\"5.42\",\"0.1\",\"\""
## [11334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"7,032\",\"1,844\",\"8.13\",\"0.2\",\"\""
## [11335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"7,685\",\"1,844\",\"8.13\",\"0.2\",\"\""
## [11336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"34\",\"6,310\",\"1,844\",\"18.44\",\"0.5\",\"\""
## [11337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"23\",\"4,214\",\"1,844\",\"12.47\",\"0.5\",\"\""
## [11338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"2,465\",\"1,844\",\"3.8\",\"0.3\",\"\""
## [11339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9\",\"1,671\",\"1,844\",\"4.88\",\"0.5\",\"\""
## [11340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"1753\",\"1844\",\"8.68\",\"0.9\",\"\""
## [11341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"2220\",\"1844\",\"4.34\",\"0.4\",\"\""
## [11342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"342\",\"13,176\",\"6,064\",\"56.4\",\"2.6\",\"\""
## [11343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"318\",\"14,036\",\"6,064\",\"52.44\",\"2.3\",\"\""
## [11344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"303\",\"11,542\",\"6,064\",\"49.97\",\"2.6\",\"\""
## [11345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"235\",\"11,737\",\"6,064\",\"38.75\",\"2\",\"\""
## [11346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"237\",\"12,681\",\"6,064\",\"39.08\",\"1.9\",\"\""
## [11347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"179\",\"8,453\",\"6,064\",\"29.52\",\"2.1\",\"\""
## [11348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"186\",\"9,030\",\"6,064\",\"30.67\",\"2.1\",\"\""
## [11349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"173\",\"8,427\",\"6,064\",\"28.53\",\"2.1\",\"\""
## [11350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"81\",\"4,404\",\"6,064\",\"13.36\",\"1.8\",\"\""
## [11351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"37\",\"1,752\",\"6,064\",\"6.1\",\"2.1\",\"\""
## [11352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"29\",\"1,136\",\"6,064\",\"4.78\",\"2.6\",\"\""
## [11353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"39\",\"1,090\",\"6,064\",\"6.43\",\"3.6\",\"\""
## [11354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"43\",\"1960\",\"6064\",\"7.09\",\"2.2\",\"\""
## [11355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"51\",\"2121\",\"6064\",\"8.41\",\"2.4\",\"\""
## [11356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"34\",\"33,759\",\"3,068\",\"11.08\",\"0.1\",\"\""
## [11357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"17\",\"28,937\",\"3,068\",\"5.54\",\"0.1\",\"\""
## [11358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"29\",\"32,281\",\"3,068\",\"9.45\",\"0.1\",\"\""
## [11359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31\",\"39,383\",\"3,068\",\"10.1\",\"0.1\",\"\""
## [11360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"28\",\"43,441\",\"3,068\",\"9.13\",\"0.1\",\"\""
## [11361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"28\",\"40,654\",\"3,068\",\"9.13\",\"0.1\",\"\""
## [11362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"15\",\"31,759\",\"3,068\",\"4.89\",\"0\",\"\""
## [11363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"37,843\",\"3,068\",\"6.52\",\"0.1\",\"\""
## [11364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"17,223\",\"3,068\",\"7.5\",\"0.1\",\"\""
## [11365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4\",\"7,055\",\"3,068\",\"1.3\",\"0.1\",\"\""
## [11366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"6\",\"3,695\",\"3,068\",\"1.96\",\"0.2\",\"\""
## [11367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"2,857\",\"3,068\",\"0.65\",\"0.1\",\"\""
## [11368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"1\",\"2831\",\"3068\",\"0.33\",\"0\",\"\""
## [11369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4\",\"5210\",\"3068\",\"1.3\",\"0.1\",\"\""
## [11370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"363\",\"8,640\",\"17,340\",\"20.93\",\"4.2\",\"\""
## [11371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"201\",\"5,848\",\"17,340\",\"11.59\",\"3.4\",\"\""
## [11372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"170\",\"4,556\",\"17,340\",\"9.8\",\"3.7\",\"\""
## [11373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"234\",\"5,451\",\"17,340\",\"13.49\",\"4.3\",\"\""
## [11374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"185\",\"4,528\",\"17,340\",\"10.67\",\"4.1\",\"\""
## [11375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"142\",\"3,320\",\"17,340\",\"8.19\",\"4.3\",\"\""
## [11376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"75\",\"3,384\",\"17,340\",\"4.33\",\"2.2\",\"\""
## [11377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"103\",\"5,166\",\"17,340\",\"5.94\",\"2\",\"\""
## [11378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"74\",\"3,762\",\"17,340\",\"4.27\",\"2\",\"\""
## [11379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"69\",\"2,417\",\"17,340\",\"3.98\",\"2.9\",\"\""
## [11380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"98\",\"1,573\",\"17,340\",\"5.65\",\"6.2\",\"\""
## [11381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"87\",\"1,449\",\"17,340\",\"5.02\",\"6\",\"\""
## [11382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"110\",\"2231\",\"17340\",\"6.34\",\"4.9\",\"\""
## [11383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"139\",\"3910\",\"17340\",\"8.02\",\"3.6\",\"\""
## [11384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"119\",\"18,023\",\"6,244\",\"19.06\",\"0.7\",\"\""
## [11385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"147\",\"18,952\",\"6,244\",\"23.54\",\"0.8\",\"\""
## [11386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"113\",\"18,463\",\"6,244\",\"18.1\",\"0.6\",\"\""
## [11387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"73\",\"15,846\",\"6,244\",\"11.69\",\"0.5\",\"\""
## [11388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"94\",\"13,847\",\"6,244\",\"15.05\",\"0.7\",\"\""
## [11389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"87\",\"13,948\",\"6,244\",\"13.93\",\"0.6\",\"\""
## [11390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"66\",\"10,083\",\"6,244\",\"10.57\",\"0.7\",\"\""
## [11391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"125\",\"12,879\",\"6,244\",\"20.02\",\"1\",\"\""
## [11392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"7,782\",\"6,244\",\"8.65\",\"0.7\",\"\""
## [11393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"24\",\"6,058\",\"6,244\",\"3.84\",\"0.4\",\"\""
## [11394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"41\",\"4,851\",\"6,244\",\"6.57\",\"0.8\",\"\""
## [11395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"58\",\"5,868\",\"6,244\",\"9.29\",\"1\",\"\""
## [11396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"84\",\"9436\",\"6244\",\"13.45\",\"0.9\",\"\""
## [11397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"87\",\"11295\",\"6244\",\"13.93\",\"0.8\",\"\""
## [11398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"299\",\"19,042\",\"8,294\",\"36.05\",\"1.6\",\"\""
## [11399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"274\",\"20,530\",\"8,294\",\"33.04\",\"1.3\",\"\""
## [11400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"404\",\"26,816\",\"8,294\",\"48.71\",\"1.5\",\"\""
## [11401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"412\",\"27,555\",\"8,294\",\"49.67\",\"1.5\",\"\""
## [11402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"291\",\"23,106\",\"8,294\",\"35.09\",\"1.3\",\"\""
## [11403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"193\",\"17,674\",\"8,294\",\"23.27\",\"1.1\",\"\""
## [11404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"347\",\"20,487\",\"8,294\",\"41.84\",\"1.7\",\"\""
## [11405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"323\",\"21,218\",\"8,294\",\"38.94\",\"1.5\",\"\""
## [11406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"123\",\"8,175\",\"8,294\",\"14.83\",\"1.5\",\"\""
## [11407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"3,521\",\"8,294\",\"7.6\",\"1.8\",\"\""
## [11408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"45\",\"2,025\",\"8,294\",\"5.43\",\"2.2\",\"\""
## [11409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"20\",\"1,529\",\"8,294\",\"2.41\",\"1.3\",\"\""
## [11410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"4681\",\"8294\",\"7.6\",\"1.3\",\"\""
## [11411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"110\",\"12403\",\"8294\",\"13.26\",\"0.9\",\"\""
## [11412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"156\",\"19,146\",\"6,464\",\"24.13\",\"0.8\",\"\""
## [11413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"188\",\"17,186\",\"6,464\",\"29.08\",\"1.1\",\"\""
## [11414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"143\",\"10,309\",\"6,464\",\"22.12\",\"1.4\",\"\""
## [11415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"101\",\"7,655\",\"6,464\",\"15.63\",\"1.3\",\"\""
## [11416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"117\",\"11,170\",\"6,464\",\"18.1\",\"1\",\"\""
## [11417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"203\",\"18,903\",\"6,464\",\"31.4\",\"1.1\",\"\""
## [11418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"290\",\"18,950\",\"6,464\",\"44.86\",\"1.5\",\"\""
## [11419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"271\",\"14,538\",\"6,464\",\"41.92\",\"1.9\",\"\""
## [11420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"77\",\"6,012\",\"6,464\",\"11.91\",\"1.3\",\"\""
## [11421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"48\",\"3,847\",\"6,464\",\"7.43\",\"1.2\",\"\""
## [11422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"71\",\"3,563\",\"6,464\",\"10.98\",\"2\",\"\""
## [11423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"65\",\"2,601\",\"6,464\",\"10.06\",\"2.5\",\"\""
## [11424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"54\",\"3280\",\"6464\",\"8.35\",\"1.6\",\"\""
## [11425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"94\",\"5348\",\"6464\",\"14.54\",\"1.8\",\"\""
## [11426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"57\",\"4,059\",\"4,733\",\"12.04\",\"1.4\",\"\""
## [11427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"97\",\"5,373\",\"4,733\",\"20.49\",\"1.8\",\"\""
## [11428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"98\",\"5,978\",\"4,733\",\"20.71\",\"1.6\",\"\""
## [11429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"59\",\"4,262\",\"4,733\",\"12.47\",\"1.4\",\"\""
## [11430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"59\",\"3,356\",\"4,733\",\"12.47\",\"1.8\",\"\""
## [11431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"48\",\"3,310\",\"4,733\",\"10.14\",\"1.5\",\"\""
## [11432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"60\",\"3,570\",\"4,733\",\"12.68\",\"1.7\",\"\""
## [11433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"39\",\"5,049\",\"4,733\",\"8.24\",\"0.8\",\"\""
## [11434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"101\",\"4,628\",\"4,733\",\"21.34\",\"2.2\",\"\""
## [11435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"46\",\"2,530\",\"4,733\",\"9.72\",\"1.8\",\"\""
## [11436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"57\",\"1,894\",\"4,733\",\"12.04\",\"3\",\"\""
## [11437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"22\",\"1,175\",\"4,733\",\"4.65\",\"1.9\",\"\""
## [11438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"16\",\"1735\",\"4733\",\"3.38\",\"0.9\",\"\""
## [11439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"32\",\"2899\",\"4733\",\"6.76\",\"1.1\",\"\""
## [11440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"110\",\"13,970\",\"4,920\",\"22.36\",\"0.8\",\"\""
## [11441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"138\",\"18,016\",\"4,920\",\"28.05\",\"0.8\",\"\""
## [11442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"182\",\"17,079\",\"4,920\",\"36.99\",\"1.1\",\"\""
## [11443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"114\",\"13,672\",\"4,920\",\"23.17\",\"0.8\",\"\""
## [11444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"134\",\"13,478\",\"4,920\",\"27.24\",\"1\",\"\""
## [11445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"156\",\"15,863\",\"4,920\",\"31.71\",\"1\",\"\""
## [11446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"170\",\"18,140\",\"4,920\",\"34.55\",\"0.9\",\"\""
## [11447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"163\",\"14,399\",\"4,920\",\"33.13\",\"1.1\",\"\""
## [11448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"113\",\"10,029\",\"4,920\",\"22.97\",\"1.1\",\"\""
## [11449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"76\",\"5,738\",\"4,920\",\"15.45\",\"1.3\",\"\""
## [11450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"67\",\"3,980\",\"4,920\",\"13.62\",\"1.7\",\"\""
## [11451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"57\",\"4,561\",\"4,920\",\"11.59\",\"1.2\",\"\""
## [11452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"68\",\"5221\",\"4920\",\"13.82\",\"1.3\",\"\""
## [11453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"68\",\"5086\",\"4920\",\"13.82\",\"1.3\",\"\""
## [11454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"138\",\"14,988\",\"7,015\",\"19.67\",\"0.9\",\"\""
## [11455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"270\",\"25,703\",\"7,015\",\"38.49\",\"1.1\",\"\""
## [11456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"148\",\"18,311\",\"7,015\",\"21.1\",\"0.8\",\"\""
## [11457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"126\",\"18,289\",\"7,015\",\"17.96\",\"0.7\",\"\""
## [11458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"148\",\"20,745\",\"7,015\",\"21.1\",\"0.7\",\"\""
## [11459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"175\",\"26,625\",\"7,015\",\"24.95\",\"0.7\",\"\""
## [11460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"179\",\"23,451\",\"7,015\",\"25.52\",\"0.8\",\"\""
## [11461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"135\",\"16,444\",\"7,015\",\"19.24\",\"0.8\",\"\""
## [11462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"104\",\"11,396\",\"7,015\",\"14.83\",\"0.9\",\"\""
## [11463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"63\",\"7,660\",\"7,015\",\"8.98\",\"0.8\",\"\""
## [11464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"60\",\"6,059\",\"7,015\",\"8.55\",\"1\",\"\""
## [11465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"58\",\"4,856\",\"7,015\",\"8.27\",\"1.2\",\"\""
## [11466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"67\",\"5765\",\"7015\",\"9.55\",\"1.2\",\"\""
## [11467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"42\",\"7282\",\"7015\",\"5.99\",\"0.6\",\"\""
## [11468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"642\",\"25,880\",\"17,961\",\"35.74\",\"2.5\",\"\""
## [11469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"802\",\"25,330\",\"17,961\",\"44.65\",\"3.2\",\"\""
## [11470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"771\",\"27,330\",\"17,961\",\"42.93\",\"2.8\",\"\""
## [11471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,259\",\"39,733\",\"17,961\",\"70.1\",\"3.2\",\"\""
## [11472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,172\",\"40,215\",\"17,961\",\"65.25\",\"2.9\",\"\""
## [11473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"712\",\"23,604\",\"17,961\",\"39.64\",\"3\",\"\""
## [11474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"573\",\"21,472\",\"17,961\",\"31.9\",\"2.7\",\"\""
## [11475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"532\",\"20,760\",\"17,961\",\"29.62\",\"2.6\",\"\""
## [11476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"531\",\"16,476\",\"17,961\",\"29.56\",\"3.2\",\"\""
## [11477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"355\",\"10,464\",\"17,961\",\"19.77\",\"3.4\",\"\""
## [11478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"309\",\"8,208\",\"17,961\",\"17.2\",\"3.8\",\"\""
## [11479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"196\",\"5,466\",\"17,961\",\"10.91\",\"3.6\",\"\""
## [11480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"219\",\"6577\",\"17961\",\"12.19\",\"3.3\",\"\""
## [11481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"328\",\"10092\",\"17961\",\"18.26\",\"3.3\",\"\""
## [11482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"145\",\"5,020\",\"3,090\",\"46.93\",\"2.9\",\"\""
## [11483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"73\",\"3,821\",\"3,090\",\"23.62\",\"1.9\",\"\""
## [11484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"169\",\"5,586\",\"3,090\",\"54.69\",\"3\",\"\""
## [11485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"196\",\"7,974\",\"3,090\",\"63.43\",\"2.5\",\"\""
## [11486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"151\",\"5,086\",\"3,090\",\"48.87\",\"3\",\"\""
## [11487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"124\",\"4,063\",\"3,090\",\"40.13\",\"3.1\",\"\""
## [11488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"170\",\"5,639\",\"3,090\",\"55.02\",\"3\",\"\""
## [11489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"137\",\"4,783\",\"3,090\",\"44.34\",\"2.9\",\"\""
## [11490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"57\",\"3,054\",\"3,090\",\"18.45\",\"1.9\",\"\""
## [11491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"52\",\"3,235\",\"3,090\",\"16.83\",\"1.6\",\"\""
## [11492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"46\",\"1,908\",\"3,090\",\"14.89\",\"2.4\",\"\""
## [11493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"45\",\"1,725\",\"3,090\",\"14.56\",\"2.6\",\"\""
## [11494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"50\",\"1685\",\"3090\",\"16.18\",\"3\",\"\""
## [11495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"1530\",\"3090\",\"11\",\"2.2\",\"\""
## [11496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"198\",\"11,652\",\"5,745\",\"34.46\",\"1.7\",\"\""
## [11497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"130\",\"10,428\",\"5,745\",\"22.63\",\"1.2\",\"\""
## [11498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"168\",\"12,043\",\"5,745\",\"29.24\",\"1.4\",\"\""
## [11499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"183\",\"11,775\",\"5,745\",\"31.85\",\"1.6\",\"\""
## [11500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"151\",\"10,609\",\"5,745\",\"26.28\",\"1.4\",\"\""
## [11501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"166\",\"10,340\",\"5,745\",\"28.89\",\"1.6\",\"\""
## [11502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"168\",\"13,578\",\"5,745\",\"29.24\",\"1.2\",\"\""
## [11503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"156\",\"14,121\",\"5,745\",\"27.15\",\"1.1\",\"\""
## [11504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"108\",\"9,753\",\"5,745\",\"18.8\",\"1.1\",\"\""
## [11505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"93\",\"8,357\",\"5,745\",\"16.19\",\"1.1\",\"\""
## [11506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"70\",\"4,829\",\"5,745\",\"12.18\",\"1.4\",\"\""
## [11507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"59\",\"4,239\",\"5,745\",\"10.27\",\"1.4\",\"\""
## [11508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"42\",\"3727\",\"5745\",\"7.31\",\"1.1\",\"\""
## [11509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"62\",\"4245\",\"5745\",\"10.79\",\"1.5\",\"\""
## [11510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"858\",\"25,364\",\"53,234\",\"16.12\",\"3.4\",\"\""
## [11511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"967\",\"27,826\",\"53,234\",\"18.17\",\"3.5\",\"\""
## [11512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"911\",\"26,362\",\"53,234\",\"17.11\",\"3.5\",\"\""
## [11513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"712\",\"18,674\",\"53,234\",\"13.37\",\"3.8\",\"\""
## [11514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"647\",\"19,059\",\"53,234\",\"12.15\",\"3.4\",\"\""
## [11515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,065\",\"35,185\",\"53,234\",\"20.01\",\"3\",\"\""
## [11516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"949\",\"31,249\",\"53,234\",\"17.83\",\"3\",\"\""
## [11517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"777\",\"22,481\",\"53,234\",\"14.6\",\"3.5\",\"\""
## [11518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"580\",\"14,928\",\"53,234\",\"10.9\",\"3.9\",\"\""
## [11519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"618\",\"17,442\",\"53,234\",\"11.61\",\"3.5\",\"\""
## [11520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"430\",\"12,548\",\"53,234\",\"8.08\",\"3.4\",\"\""
## [11521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"466\",\"11,316\",\"53,234\",\"8.75\",\"4.1\",\"\""
## [11522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"829\",\"16576\",\"53234\",\"15.57\",\"5\",\"\""
## [11523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1086\",\"21918\",\"53234\",\"20.4\",\"5\",\"\""
## [11524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,011\",\"61,178\",\"20,827\",\"48.54\",\"1.7\",\"\""
## [11525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"825\",\"48,392\",\"20,827\",\"39.61\",\"1.7\",\"\""
## [11526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"937\",\"47,383\",\"20,827\",\"44.99\",\"2\",\"\""
## [11527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"807\",\"36,439\",\"20,827\",\"38.75\",\"2.2\",\"\""
## [11528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"772\",\"35,642\",\"20,827\",\"37.07\",\"2.2\",\"\""
## [11529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"784\",\"41,564\",\"20,827\",\"37.64\",\"1.9\",\"\""
## [11530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"609\",\"39,304\",\"20,827\",\"29.24\",\"1.5\",\"\""
## [11531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"418\",\"33,230\",\"20,827\",\"20.07\",\"1.3\",\"\""
## [11532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"253\",\"20,479\",\"20,827\",\"12.15\",\"1.2\",\"\""
## [11533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"225\",\"13,184\",\"20,827\",\"10.8\",\"1.7\",\"\""
## [11534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"169\",\"9,653\",\"20,827\",\"8.11\",\"1.8\",\"\""
## [11535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"83\",\"6,321\",\"20,827\",\"3.99\",\"1.3\",\"\""
## [11536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"91\",\"7353\",\"20827\",\"4.37\",\"1.2\",\"\""
## [11537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"160\",\"11830\",\"20827\",\"7.68\",\"1.4\",\"\""
## [11538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"51\",\"4,356\",\"3,474\",\"14.68\",\"1.2\",\"\""
## [11539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"46\",\"4,178\",\"3,474\",\"13.24\",\"1.1\",\"\""
## [11540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"86\",\"4,952\",\"3,474\",\"24.76\",\"1.7\",\"\""
## [11541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"73\",\"5,726\",\"3,474\",\"21.01\",\"1.3\",\"\""
## [11542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"71\",\"5,465\",\"3,474\",\"20.44\",\"1.3\",\"\""
## [11543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"51\",\"4,653\",\"3,474\",\"14.68\",\"1.1\",\"\""
## [11544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"116\",\"5,844\",\"3,474\",\"33.39\",\"2\",\"\""
## [11545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"82\",\"6,322\",\"3,474\",\"23.6\",\"1.3\",\"\""
## [11546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"29\",\"3,072\",\"3,474\",\"8.35\",\"0.9\",\"\""
## [11547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"26\",\"2,405\",\"3,474\",\"7.48\",\"1.1\",\"\""
## [11548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"18\",\"1,488\",\"3,474\",\"5.18\",\"1.2\",\"\""
## [11549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"11\",\"940\",\"3,474\",\"3.17\",\"1.2\",\"\""
## [11550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"16\",\"1142\",\"3474\",\"4.61\",\"1.4\",\"\""
## [11551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed White and Black Caribbean\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"15\",\"1313\",\"3474\",\"4.32\",\"1.1\",\"\""
## [11552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9508\",\"461837\",\"563696\",\"16.87\",\"2.1\",\"\""
## [11553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9113\",\"461837\",\"536271\",\"16.17\",\"2\",\"\""
## [11554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"536271\",\"0\",\"0\",\"\""
## [11555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"344\",\"461837\",\"536271\",\"N/A\",\"0.1\",\"\""
## [11556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9457\",\"459468\",\"536271\",\"17.63\",\"2.1\",\"\""
## [11557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9603\",\"468431\",\"563696\",\"17.04\",\"2.1\",\"\""
## [11558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9552\",\"466062\",\"536271\",\"17.81\",\"2\",\"\""
## [11559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"46\",\"6013\",\"6404\",\"7.18\",\"0.8\",\"\""
## [11560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"22\",\"2564\",\"4947\",\"4.45\",\"0.9\",\"\""
## [11561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"95\",\"6594\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [11562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"37\",\"2018\",\"4977\",\"7.43\",\"1.8\",\"\""
## [11563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"3352\",\"2013\",\"7.45\",\"0.4\",\"\""
## [11564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"18\",\"1729\",\"2280\",\"7.89\",\"1\",\"\""
## [11565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1867\",\"452\",\"0\",\"0\",\"\""
## [11566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"0\",\"1517\",\"4262\",\"0\",\"0\",\"\""
## [11567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18\",\"4396\",\"3756\",\"4.79\",\"0.4\",\"\""
## [11568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"1770\",\"2514\",\"5.17\",\"0.7\",\"\""
## [11569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"1955\",\"1083\",\"13.85\",\"0.8\",\"\""
## [11570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2929\",\"1012\",\"0\",\"0\",\"\""
## [11571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"61\",\"17256\",\"7101\",\"8.59\",\"0.4\",\"\""
## [11572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"6\",\"2101\",\"1093\",\"5.49\",\"0.3\",\"\""
## [11573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"51\",\"2369\",\"27425\",\"1.86\",\"2.2\",\"\""
## [11574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"2592\",\"1951\",\"14.86\",\"1.1\",\"\""
## [11575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"44\",\"7952\",\"9027\",\"4.87\",\"0.6\",\"\""
## [11576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"110\",\"6359\",\"7088\",\"15.52\",\"1.7\",\"\""
## [11577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"2548\",\"3574\",\"2.8\",\"0.4\",\"\""
## [11578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"369\",\"8789\",\"8593\",\"42.94\",\"4.2\",\"\""
## [11579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"31\",\"7163\",\"4351\",\"7.12\",\"0.4\",\"\""
## [11580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"22\",\"3384\",\"11238\",\"1.96\",\"0.7\",\"\""
## [11581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"2692\",\"1102\",\"9.98\",\"0.4\",\"\""
## [11582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"67\",\"1930\",\"N/A\",\"N/A\",\"3.5\",\"\""
## [11583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"187\",\"29408\",\"9975\",\"18.75\",\"0.6\",\"\""
## [11584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7491\",\"219569\",\"280887\",\"26.67\",\"3.4\",\"\""
## [11585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"28\",\"4229\",\"2217\",\"12.63\",\"0.7\",\"\""
## [11586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"0\",\"4684\",\"1921\",\"0\",\"0\",\"\""
## [11587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"2220\",\"2051\",\"5.36\",\"0.5\",\"\""
## [11588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2\",\"2121\",\"2598\",\"0.77\",\"0.1\",\"\""
## [11589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"5210\",\"7688\",\"1.3\",\"0.2\",\"\""
## [11590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"52\",\"3910\",\"6535\",\"7.96\",\"1.3\",\"\""
## [11591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"112\",\"11295\",\"10394\",\"10.78\",\"1\",\"\""
## [11592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"131\",\"12403\",\"15194\",\"8.62\",\"1.1\",\"\""
## [11593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"47\",\"5348\",\"3426\",\"13.72\",\"0.9\",\"\""
## [11594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"84\",\"2899\",\"2511\",\"33.45\",\"2.9\",\"\""
## [11595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"51\",\"5086\",\"9226\",\"5.53\",\"1\",\"\""
## [11596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"75\",\"7282\",\"8462\",\"8.86\",\"1\",\"\""
## [11597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"58\",\"10092\",\"15803\",\"3.67\",\"0.6\",\"\""
## [11598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"1530\",\"2298\",\"7.83\",\"1.2\",\"\""
## [11599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"28\",\"4245\",\"2112\",\"13.26\",\"0.7\",\"\""
## [11600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"32\",\"21918\",\"42068\",\"0.76\",\"0.1\",\"\""
## [11601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"93\",\"11830\",\"20091\",\"4.63\",\"0.8\",\"\""
## [11602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"1313\",\"1842\",\"1.63\",\"0.2\",\"\""
## [11603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"10,793\",\"932,065\",\"956,837\",\"11.28\",\"1.2\",\"\""
## [11604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,692\",\"1,125,647\",\"956,837\",\"19.54\",\"1.7\",\"\""
## [11605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"25,447\",\"1,409,802\",\"956,837\",\"26.59\",\"1.8\",\"\""
## [11606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"19,088\",\"1,284,197\",\"956,837\",\"19.95\",\"1.5\",\"\""
## [11607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"14,268\",\"1,284,197\",\"956,837\",\"14.91\",\"1.1\",\"\""
## [11608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"3,709\",\"1,284,197\",\"956,837\",\"4.64\",\"0.3\",\"\""
## [11609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,426\",\"1,284,197\",\"956,837\",\"1.49\",\"0.1\",\"\""
## [11610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"18,115\",\"1,220,198\",\"956,837\",\"18.93\",\"1.5\",\"\""
## [11611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"16,898\",\"1,220,198\",\"956,837\",\"17.66\",\"1.4\",\"\""
## [11612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"405\",\"1,220,198\",\"956,837\",\"0.49\",\"0\",\"\""
## [11613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,032\",\"1,220,198\",\"956,837\",\"1.08\",\"0.1\",\"\""
## [11614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"15,459\",\"1,121,123\",\"956,837\",\"16.16\",\"1.4\",\"\""
## [11615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"14,830\",\"1,121,123\",\"956,837\",\"15.5\",\"1.3\",\"\""
## [11616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"956,837\",\"-\",\"0\",\"\""
## [11617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"763\",\"1,121,123\",\"956,837\",\"0.8\",\"0.1\",\"\""
## [11618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"12,190\",\"954,314\",\"956,837\",\"12.74\",\"1.3\",\"\""
## [11619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"12,245\",\"954,314\",\"956,837\",\"12.8\",\"1.3\",\"\""
## [11620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"956,837\",\"-\",\"0\",\"\""
## [11621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"79\",\"954,314\",\"956,837\",\"0.08\",\"0\",\"\""
## [11622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,482\",\"841,399\",\"956,837\",\"12\",\"1.4\",\"\""
## [11623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"11,558\",\"841,399\",\"956,837\",\"12.08\",\"1.4\",\"\""
## [11624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"956,837\",\"-\",\"0\",\"\""
## [11625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"51\",\"841,399\",\"956,837\",\"0.05\",\"0\",\"\""
## [11626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,321\",\"498,721\",\"956,837\",\"7.65\",\"1.5\",\"\""
## [11627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"7,361\",\"498,721\",\"956,837\",\"7.69\",\"1.5\",\"\""
## [11628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"956,837\",\"-\",\"0\",\"\""
## [11629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"13\",\"498,721\",\"956,837\",\"0.01\",\"0\",\"\""
## [11630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"5,471\",\"342,086\",\"956,837\",\"5.72\",\"1.6\",\"\""
## [11631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"5,465\",\"342,086\",\"956,837\",\"5.71\",\"1.6\",\"\""
## [11632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"956,837\",\"-\",\"0\",\"\""
## [11633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"11\",\"342,086\",\"956,837\",\"0.01\",\"0\",\"\""
## [11634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,371\",\"266,308\",\"956,837\",\"4.57\",\"1.6\",\"\""
## [11635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"4,379\",\"266,308\",\"956,837\",\"4.58\",\"1.6\",\"\""
## [11636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"956,837\",\"-\",\"0\",\"\""
## [11637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"7\",\"266,308\",\"956,837\",\"0.01\",\"0\",\"\""
## [11638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,640\",\"243,589\",\"956,837\",\"4.85\",\"1.9\",\"\""
## [11639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"4,624\",\"243,589\",\"956,837\",\"4.83\",\"1.9\",\"\""
## [11640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"1\",\"243,589\",\"956,837\",\"0\",\"0\",\"\""
## [11641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"36\",\"243,589\",\"956,837\",\"0.04\",\"0\",\"\""
## [11642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6416\",\"316353\",\"956837\",\"6.71\",\"2\",\"\""
## [11643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"6198\",\"305196\",\"956,837\",\"6.48\",\"2\",\"\""
## [11644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"956,837\",\"0\",\"0\",\"\""
## [11645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"209\",\"305196\",\"956,837\",\"N/A\",\"0.1\",\"\""
## [11646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10539\",\"886657\",\"903,333\",\"11.67\",\"1.2\",\"\""
## [11647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18326\",\"1075609\",\"903,333\",\"20.29\",\"1.7\",\"\""
## [11648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"25037\",\"1357473\",\"903,333\",\"27.72\",\"1.8\",\"\""
## [11649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"18699\",\"1242635\",\"903,333\",\"20.7\",\"1.5\",\"\""
## [11650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"17555\",\"1171286\",\"903,333\",\"19.43\",\"1.5\",\"\""
## [11651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"15034\",\"1070599\",\"903,333\",\"16.64\",\"1.4\",\"\""
## [11652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11843\",\"921346\",\"903,333\",\"13.11\",\"1.3\",\"\""
## [11653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11241\",\"814587\",\"903,333\",\"12.44\",\"1.4\",\"\""
## [11654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7179\",\"485097\",\"903,333\",\"7.95\",\"1.5\",\"\""
## [11655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"5425\",\"337325\",\"903,333\",\"6.01\",\"1.6\",\"\""
## [11656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4341\",\"263806\",\"903,333\",\"4.81\",\"1.6\",\"\""
## [11657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4608\",\"241285\",\"903,333\",\"5.1\",\"1.9\",\"\""
## [11658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6351\",\"312139\",\"903,333\",\"7.03\",\"2\",\"\""
## [11659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"20,129\",\"1,323,681\",\"956,837\",\"21.04\",\"1.5\",\"\""
## [11660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"18,403\",\"1,237,719\",\"956,837\",\"19.23\",\"1.5\",\"\""
## [11661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"15,593\",\"1,131,675\",\"956,837\",\"16.3\",\"1.4\",\"\""
## [11662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"12,324\",\"963,449\",\"956,837\",\"12.88\",\"1.3\",\"\""
## [11663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,609\",\"852,465\",\"956,837\",\"12.13\",\"1.4\",\"\""
## [11664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,374\",\"504,446\",\"956,837\",\"7.71\",\"1.5\",\"\""
## [11665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"5,505\",\"345,087\",\"956,837\",\"5.75\",\"1.6\",\"\""
## [11666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,386\",\"268,447\",\"956,837\",\"4.58\",\"1.6\",\"\""
## [11667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,659\",\"245,749\",\"956,837\",\"4.87\",\"1.9\",\"\""
## [11668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"6466\",\"320808\",\"956837\",\"6.76\",\"2\",\"\""
## [11669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [11670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [11671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [11672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"19,740\",\"1282119\",\"903333\",\"21.85\",\"1.5\",\"\""
## [11673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"17,843\",\"1188807\",\"903333\",\"19.75\",\"1.5\",\"\""
## [11674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"15,168\",\"1081151\",\"903333\",\"16.79\",\"1.4\",\"\""
## [11675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,977\",\"930481\",\"903333\",\"13.26\",\"1.3\",\"\""
## [11676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"11,368\",\"825653\",\"903333\",\"12.58\",\"1.4\",\"\""
## [11677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,232\",\"490822\",\"903333\",\"8.01\",\"1.5\",\"\""
## [11678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"5,459\",\"340326\",\"903333\",\"6.04\",\"1.6\",\"\""
## [11679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,356\",\"265945\",\"903333\",\"4.82\",\"1.6\",\"\""
## [11680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,627\",\"243445\",\"903333\",\"5.12\",\"1.9\",\"\""
## [11681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"6,401\",\"316594\",\"903333\",\"7.09\",\"2\",\"\""
## [11682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"17\",\"9,050\",\"15,380\",\"1.11\",\"0.2\",\"\""
## [11683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"47\",\"8,722\",\"15,380\",\"3.06\",\"0.5\",\"\""
## [11684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"16\",\"12,772\",\"15,380\",\"1.04\",\"0.1\",\"\""
## [11685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"38\",\"12,983\",\"15,380\",\"2.47\",\"0.3\",\"\""
## [11686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"34\",\"14,940\",\"15,380\",\"2.21\",\"0.2\",\"\""
## [11687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"73\",\"20,911\",\"15,380\",\"4.75\",\"0.3\",\"\""
## [11688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"167\",\"29,588\",\"15,380\",\"10.86\",\"0.6\",\"\""
## [11689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"184\",\"23,728\",\"15,380\",\"11.96\",\"0.8\",\"\""
## [11690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"61\",\"9,973\",\"15,380\",\"3.97\",\"0.6\",\"\""
## [11691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"38\",\"4,929\",\"15,380\",\"2.47\",\"0.8\",\"\""
## [11692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"19\",\"4,723\",\"15,380\",\"1.24\",\"0.4\",\"\""
## [11693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"22\",\"4,734\",\"15,380\",\"1.43\",\"0.5\",\"\""
## [11694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"35\",\"4589\",\"15380\",\"2.28\",\"0.8\",\"\""
## [11695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"9\",\"4,279\",\"8,753\",\"1.03\",\"0.2\",\"\""
## [11696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"23\",\"4,614\",\"8,753\",\"2.63\",\"0.5\",\"\""
## [11697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"33\",\"8,076\",\"8,753\",\"3.77\",\"0.4\",\"\""
## [11698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"35\",\"6,908\",\"8,753\",\"4\",\"0.5\",\"\""
## [11699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"56\",\"8,856\",\"8,753\",\"6.4\",\"0.6\",\"\""
## [11700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"32\",\"6,886\",\"8,753\",\"3.66\",\"0.5\",\"\""
## [11701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"20\",\"7,365\",\"8,753\",\"2.28\",\"0.3\",\"\""
## [11702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"19\",\"5,515\",\"8,753\",\"2.17\",\"0.3\",\"\""
## [11703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"17\",\"2,476\",\"8,753\",\"1.94\",\"0.7\",\"\""
## [11704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"22\",\"1,891\",\"8,753\",\"2.51\",\"1.2\",\"\""
## [11705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"11\",\"1,373\",\"8,753\",\"1.26\",\"0.8\",\"\""
## [11706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"16\",\"1,244\",\"8,753\",\"1.83\",\"1.3\",\"\""
## [11707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"18\",\"1631\",\"8753\",\"2.06\",\"1.1\",\"\""
## [11708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,041\",\"39,484\",\"N/A\",\"N/A\",\"2.6\",\"\""
## [11709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"288\",\"17,521\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [11710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"134\",\"10,552\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [11711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"134\",\"9,135\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [11712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"127\",\"11,066\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [11713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"53\",\"5,725\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [11714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"34\",\"3,001\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [11715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"15\",\"2,139\",\"N/A\",\"N/A\",\"0.7\",\"\""
## [11716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"19\",\"2,160\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [11717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"50\",\"4455\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [11718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"35\",\"8,582\",\"12,572\",\"2.78\",\"0.4\",\"\""
## [11719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"42\",\"9,811\",\"12,572\",\"3.34\",\"0.4\",\"\""
## [11720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"50\",\"5,286\",\"12,572\",\"3.98\",\"0.9\",\"\""
## [11721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"45\",\"6,070\",\"12,572\",\"3.58\",\"0.7\",\"\""
## [11722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"75\",\"13,145\",\"12,572\",\"5.97\",\"0.6\",\"\""
## [11723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"51\",\"16,900\",\"12,572\",\"4.06\",\"0.3\",\"\""
## [11724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"94\",\"16,169\",\"12,572\",\"7.48\",\"0.6\",\"\""
## [11725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"86\",\"12,292\",\"12,572\",\"6.84\",\"0.7\",\"\""
## [11726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"40\",\"5,715\",\"12,572\",\"3.18\",\"0.7\",\"\""
## [11727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"14\",\"2,836\",\"12,572\",\"1.11\",\"0.5\",\"\""
## [11728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"1,084\",\"12,572\",\"0.56\",\"0.6\",\"\""
## [11729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"13\",\"775\",\"12,572\",\"1.03\",\"1.7\",\"\""
## [11730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"31\",\"1363\",\"12572\",\"2.47\",\"2.3\",\"\""
## [11731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"6,390\",\"5,230\",\"4.4\",\"0.4\",\"\""
## [11732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"37\",\"5,547\",\"5,230\",\"7.07\",\"0.7\",\"\""
## [11733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"32\",\"4,976\",\"5,230\",\"6.12\",\"0.6\",\"\""
## [11734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"30\",\"5,193\",\"5,230\",\"5.74\",\"0.6\",\"\""
## [11735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"78\",\"6,002\",\"5,230\",\"14.91\",\"1.3\",\"\""
## [11736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"47\",\"7,787\",\"5,230\",\"8.99\",\"0.6\",\"\""
## [11737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"40\",\"4,934\",\"5,230\",\"7.65\",\"0.8\",\"\""
## [11738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"51\",\"6,541\",\"5,230\",\"9.75\",\"0.8\",\"\""
## [11739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"64\",\"9,203\",\"5,230\",\"12.24\",\"0.7\",\"\""
## [11740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"15\",\"3,839\",\"5,230\",\"2.87\",\"0.4\",\"\""
## [11741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"2,004\",\"5,230\",\"1.91\",\"0.5\",\"\""
## [11742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7\",\"1,889\",\"5,230\",\"1.34\",\"0.4\",\"\""
## [11743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"2104\",\"5230\",\"2.49\",\"0.6\",\"\""
## [11744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"387\",\"11,453\",\"4,434\",\"87.28\",\"3.4\",\"\""
## [11745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"572\",\"15,573\",\"4,434\",\"129\",\"3.7\",\"\""
## [11746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"361\",\"17,357\",\"4,434\",\"81.42\",\"2.1\",\"\""
## [11747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"153\",\"24,197\",\"4,434\",\"34.51\",\"0.6\",\"\""
## [11748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"150\",\"29,911\",\"4,434\",\"33.83\",\"0.5\",\"\""
## [11749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"98\",\"30,424\",\"4,434\",\"22.1\",\"0.3\",\"\""
## [11750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"147\",\"31,104\",\"4,434\",\"33.15\",\"0.5\",\"\""
## [11751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"88\",\"24,616\",\"4,434\",\"19.85\",\"0.4\",\"\""
## [11752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"30\",\"9,281\",\"4,434\",\"6.77\",\"0.3\",\"\""
## [11753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"17\",\"2,717\",\"4,434\",\"3.83\",\"0.6\",\"\""
## [11754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"9\",\"943\",\"4,434\",\"2.03\",\"1\",\"\""
## [11755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"11\",\"804\",\"4,434\",\"2.48\",\"1.4\",\"\""
## [11756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"13\",\"794\",\"4434\",\"2.93\",\"1.6\",\"\""
## [11757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,071\",\"1,605\",\"2.49\",\"0\",\"\""
## [11758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"25\",\"8,849\",\"1,605\",\"15.58\",\"0.3\",\"\""
## [11759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"38\",\"8,588\",\"1,605\",\"23.68\",\"0.4\",\"\""
## [11760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"10,365\",\"1,605\",\"9.35\",\"0.1\",\"\""
## [11761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"32\",\"10,183\",\"1,605\",\"19.94\",\"0.3\",\"\""
## [11762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"26\",\"13,685\",\"1,605\",\"16.2\",\"0.2\",\"\""
## [11763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"58\",\"12,251\",\"1,605\",\"36.14\",\"0.5\",\"\""
## [11764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"136\",\"9,616\",\"1,605\",\"84.74\",\"1.4\",\"\""
## [11765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"63\",\"5,622\",\"1,605\",\"39.25\",\"1.1\",\"\""
## [11766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"3,490\",\"1,605\",\"3.74\",\"0.2\",\"\""
## [11767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,755\",\"1,605\",\"-\",\"0\",\"\""
## [11768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"0\",\"1,366\",\"1,605\",\"-\",\"0\",\"\""
## [11769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"1558\",\"1605\",\"1.87\",\"0.2\",\"\""
## [11770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"16\",\"8,368\",\"7,281\",\"2.2\",\"0.2\",\"\""
## [11771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"20\",\"7,999\",\"7,281\",\"2.75\",\"0.3\",\"\""
## [11772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"27\",\"7,695\",\"7,281\",\"3.71\",\"0.4\",\"\""
## [11773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"22\",\"8,411\",\"7,281\",\"3.02\",\"0.3\",\"\""
## [11774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"26\",\"11,336\",\"7,281\",\"3.57\",\"0.2\",\"\""
## [11775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"43\",\"14,875\",\"7,281\",\"5.91\",\"0.3\",\"\""
## [11776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"46\",\"12,377\",\"7,281\",\"6.32\",\"0.4\",\"\""
## [11777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"343\",\"6,211\",\"7,281\",\"47.11\",\"5.5\",\"\""
## [11778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"19\",\"5,291\",\"7,281\",\"2.61\",\"0.4\",\"\""
## [11779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"3\",\"3,534\",\"7,281\",\"0.41\",\"0.1\",\"\""
## [11780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10\",\"1,724\",\"7,281\",\"1.37\",\"0.6\",\"\""
## [11781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7\",\"1,084\",\"7,281\",\"0.96\",\"0.6\",\"\""
## [11782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1\",\"1431\",\"7281\",\"0.14\",\"0.1\",\"\""
## [11783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"48\",\"24,411\",\"9,467\",\"5.07\",\"0.2\",\"\""
## [11784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"111\",\"20,731\",\"9,467\",\"11.72\",\"0.5\",\"\""
## [11785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"65\",\"21,875\",\"9,467\",\"6.87\",\"0.3\",\"\""
## [11786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"54\",\"22,967\",\"9,467\",\"5.7\",\"0.2\",\"\""
## [11787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"32\",\"19,460\",\"9,467\",\"3.38\",\"0.2\",\"\""
## [11788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"36\",\"16,876\",\"9,467\",\"3.8\",\"0.2\",\"\""
## [11789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"13,107\",\"9,467\",\"2.01\",\"0.1\",\"\""
## [11790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"121\",\"13,125\",\"9,467\",\"12.78\",\"0.9\",\"\""
## [11791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"193\",\"8,010\",\"9,467\",\"20.39\",\"2.4\",\"\""
## [11792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"31\",\"5,802\",\"9,467\",\"3.27\",\"0.5\",\"\""
## [11793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23\",\"4,744\",\"9,467\",\"2.43\",\"0.5\",\"\""
## [11794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"33\",\"4,445\",\"9,467\",\"3.49\",\"0.7\",\"\""
## [11795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"16\",\"4088\",\"9467\",\"1.69\",\"0.4\",\"\""
## [11796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"59\",\"6,543\",\"5,995\",\"9.84\",\"0.9\",\"\""
## [11797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"60\",\"7,786\",\"5,995\",\"10.01\",\"0.8\",\"\""
## [11798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"47\",\"6,426\",\"5,995\",\"7.84\",\"0.7\",\"\""
## [11799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"41\",\"6,561\",\"5,995\",\"6.84\",\"0.6\",\"\""
## [11800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"20\",\"6,728\",\"5,995\",\"3.34\",\"0.3\",\"\""
## [11801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"21\",\"6,924\",\"5,995\",\"3.5\",\"0.3\",\"\""
## [11802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"7,549\",\"5,995\",\"2.17\",\"0.2\",\"\""
## [11803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"8,329\",\"5,995\",\"2.84\",\"0.2\",\"\""
## [11804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"20\",\"6,985\",\"5,995\",\"3.34\",\"0.3\",\"\""
## [11805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"24\",\"4,278\",\"5,995\",\"4\",\"0.6\",\"\""
## [11806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"2,895\",\"5,995\",\"1.5\",\"0.3\",\"\""
## [11807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"2,117\",\"5,995\",\"2.17\",\"0.6\",\"\""
## [11808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"16\",\"2071\",\"5995\",\"2.67\",\"0.8\",\"\""
## [11809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,302\",\"3,030\",\"1.32\",\"0\",\"\""
## [11810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"7,950\",\"3,030\",\"-\",\"0\",\"\""
## [11811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,249\",\"3,030\",\"1.65\",\"0.1\",\"\""
## [11812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"5,835\",\"3,030\",\"1.65\",\"0.1\",\"\""
## [11813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"10\",\"4,902\",\"3,030\",\"3.3\",\"0.2\",\"\""
## [11814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,272\",\"3,030\",\"1.32\",\"0.1\",\"\""
## [11815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"8,528\",\"3,030\",\"3.63\",\"0.1\",\"\""
## [11816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"12,058\",\"3,030\",\"1.65\",\"0\",\"\""
## [11817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"8,189\",\"3,030\",\"5.28\",\"0.2\",\"\""
## [11818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"4,433\",\"3,030\",\"2.97\",\"0.2\",\"\""
## [11819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,705\",\"3,030\",\"0.99\",\"0.2\",\"\""
## [11820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"1,455\",\"3,030\",\"0.99\",\"0.2\",\"\""
## [11821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"1711\",\"3030\",\"1.65\",\"0.3\",\"\""
## [11822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"8,384\",\"2,008\",\"3.98\",\"0.1\",\"\""
## [11823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"14\",\"7,049\",\"2,008\",\"6.97\",\"0.2\",\"\""
## [11824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"17\",\"10,141\",\"2,008\",\"8.47\",\"0.2\",\"\""
## [11825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"28\",\"12,048\",\"2,008\",\"13.94\",\"0.2\",\"\""
## [11826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"36\",\"14,203\",\"2,008\",\"17.93\",\"0.3\",\"\""
## [11827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"12,957\",\"2,008\",\"10.96\",\"0.2\",\"\""
## [11828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"20\",\"13,125\",\"2,008\",\"9.96\",\"0.2\",\"\""
## [11829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"8,988\",\"2,008\",\"10.96\",\"0.2\",\"\""
## [11830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"5,156\",\"2,008\",\"1.99\",\"0.1\",\"\""
## [11831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"7\",\"3,632\",\"2,008\",\"3.49\",\"0.2\",\"\""
## [11832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"5\",\"2,292\",\"2,008\",\"2.49\",\"0.2\",\"\""
## [11833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,007\",\"2,008\",\"0.5\",\"0\",\"\""
## [11834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3\",\"2648\",\"2008\",\"1.49\",\"0.1\",\"\""
## [11835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"85\",\"9,604\",\"15,374\",\"5.53\",\"0.9\",\"\""
## [11836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"193\",\"13,588\",\"15,374\",\"12.55\",\"1.4\",\"\""
## [11837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"133\",\"12,318\",\"15,374\",\"8.65\",\"1.1\",\"\""
## [11838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"72\",\"9,359\",\"15,374\",\"4.68\",\"0.8\",\"\""
## [11839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"37\",\"5,803\",\"15,374\",\"2.41\",\"0.6\",\"\""
## [11840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"27\",\"3,629\",\"15,374\",\"1.76\",\"0.7\",\"\""
## [11841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"45\",\"4,326\",\"15,374\",\"2.93\",\"1\",\"\""
## [11842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"55\",\"8,726\",\"15,374\",\"3.58\",\"0.6\",\"\""
## [11843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"39\",\"4,835\",\"15,374\",\"2.54\",\"0.8\",\"\""
## [11844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"22\",\"2,200\",\"15,374\",\"1.43\",\"1\",\"\""
## [11845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"15\",\"3,148\",\"15,374\",\"0.98\",\"0.5\",\"\""
## [11846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"10\",\"3,004\",\"15,374\",\"0.65\",\"0.3\",\"\""
## [11847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"46\",\"7452\",\"15374\",\"2.99\",\"0.6\",\"\""
## [11848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"15\",\"4,837\",\"3,004\",\"4.99\",\"0.3\",\"\""
## [11849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"17\",\"5,554\",\"3,004\",\"5.66\",\"0.3\",\"\""
## [11850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"27\",\"6,227\",\"3,004\",\"8.99\",\"0.4\",\"\""
## [11851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"27\",\"5,464\",\"3,004\",\"8.99\",\"0.5\",\"\""
## [11852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"29\",\"4,447\",\"3,004\",\"9.65\",\"0.7\",\"\""
## [11853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"28\",\"5,062\",\"3,004\",\"9.32\",\"0.6\",\"\""
## [11854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"4,701\",\"3,004\",\"7.32\",\"0.5\",\"\""
## [11855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"39\",\"4,445\",\"3,004\",\"12.98\",\"0.9\",\"\""
## [11856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"16\",\"2,667\",\"3,004\",\"5.33\",\"0.6\",\"\""
## [11857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"2,018\",\"3,004\",\"3.33\",\"0.5\",\"\""
## [11858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1,720\",\"3,004\",\"1.66\",\"0.3\",\"\""
## [11859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"1,659\",\"3,004\",\"3.33\",\"0.6\",\"\""
## [11860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"8\",\"1765\",\"3004\",\"2.66\",\"0.5\",\"\""
## [11861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"254\",\"45,408\",\"53,504\",\"4.75\",\"0.6\",\"\""
## [11862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"366\",\"50,038\",\"53,504\",\"6.84\",\"0.7\",\"\""
## [11863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"410\",\"52,329\",\"53,504\",\"7.66\",\"0.8\",\"\""
## [11864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"389\",\"41,562\",\"53,504\",\"7.27\",\"0.9\",\"\""
## [11865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"560\",\"48,912\",\"53,504\",\"10.47\",\"1.1\",\"\""
## [11866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"425\",\"50,524\",\"53,504\",\"7.94\",\"0.8\",\"\""
## [11867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"347\",\"32,968\",\"53,504\",\"6.49\",\"1.1\",\"\""
## [11868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"241\",\"26,812\",\"53,504\",\"4.5\",\"0.9\",\"\""
## [11869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"142\",\"13,624\",\"53,504\",\"2.65\",\"1\",\"\""
## [11870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"46\",\"4,761\",\"53,504\",\"0.86\",\"1\",\"\""
## [11871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"30\",\"2,502\",\"53,504\",\"0.56\",\"1.2\",\"\""
## [11872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"32\",\"2,304\",\"53,504\",\"0.6\",\"1.4\",\"\""
## [11873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"65\",\"4214\",\"53504\",\"1.21\",\"1.5\",\"\""
## [11874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"5,627\",\"3,569\",\"3.92\",\"0.2\",\"\""
## [11875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"31\",\"7,275\",\"3,569\",\"8.69\",\"0.4\",\"\""
## [11876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"6,859\",\"3,569\",\"4.48\",\"0.2\",\"\""
## [11877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"57\",\"9,022\",\"3,569\",\"15.97\",\"0.6\",\"\""
## [11878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"46\",\"8,018\",\"3,569\",\"12.89\",\"0.6\",\"\""
## [11879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"95\",\"7,188\",\"3,569\",\"26.62\",\"1.3\",\"\""
## [11880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"29\",\"8,875\",\"3,569\",\"8.13\",\"0.3\",\"\""
## [11881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"18\",\"3,947\",\"3,569\",\"5.04\",\"0.5\",\"\""
## [11882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"13\",\"2,086\",\"3,569\",\"3.64\",\"0.6\",\"\""
## [11883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"4\",\"1,092\",\"3,569\",\"1.12\",\"0.4\",\"\""
## [11884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"1,310\",\"3,569\",\"1.96\",\"0.5\",\"\""
## [11885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"667\",\"3,569\",\"0.84\",\"0.4\",\"\""
## [11886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"1850\",\"3569\",\"4.48\",\"0.9\",\"\""
## [11887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"149\",\"23,137\",\"20,911\",\"7.13\",\"0.6\",\"\""
## [11888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"324\",\"24,400\",\"20,911\",\"15.49\",\"1.3\",\"\""
## [11889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"274\",\"25,589\",\"20,911\",\"13.1\",\"1.1\",\"\""
## [11890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"212\",\"21,096\",\"20,911\",\"10.14\",\"1\",\"\""
## [11891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"148\",\"26,013\",\"20,911\",\"7.08\",\"0.6\",\"\""
## [11892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"122\",\"31,212\",\"20,911\",\"5.83\",\"0.4\",\"\""
## [11893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"136\",\"30,422\",\"20,911\",\"6.5\",\"0.4\",\"\""
## [11894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"127\",\"27,917\",\"20,911\",\"6.07\",\"0.5\",\"\""
## [11895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"91\",\"17,375\",\"20,911\",\"4.35\",\"0.5\",\"\""
## [11896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"41\",\"10,238\",\"20,911\",\"1.96\",\"0.4\",\"\""
## [11897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"47\",\"7,762\",\"20,911\",\"2.25\",\"0.6\",\"\""
## [11898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"39\",\"7,207\",\"20,911\",\"1.87\",\"0.5\",\"\""
## [11899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"40\",\"7072\",\"20911\",\"1.91\",\"0.6\",\"\""
## [11900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"67\",\"10,276\",\"15,550\",\"4.31\",\"0.7\",\"\""
## [11901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"114\",\"11,788\",\"15,550\",\"7.33\",\"1\",\"\""
## [11902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"155\",\"18,796\",\"15,550\",\"9.97\",\"0.8\",\"\""
## [11903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"120\",\"12,847\",\"15,550\",\"7.72\",\"0.9\",\"\""
## [11904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"234\",\"10,450\",\"15,550\",\"15.05\",\"2.2\",\"\""
## [11905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"74\",\"9,329\",\"15,550\",\"4.76\",\"0.8\",\"\""
## [11906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"121\",\"14,876\",\"15,550\",\"7.78\",\"0.8\",\"\""
## [11907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"385\",\"22,302\",\"15,550\",\"24.76\",\"1.7\",\"\""
## [11908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"276\",\"10,429\",\"15,550\",\"17.75\",\"2.6\",\"\""
## [11909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"116\",\"7,162\",\"15,550\",\"7.46\",\"1.6\",\"\""
## [11910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"85\",\"6,420\",\"15,550\",\"5.47\",\"1.3\",\"\""
## [11911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"77\",\"5,755\",\"15,550\",\"4.95\",\"1.3\",\"\""
## [11912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"99\",\"5601\",\"15550\",\"6.37\",\"1.8\",\"\""
## [11913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"47\",\"9,856\",\"7,493\",\"6.27\",\"0.5\",\"\""
## [11914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"82\",\"11,689\",\"7,493\",\"10.94\",\"0.7\",\"\""
## [11915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"191\",\"11,077\",\"7,493\",\"25.49\",\"1.7\",\"\""
## [11916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"147\",\"9,485\",\"7,493\",\"19.62\",\"1.5\",\"\""
## [11917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"50\",\"8,907\",\"7,493\",\"6.67\",\"0.6\",\"\""
## [11918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"27\",\"10,363\",\"7,493\",\"3.6\",\"0.3\",\"\""
## [11919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"18\",\"10,317\",\"7,493\",\"2.4\",\"0.2\",\"\""
## [11920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"19\",\"6,512\",\"7,493\",\"2.54\",\"0.3\",\"\""
## [11921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"13\",\"3,154\",\"7,493\",\"1.73\",\"0.4\",\"\""
## [11922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"739\",\"7,493\",\"0.13\",\"0.1\",\"\""
## [11923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"716\",\"7,493\",\"0.53\",\"0.6\",\"\""
## [11924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"1,011\",\"7,493\",\"0.53\",\"0.4\",\"\""
## [11925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"1278\",\"7493\",\"0.4\",\"0.2\",\"\""
## [11926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"90\",\"13,888\",\"15,636\",\"5.76\",\"0.6\",\"\""
## [11927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"89\",\"15,487\",\"15,636\",\"5.69\",\"0.6\",\"\""
## [11928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"104\",\"17,225\",\"15,636\",\"6.65\",\"0.6\",\"\""
## [11929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"71\",\"14,764\",\"15,636\",\"4.54\",\"0.5\",\"\""
## [11930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"85\",\"11,595\",\"15,636\",\"5.44\",\"0.7\",\"\""
## [11931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"295\",\"8,144\",\"15,636\",\"18.87\",\"3.6\",\"\""
## [11932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"480\",\"7,996\",\"15,636\",\"30.7\",\"6\",\"\""
## [11933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"453\",\"8,969\",\"15,636\",\"28.97\",\"5.1\",\"\""
## [11934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,081\",\"8,989\",\"15,636\",\"69.14\",\"12\",\"\""
## [11935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"754\",\"6,845\",\"15,636\",\"48.22\",\"11\",\"\""
## [11936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"85\",\"6,328\",\"15,636\",\"5.44\",\"1.3\",\"\""
## [11937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"139\",\"5,830\",\"15,636\",\"8.89\",\"2.4\",\"\""
## [11938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"70\",\"5404\",\"15636\",\"4.48\",\"1.3\",\"\""
## [11939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"19\",\"17,874\",\"10,397\",\"1.83\",\"0.1\",\"\""
## [11940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"27\",\"22,878\",\"10,397\",\"2.6\",\"0.1\",\"\""
## [11941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"30\",\"22,899\",\"10,397\",\"2.89\",\"0.1\",\"\""
## [11942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"53\",\"26,384\",\"10,397\",\"5.1\",\"0.2\",\"\""
## [11943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"90\",\"26,255\",\"10,397\",\"8.66\",\"0.3\",\"\""
## [11944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"46\",\"20,851\",\"10,397\",\"4.42\",\"0.2\",\"\""
## [11945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"30\",\"18,152\",\"10,397\",\"2.89\",\"0.2\",\"\""
## [11946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"25\",\"15,748\",\"10,397\",\"2.4\",\"0.2\",\"\""
## [11947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"9\",\"7,723\",\"10,397\",\"0.87\",\"0.1\",\"\""
## [11948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"10\",\"5,472\",\"10,397\",\"0.96\",\"0.2\",\"\""
## [11949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"6\",\"3,074\",\"10,397\",\"0.58\",\"0.2\",\"\""
## [11950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"8\",\"2,807\",\"10,397\",\"0.77\",\"0.3\",\"\""
## [11951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"11\",\"3825\",\"10397\",\"1.06\",\"0.3\",\"\""
## [11952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"51\",\"19,364\",\"19,110\",\"2.67\",\"0.3\",\"\""
## [11953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"62\",\"20,890\",\"19,110\",\"3.24\",\"0.3\",\"\""
## [11954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"61\",\"19,250\",\"19,110\",\"3.19\",\"0.3\",\"\""
## [11955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"54\",\"23,349\",\"19,110\",\"2.83\",\"0.2\",\"\""
## [11956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"57\",\"22,386\",\"19,110\",\"2.98\",\"0.3\",\"\""
## [11957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"25\",\"10,091\",\"19,110\",\"1.31\",\"0.2\",\"\""
## [11958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"28\",\"5,831\",\"19,110\",\"1.47\",\"0.5\",\"\""
## [11959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"32\",\"4,376\",\"19,110\",\"1.67\",\"0.7\",\"\""
## [11960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"22\",\"3,129\",\"19,110\",\"1.15\",\"0.7\",\"\""
## [11961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"1,719\",\"19,110\",\"0.52\",\"0.6\",\"\""
## [11962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"7\",\"1,342\",\"19,110\",\"0.37\",\"0.5\",\"\""
## [11963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"17\",\"1,465\",\"19,110\",\"0.89\",\"1.2\",\"\""
## [11964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"26\",\"2685\",\"19110\",\"1.36\",\"1\",\"\""
## [11965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"8,609\",\"2,839\",\"3.17\",\"0.1\",\"\""
## [11966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"16\",\"11,818\",\"2,839\",\"5.64\",\"0.1\",\"\""
## [11967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"13,353\",\"2,839\",\"3.52\",\"0.1\",\"\""
## [11968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"10,521\",\"2,839\",\"2.82\",\"0.1\",\"\""
## [11969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"9,651\",\"2,839\",\"1.76\",\"0.1\",\"\""
## [11970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5\",\"6,343\",\"2,839\",\"1.76\",\"0.1\",\"\""
## [11971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"6,999\",\"2,839\",\"0.7\",\"0\",\"\""
## [11972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"8,942\",\"2,839\",\"3.87\",\"0.1\",\"\""
## [11973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"5,881\",\"2,839\",\"0.35\",\"0\",\"\""
## [11974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"3,812\",\"2,839\",\"0.7\",\"0.1\",\"\""
## [11975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"2,186\",\"2,839\",\"4.58\",\"0.6\",\"\""
## [11976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"12\",\"2,048\",\"2,839\",\"4.23\",\"0.6\",\"\""
## [11977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"2546\",\"2839\",\"3.52\",\"0.4\",\"\""
## [11978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"99\",\"6,912\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [11979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"101\",\"7,581\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [11980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"102\",\"7,300\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [11981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"83\",\"5,420\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [11982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"50\",\"4,078\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [11983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"29\",\"3,251\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [11984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"39\",\"2,645\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [11985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"26\",\"2,231\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [11986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"20\",\"1,539\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [11987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"15\",\"1,322\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [11988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"9\",\"1,122\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [11989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"29\",\"1,004\",\"N/A\",\"N/A\",\"2.9\",\"\""
## [11990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"31\",\"1111\",\"N/A\",\"N/A\",\"2.8\",\"\""
## [11991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"327\",\"47,870\",\"21,529\",\"15.19\",\"0.7\",\"\""
## [11992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"445\",\"64,607\",\"21,529\",\"20.67\",\"0.7\",\"\""
## [11993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"356\",\"68,915\",\"21,529\",\"16.54\",\"0.5\",\"\""
## [11994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"340\",\"59,659\",\"21,529\",\"15.79\",\"0.6\",\"\""
## [11995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"259\",\"43,877\",\"21,529\",\"12.03\",\"0.6\",\"\""
## [11996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"158\",\"25,691\",\"21,529\",\"7.34\",\"0.6\",\"\""
## [11997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"243\",\"29,117\",\"21,529\",\"11.29\",\"0.8\",\"\""
## [11998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"337\",\"35,855\",\"21,529\",\"15.65\",\"0.9\",\"\""
## [11999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"191\",\"24,523\",\"21,529\",\"8.87\",\"0.8\",\"\""
## [12000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"37\",\"6,450\",\"21,529\",\"1.72\",\"0.6\",\"\""
## [12001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"35\",\"6,650\",\"21,529\",\"1.63\",\"0.5\",\"\""
## [12002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"66\",\"9,257\",\"21,529\",\"3.07\",\"0.7\",\"\""
## [12003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"144\",\"17576\",\"21529\",\"6.69\",\"0.8\",\"\""
## [12004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,608\",\"294,467\",\"404,874\",\"18.79\",\"2.6\",\"\""
## [12005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,456\",\"448,957\",\"404,874\",\"35.7\",\"3.2\",\"\""
## [12006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"21,663\",\"721,451\",\"404,874\",\"53.51\",\"3\",\"\""
## [12007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"15,635\",\"624,009\",\"404,874\",\"38.62\",\"2.5\",\"\""
## [12008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,599\",\"560,544\",\"404,874\",\"36.06\",\"2.6\",\"\""
## [12009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,280\",\"480,702\",\"404,874\",\"30.33\",\"2.6\",\"\""
## [12010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,635\",\"338,973\",\"404,874\",\"21.33\",\"2.5\",\"\""
## [12011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,077\",\"270,086\",\"404,874\",\"17.48\",\"2.6\",\"\""
## [12012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,138\",\"157,738\",\"404,874\",\"10.22\",\"2.6\",\"\""
## [12013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,666\",\"140,198\",\"404,874\",\"9.05\",\"2.6\",\"\""
## [12014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,553\",\"121,607\",\"404,874\",\"8.78\",\"2.9\",\"\""
## [12015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,662\",\"116,385\",\"404,874\",\"9.04\",\"3.1\",\"\""
## [12016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5085\",\"149592\",\"404874\",\"12.56\",\"3.4\",\"\""
## [12017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"29\",\"8,298\",\"5,425\",\"5.35\",\"0.3\",\"\""
## [12018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"23\",\"8,541\",\"5,425\",\"4.24\",\"0.3\",\"\""
## [12019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"24\",\"11,467\",\"5,425\",\"4.42\",\"0.2\",\"\""
## [12020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"43\",\"13,075\",\"5,425\",\"7.93\",\"0.3\",\"\""
## [12021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"35\",\"15,350\",\"5,425\",\"6.45\",\"0.2\",\"\""
## [12022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"31\",\"16,047\",\"5,425\",\"5.71\",\"0.2\",\"\""
## [12023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"38\",\"14,297\",\"5,425\",\"7\",\"0.3\",\"\""
## [12024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"49\",\"13,070\",\"5,425\",\"9.03\",\"0.4\",\"\""
## [12025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"31\",\"9,226\",\"5,425\",\"5.71\",\"0.3\",\"\""
## [12026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"21\",\"5,277\",\"5,425\",\"3.87\",\"0.4\",\"\""
## [12027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7\",\"3,682\",\"5,425\",\"1.29\",\"0.2\",\"\""
## [12028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"5\",\"2,075\",\"5,425\",\"0.92\",\"0.2\",\"\""
## [12029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"2707\",\"5425\",\"3.13\",\"0.6\",\"\""
## [12030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"14,537\",\"4,450\",\"3.82\",\"0.1\",\"\""
## [12031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"11,940\",\"4,450\",\"3.15\",\"0.1\",\"\""
## [12032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"8,229\",\"4,450\",\"2.25\",\"0.1\",\"\""
## [12033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"13\",\"6,212\",\"4,450\",\"2.92\",\"0.2\",\"\""
## [12034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"63\",\"6,169\",\"4,450\",\"14.16\",\"1\",\"\""
## [12035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"23\",\"3,661\",\"4,450\",\"5.17\",\"0.6\",\"\""
## [12036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"4,750\",\"4,450\",\"1.57\",\"0.1\",\"\""
## [12037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"47\",\"5,097\",\"4,450\",\"10.56\",\"0.9\",\"\""
## [12038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"17\",\"2,419\",\"4,450\",\"3.82\",\"0.7\",\"\""
## [12039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,521\",\"4,450\",\"0.67\",\"0.2\",\"\""
## [12040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"9\",\"1,622\",\"4,450\",\"2.02\",\"0.6\",\"\""
## [12041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"1,527\",\"4,450\",\"1.57\",\"0.5\",\"\""
## [12042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"1734\",\"4450\",\"1.57\",\"0.4\",\"\""
## [12043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"9,415\",\"6,233\",\"2.09\",\"0.1\",\"\""
## [12044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"42\",\"9,429\",\"6,233\",\"6.74\",\"0.4\",\"\""
## [12045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"19\",\"9,086\",\"6,233\",\"3.05\",\"0.2\",\"\""
## [12046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"6,260\",\"6,233\",\"4.65\",\"0.5\",\"\""
## [12047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"5,649\",\"6,233\",\"2.09\",\"0.2\",\"\""
## [12048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"11\",\"7,379\",\"6,233\",\"1.76\",\"0.1\",\"\""
## [12049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"27\",\"7,032\",\"6,233\",\"4.33\",\"0.4\",\"\""
## [12050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"43\",\"7,685\",\"6,233\",\"6.9\",\"0.6\",\"\""
## [12051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"6,310\",\"6,233\",\"4.65\",\"0.5\",\"\""
## [12052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"16\",\"4,214\",\"6,233\",\"2.57\",\"0.4\",\"\""
## [12053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"2,465\",\"6,233\",\"2.25\",\"0.6\",\"\""
## [12054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"1,671\",\"6,233\",\"2.09\",\"0.8\",\"\""
## [12055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8\",\"1753\",\"6233\",\"1.28\",\"0.5\",\"\""
## [12056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"85\",\"13,176\",\"5,444\",\"15.61\",\"0.6\",\"\""
## [12057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"56\",\"14,036\",\"5,444\",\"10.29\",\"0.4\",\"\""
## [12058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"33\",\"11,542\",\"5,444\",\"6.06\",\"0.3\",\"\""
## [12059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"55\",\"11,737\",\"5,444\",\"10.1\",\"0.5\",\"\""
## [12060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"59\",\"12,681\",\"5,444\",\"10.84\",\"0.5\",\"\""
## [12061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"36\",\"8,453\",\"5,444\",\"6.61\",\"0.4\",\"\""
## [12062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"51\",\"9,030\",\"5,444\",\"9.37\",\"0.6\",\"\""
## [12063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"60\",\"8,427\",\"5,444\",\"11.02\",\"0.7\",\"\""
## [12064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"34\",\"4,404\",\"5,444\",\"6.25\",\"0.8\",\"\""
## [12065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"21\",\"1,752\",\"5,444\",\"3.86\",\"1.2\",\"\""
## [12066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"1,136\",\"5,444\",\"1.47\",\"0.7\",\"\""
## [12067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"21\",\"1,090\",\"5,444\",\"3.86\",\"1.9\",\"\""
## [12068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"15\",\"1960\",\"5444\",\"2.76\",\"0.8\",\"\""
## [12069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"27\",\"33,759\",\"17,871\",\"1.51\",\"0.1\",\"\""
## [12070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"40\",\"28,937\",\"17,871\",\"2.24\",\"0.1\",\"\""
## [12071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"35\",\"32,281\",\"17,871\",\"1.96\",\"0.1\",\"\""
## [12072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36\",\"39,383\",\"17,871\",\"2.01\",\"0.1\",\"\""
## [12073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"49\",\"43,441\",\"17,871\",\"2.74\",\"0.1\",\"\""
## [12074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"27\",\"40,654\",\"17,871\",\"1.51\",\"0.1\",\"\""
## [12075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"26\",\"31,759\",\"17,871\",\"1.45\",\"0.1\",\"\""
## [12076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39\",\"37,843\",\"17,871\",\"2.18\",\"0.1\",\"\""
## [12077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"15\",\"17,223\",\"17,871\",\"0.84\",\"0.1\",\"\""
## [12078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"7,055\",\"17,871\",\"1.01\",\"0.3\",\"\""
## [12079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"3,695\",\"17,871\",\"0.56\",\"0.3\",\"\""
## [12080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"8\",\"2,857\",\"17,871\",\"0.45\",\"0.3\",\"\""
## [12081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"6\",\"2831\",\"17871\",\"0.34\",\"0.2\",\"\""
## [12082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"76\",\"8,640\",\"15,465\",\"4.91\",\"0.9\",\"\""
## [12083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"35\",\"5,848\",\"15,465\",\"2.26\",\"0.6\",\"\""
## [12084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"31\",\"4,556\",\"15,465\",\"2\",\"0.7\",\"\""
## [12085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"51\",\"5,451\",\"15,465\",\"3.3\",\"0.9\",\"\""
## [12086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"19\",\"4,528\",\"15,465\",\"1.23\",\"0.4\",\"\""
## [12087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"23\",\"3,320\",\"15,465\",\"1.49\",\"0.7\",\"\""
## [12088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"32\",\"3,384\",\"15,465\",\"2.07\",\"0.9\",\"\""
## [12089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"36\",\"5,166\",\"15,465\",\"2.33\",\"0.7\",\"\""
## [12090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"48\",\"3,762\",\"15,465\",\"3.1\",\"1.3\",\"\""
## [12091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"33\",\"2,417\",\"15,465\",\"2.13\",\"1.4\",\"\""
## [12092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"15\",\"1,573\",\"15,465\",\"0.97\",\"1\",\"\""
## [12093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"31\",\"1,449\",\"15,465\",\"2\",\"2.1\",\"\""
## [12094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"37\",\"2231\",\"15465\",\"2.39\",\"1.7\",\"\""
## [12095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"74\",\"18,023\",\"18,889\",\"3.92\",\"0.4\",\"\""
## [12096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"81\",\"18,952\",\"18,889\",\"4.29\",\"0.4\",\"\""
## [12097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"68\",\"18,463\",\"18,889\",\"3.6\",\"0.4\",\"\""
## [12098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"59\",\"15,846\",\"18,889\",\"3.12\",\"0.4\",\"\""
## [12099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"47\",\"13,847\",\"18,889\",\"2.49\",\"0.3\",\"\""
## [12100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"41\",\"13,948\",\"18,889\",\"2.17\",\"0.3\",\"\""
## [12101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"74\",\"10,083\",\"18,889\",\"3.92\",\"0.7\",\"\""
## [12102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"99\",\"12,879\",\"18,889\",\"5.24\",\"0.8\",\"\""
## [12103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"47\",\"7,782\",\"18,889\",\"2.49\",\"0.6\",\"\""
## [12104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"24\",\"6,058\",\"18,889\",\"1.27\",\"0.4\",\"\""
## [12105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"21\",\"4,851\",\"18,889\",\"1.11\",\"0.4\",\"\""
## [12106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"44\",\"5,868\",\"18,889\",\"2.33\",\"0.7\",\"\""
## [12107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"84\",\"9436\",\"18889\",\"4.45\",\"0.9\",\"\""
## [12108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"71\",\"19,042\",\"24,745\",\"2.87\",\"0.4\",\"\""
## [12109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"54\",\"20,530\",\"24,745\",\"2.18\",\"0.3\",\"\""
## [12110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"49\",\"26,816\",\"24,745\",\"1.98\",\"0.2\",\"\""
## [12111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"68\",\"27,555\",\"24,745\",\"2.75\",\"0.2\",\"\""
## [12112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"33\",\"23,106\",\"24,745\",\"1.33\",\"0.1\",\"\""
## [12113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"14\",\"17,674\",\"24,745\",\"0.57\",\"0.1\",\"\""
## [12114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"102\",\"20,487\",\"24,745\",\"4.12\",\"0.5\",\"\""
## [12115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"125\",\"21,218\",\"24,745\",\"5.05\",\"0.6\",\"\""
## [12116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"53\",\"8,175\",\"24,745\",\"2.14\",\"0.6\",\"\""
## [12117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"32\",\"3,521\",\"24,745\",\"1.29\",\"0.9\",\"\""
## [12118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3\",\"2,025\",\"24,745\",\"0.12\",\"0.1\",\"\""
## [12119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"12\",\"1,529\",\"24,745\",\"0.48\",\"0.8\",\"\""
## [12120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"32\",\"4681\",\"24745\",\"1.29\",\"0.7\",\"\""
## [12121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"38\",\"19,146\",\"7,376\",\"5.15\",\"0.2\",\"\""
## [12122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"37\",\"17,186\",\"7,376\",\"5.02\",\"0.2\",\"\""
## [12123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"27\",\"10,309\",\"7,376\",\"3.66\",\"0.3\",\"\""
## [12124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"18\",\"7,655\",\"7,376\",\"2.44\",\"0.2\",\"\""
## [12125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"24\",\"11,170\",\"7,376\",\"3.25\",\"0.2\",\"\""
## [12126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"44\",\"18,903\",\"7,376\",\"5.97\",\"0.2\",\"\""
## [12127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"44\",\"18,950\",\"7,376\",\"5.97\",\"0.2\",\"\""
## [12128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"55\",\"14,538\",\"7,376\",\"7.46\",\"0.4\",\"\""
## [12129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"6,012\",\"7,376\",\"1.9\",\"0.2\",\"\""
## [12130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13\",\"3,847\",\"7,376\",\"1.76\",\"0.3\",\"\""
## [12131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"3,563\",\"7,376\",\"1.9\",\"0.4\",\"\""
## [12132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"20\",\"2,601\",\"7,376\",\"2.71\",\"0.8\",\"\""
## [12133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"23\",\"3280\",\"7376\",\"3.12\",\"0.7\",\"\""
## [12134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"51\",\"4,059\",\"4,670\",\"10.92\",\"1.3\",\"\""
## [12135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"75\",\"5,373\",\"4,670\",\"16.06\",\"1.4\",\"\""
## [12136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"30\",\"5,978\",\"4,670\",\"6.42\",\"0.5\",\"\""
## [12137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"54\",\"4,262\",\"4,670\",\"11.56\",\"1.3\",\"\""
## [12138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"3,356\",\"4,670\",\"1.71\",\"0.2\",\"\""
## [12139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"10\",\"3,310\",\"4,670\",\"2.14\",\"0.3\",\"\""
## [12140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2\",\"3,570\",\"4,670\",\"0.43\",\"0.1\",\"\""
## [12141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"69\",\"5,049\",\"4,670\",\"14.78\",\"1.4\",\"\""
## [12142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"15\",\"4,628\",\"4,670\",\"3.21\",\"0.3\",\"\""
## [12143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"19\",\"2,530\",\"4,670\",\"4.07\",\"0.8\",\"\""
## [12144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"1,894\",\"4,670\",\"1.71\",\"0.4\",\"\""
## [12145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1\",\"1,175\",\"4,670\",\"0.21\",\"0.1\",\"\""
## [12146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"41\",\"1735\",\"4670\",\"8.78\",\"2.4\",\"\""
## [12147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"124\",\"13,970\",\"18,687\",\"6.64\",\"0.9\",\"\""
## [12148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"167\",\"18,016\",\"18,687\",\"8.94\",\"0.9\",\"\""
## [12149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"132\",\"17,079\",\"18,687\",\"7.06\",\"0.8\",\"\""
## [12150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"109\",\"13,672\",\"18,687\",\"5.83\",\"0.8\",\"\""
## [12151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"104\",\"13,478\",\"18,687\",\"5.57\",\"0.8\",\"\""
## [12152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"147\",\"15,863\",\"18,687\",\"7.87\",\"0.9\",\"\""
## [12153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"142\",\"18,140\",\"18,687\",\"7.6\",\"0.8\",\"\""
## [12154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"145\",\"14,399\",\"18,687\",\"7.76\",\"1\",\"\""
## [12155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"81\",\"10,029\",\"18,687\",\"4.33\",\"0.8\",\"\""
## [12156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"38\",\"5,738\",\"18,687\",\"2.03\",\"0.7\",\"\""
## [12157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"42\",\"3,980\",\"18,687\",\"2.25\",\"1.1\",\"\""
## [12158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"45\",\"4,561\",\"18,687\",\"2.41\",\"1\",\"\""
## [12159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"64\",\"5221\",\"18687\",\"3.42\",\"1.2\",\"\""
## [12160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"63\",\"14,988\",\"16,352\",\"3.85\",\"0.4\",\"\""
## [12161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"93\",\"25,703\",\"16,352\",\"5.69\",\"0.4\",\"\""
## [12162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"58\",\"18,311\",\"16,352\",\"3.55\",\"0.3\",\"\""
## [12163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"97\",\"18,289\",\"16,352\",\"5.93\",\"0.5\",\"\""
## [12164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"95\",\"20,745\",\"16,352\",\"5.81\",\"0.5\",\"\""
## [12165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"127\",\"26,625\",\"16,352\",\"7.77\",\"0.5\",\"\""
## [12166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"112\",\"23,451\",\"16,352\",\"6.85\",\"0.5\",\"\""
## [12167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"87\",\"16,444\",\"16,352\",\"5.32\",\"0.5\",\"\""
## [12168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"91\",\"11,396\",\"16,352\",\"5.57\",\"0.8\",\"\""
## [12169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"71\",\"7,660\",\"16,352\",\"4.34\",\"0.9\",\"\""
## [12170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"70\",\"6,059\",\"16,352\",\"4.28\",\"1.2\",\"\""
## [12171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"54\",\"4,856\",\"16,352\",\"3.3\",\"1.1\",\"\""
## [12172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"78\",\"5765\",\"16352\",\"4.77\",\"1.4\",\"\""
## [12173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"120\",\"25,880\",\"32,586\",\"3.68\",\"0.5\",\"\""
## [12174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"146\",\"25,330\",\"32,586\",\"4.48\",\"0.6\",\"\""
## [12175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"163\",\"27,330\",\"32,586\",\"5\",\"0.6\",\"\""
## [12176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"229\",\"39,733\",\"32,586\",\"7.03\",\"0.6\",\"\""
## [12177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"270\",\"40,215\",\"32,586\",\"8.29\",\"0.7\",\"\""
## [12178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"177\",\"23,604\",\"32,586\",\"5.43\",\"0.7\",\"\""
## [12179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"123\",\"21,472\",\"32,586\",\"3.77\",\"0.6\",\"\""
## [12180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"164\",\"20,760\",\"32,586\",\"5.03\",\"0.8\",\"\""
## [12181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"96\",\"16,476\",\"32,586\",\"2.95\",\"0.6\",\"\""
## [12182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"84\",\"10,464\",\"32,586\",\"2.58\",\"0.8\",\"\""
## [12183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"44\",\"8,208\",\"32,586\",\"1.35\",\"0.5\",\"\""
## [12184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"64\",\"5,466\",\"32,586\",\"1.96\",\"1.2\",\"\""
## [12185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"66\",\"6577\",\"32586\",\"2.03\",\"1\",\"\""
## [12186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"14\",\"5,020\",\"4,647\",\"3.01\",\"0.3\",\"\""
## [12187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"16\",\"3,821\",\"4,647\",\"3.44\",\"0.4\",\"\""
## [12188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"15\",\"5,586\",\"4,647\",\"3.23\",\"0.3\",\"\""
## [12189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"27\",\"7,974\",\"4,647\",\"5.81\",\"0.3\",\"\""
## [12190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"5,086\",\"4,647\",\"3.87\",\"0.4\",\"\""
## [12191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"5\",\"4,063\",\"4,647\",\"1.08\",\"0.1\",\"\""
## [12192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"5,639\",\"4,647\",\"2.58\",\"0.2\",\"\""
## [12193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"27\",\"4,783\",\"4,647\",\"5.81\",\"0.6\",\"\""
## [12194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"24\",\"3,054\",\"4,647\",\"5.16\",\"0.8\",\"\""
## [12195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"28\",\"3,235\",\"4,647\",\"6.03\",\"0.9\",\"\""
## [12196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"1,908\",\"4,647\",\"2.58\",\"0.6\",\"\""
## [12197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"7\",\"1,725\",\"4,647\",\"1.51\",\"0.4\",\"\""
## [12198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6\",\"1685\",\"4647\",\"1.29\",\"0.4\",\"\""
## [12199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"25\",\"11,652\",\"5,657\",\"4.42\",\"0.2\",\"\""
## [12200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"17\",\"10,428\",\"5,657\",\"3.01\",\"0.2\",\"\""
## [12201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"33\",\"12,043\",\"5,657\",\"5.83\",\"0.3\",\"\""
## [12202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11\",\"11,775\",\"5,657\",\"1.94\",\"0.1\",\"\""
## [12203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10\",\"10,609\",\"5,657\",\"1.77\",\"0.1\",\"\""
## [12204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"16\",\"10,340\",\"5,657\",\"2.83\",\"0.2\",\"\""
## [12205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"43\",\"13,578\",\"5,657\",\"7.6\",\"0.3\",\"\""
## [12206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"55\",\"14,121\",\"5,657\",\"9.72\",\"0.4\",\"\""
## [12207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"23\",\"9,753\",\"5,657\",\"4.07\",\"0.2\",\"\""
## [12208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"27\",\"8,357\",\"5,657\",\"4.77\",\"0.3\",\"\""
## [12209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"17\",\"4,829\",\"5,657\",\"3.01\",\"0.4\",\"\""
## [12210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"5\",\"4,239\",\"5,657\",\"0.88\",\"0.1\",\"\""
## [12211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"14\",\"3727\",\"5657\",\"2.47\",\"0.4\",\"\""
## [12212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"221\",\"25,364\",\"63,498\",\"3.48\",\"0.9\",\"\""
## [12213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"231\",\"27,826\",\"63,498\",\"3.64\",\"0.8\",\"\""
## [12214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"234\",\"26,362\",\"63,498\",\"3.69\",\"0.9\",\"\""
## [12215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"177\",\"18,674\",\"63,498\",\"2.79\",\"0.9\",\"\""
## [12216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"229\",\"19,059\",\"63,498\",\"3.61\",\"1.2\",\"\""
## [12217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"468\",\"35,185\",\"63,498\",\"7.37\",\"1.3\",\"\""
## [12218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"452\",\"31,249\",\"63,498\",\"7.12\",\"1.4\",\"\""
## [12219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"386\",\"22,481\",\"63,498\",\"6.08\",\"1.7\",\"\""
## [12220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"54\",\"14,928\",\"63,498\",\"0.85\",\"0.4\",\"\""
## [12221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"38\",\"17,442\",\"63,498\",\"0.6\",\"0.2\",\"\""
## [12222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"25\",\"12,548\",\"63,498\",\"0.39\",\"0.2\",\"\""
## [12223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"33\",\"11,316\",\"63,498\",\"0.52\",\"0.3\",\"\""
## [12224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"43\",\"16576\",\"63498\",\"0.68\",\"0.3\",\"\""
## [12225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"288\",\"61,178\",\"30,874\",\"9.33\",\"0.5\",\"\""
## [12226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"273\",\"48,392\",\"30,874\",\"8.84\",\"0.6\",\"\""
## [12227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"239\",\"47,383\",\"30,874\",\"7.74\",\"0.5\",\"\""
## [12228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"246\",\"36,439\",\"30,874\",\"7.97\",\"0.7\",\"\""
## [12229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"185\",\"35,642\",\"30,874\",\"5.99\",\"0.5\",\"\""
## [12230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"146\",\"41,564\",\"30,874\",\"4.73\",\"0.4\",\"\""
## [12231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"61\",\"39,304\",\"30,874\",\"1.98\",\"0.2\",\"\""
## [12232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"46\",\"33,230\",\"30,874\",\"1.49\",\"0.1\",\"\""
## [12233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"60\",\"20,479\",\"30,874\",\"1.94\",\"0.3\",\"\""
## [12234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"51\",\"13,184\",\"30,874\",\"1.65\",\"0.4\",\"\""
## [12235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"42\",\"9,653\",\"30,874\",\"1.36\",\"0.4\",\"\""
## [12236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"35\",\"6,321\",\"30,874\",\"1.13\",\"0.6\",\"\""
## [12237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"58\",\"7353\",\"30874\",\"1.88\",\"0.8\",\"\""
## [12238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"13\",\"4,356\",\"4,006\",\"3.25\",\"0.3\",\"\""
## [12239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"18\",\"4,178\",\"4,006\",\"4.49\",\"0.4\",\"\""
## [12240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"24\",\"4,952\",\"4,006\",\"5.99\",\"0.5\",\"\""
## [12241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"32\",\"5,726\",\"4,006\",\"7.99\",\"0.6\",\"\""
## [12242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"56\",\"5,465\",\"4,006\",\"13.98\",\"1\",\"\""
## [12243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"24\",\"4,653\",\"4,006\",\"5.99\",\"0.5\",\"\""
## [12244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"32\",\"5,844\",\"4,006\",\"7.99\",\"0.5\",\"\""
## [12245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"33\",\"6,322\",\"4,006\",\"8.24\",\"0.5\",\"\""
## [12246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"3,072\",\"4,006\",\"2.5\",\"0.3\",\"\""
## [12247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"2,405\",\"4,006\",\"3.49\",\"0.6\",\"\""
## [12248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3\",\"1,488\",\"4,006\",\"0.75\",\"0.2\",\"\""
## [12249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"940\",\"4,006\",\"0.25\",\"0.1\",\"\""
## [12250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"1142\",\"4006\",\"2.25\",\"0.8\",\"\""
## [12251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"26,301\",\"932,065\",\"1,124,511\",\"23.39\",\"2.8\",\"\""
## [12252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"32,843\",\"1,125,647\",\"1,124,511\",\"29.21\",\"2.9\",\"\""
## [12253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"42,035\",\"1,409,802\",\"1,124,511\",\"37.38\",\"3\",\"\""
## [12254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"41,653\",\"1,284,197\",\"1,124,511\",\"37.04\",\"3.2\",\"\""
## [12255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"40,811\",\"1,220,198\",\"1,124,511\",\"36.29\",\"3.3\",\"\""
## [12256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"37,943\",\"1,121,123\",\"1,124,511\",\"33.74\",\"3.4\",\"\""
## [12257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"31,316\",\"954,314\",\"1,124,511\",\"27.85\",\"3.3\",\"\""
## [12258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"24,770\",\"841,399\",\"1,124,511\",\"22.03\",\"2.9\",\"\""
## [12259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"14,430\",\"498,721\",\"1,124,511\",\"12.83\",\"2.9\",\"\""
## [12260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,230\",\"342,086\",\"1,124,511\",\"9.99\",\"3.3\",\"\""
## [12261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"8,599\",\"266,308\",\"1,124,511\",\"7.65\",\"3.2\",\"\""
## [12262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,881\",\"243,589\",\"1,124,511\",\"7.01\",\"3.2\",\"\""
## [12263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11134\",\"316353\",\"1124511\",\"9.9\",\"3.5\",\"\""
## [12264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"16427\",\"461837\",\"1124511\",\"14.61\",\"3.6\",\"\""
## [12265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"23595\",\"886657\",\"994,499\",\"23.73\",\"2.7\",\"\""
## [12266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"29756\",\"1075609\",\"994,499\",\"29.92\",\"2.8\",\"\""
## [12267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"38748\",\"1357473\",\"994,499\",\"38.96\",\"2.9\",\"\""
## [12268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"39024\",\"1242635\",\"994,499\",\"39.24\",\"3.1\",\"\""
## [12269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"37502\",\"1171286\",\"994,499\",\"37.71\",\"3.2\",\"\""
## [12270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"34839\",\"1070599\",\"994,499\",\"35.03\",\"3.3\",\"\""
## [12271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"29031\",\"921346\",\"994,499\",\"29.19\",\"3.2\",\"\""
## [12272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"22653\",\"814587\",\"994,499\",\"22.78\",\"2.8\",\"\""
## [12273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"13314\",\"485097\",\"994,499\",\"13.39\",\"2.7\",\"\""
## [12274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10800\",\"337325\",\"994,499\",\"10.86\",\"3.2\",\"\""
## [12275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"8373\",\"263806\",\"994,499\",\"8.42\",\"3.2\",\"\""
## [12276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7616\",\"241285\",\"994,499\",\"7.66\",\"3.2\",\"\""
## [12277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"10798\",\"312139\",\"994,499\",\"10.86\",\"3.5\",\"\""
## [12278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"16202\",\"459468\",\"994499\",\"16.29\",\"3.5\",\"\""
## [12279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"42,403\",\"1,323,681\",\"1,124,511\",\"37.71\",\"3.2\",\"\""
## [12280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"41,129\",\"1,237,719\",\"1,124,511\",\"36.58\",\"3.3\",\"\""
## [12281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"38,172\",\"1,131,675\",\"1,124,511\",\"33.95\",\"3.4\",\"\""
## [12282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,501\",\"963,449\",\"1,124,511\",\"28.01\",\"3.3\",\"\""
## [12283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"24,949\",\"852,465\",\"1,124,511\",\"22.19\",\"2.9\",\"\""
## [12284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"14,546\",\"504,446\",\"1,124,511\",\"12.94\",\"2.9\",\"\""
## [12285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11,298\",\"345,087\",\"1,124,511\",\"10.05\",\"3.3\",\"\""
## [12286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"8,636\",\"268,447\",\"1,124,511\",\"7.68\",\"3.2\",\"\""
## [12287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,925\",\"245,749\",\"1,124,511\",\"7.05\",\"3.2\",\"\""
## [12288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"11210\",\"320808\",\"1124511\",\"9.97\",\"3.5\",\"\""
## [12289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"16556\",\"468431\",\"1124511\",\"14.72\",\"3.5\",\"\""
## [12290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"39,774\",\"1282119\",\"994499\",\"39.99\",\"3.1\",\"\""
## [12294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"37,820\",\"1188807\",\"994499\",\"38.03\",\"3.2\",\"\""
## [12295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"35,068\",\"1081151\",\"994499\",\"35.26\",\"3.2\",\"\""
## [12296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"29,216\",\"930481\",\"994499\",\"29.38\",\"3.1\",\"\""
## [12297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"22,832\",\"825653\",\"994499\",\"22.96\",\"2.8\",\"\""
## [12298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"13,430\",\"490822\",\"994499\",\"13.5\",\"2.7\",\"\""
## [12299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,868\",\"340326\",\"994499\",\"10.93\",\"3.2\",\"\""
## [12300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"8,410\",\"265945\",\"994499\",\"8.46\",\"3.2\",\"\""
## [12301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,660\",\"243445\",\"994499\",\"7.7\",\"3.1\",\"\""
## [12302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,874\",\"316594\",\"994499\",\"10.93\",\"3.4\",\"\""
## [12303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"16331\",\"466062\",\"994499\",\"16.42\",\"3.5\",\"\""
## [12304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"53\",\"9,050\",\"8,045\",\"6.59\",\"0.6\",\"\""
## [12305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"41\",\"8,722\",\"8,045\",\"5.1\",\"0.5\",\"\""
## [12306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"98\",\"12,772\",\"8,045\",\"12.18\",\"0.8\",\"\""
## [12307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"63\",\"12,983\",\"8,045\",\"7.83\",\"0.5\",\"\""
## [12308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"78\",\"14,940\",\"8,045\",\"9.7\",\"0.5\",\"\""
## [12309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"75\",\"20,911\",\"8,045\",\"9.32\",\"0.4\",\"\""
## [12310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"140\",\"29,588\",\"8,045\",\"17.4\",\"0.5\",\"\""
## [12311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"161\",\"23,728\",\"8,045\",\"20.01\",\"0.7\",\"\""
## [12312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"70\",\"9,973\",\"8,045\",\"8.7\",\"0.7\",\"\""
## [12313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"31\",\"4,929\",\"8,045\",\"3.85\",\"0.6\",\"\""
## [12314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"23\",\"4,723\",\"8,045\",\"2.86\",\"0.5\",\"\""
## [12315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"34\",\"4,734\",\"8,045\",\"4.23\",\"0.7\",\"\""
## [12316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"51\",\"4589\",\"8045\",\"6.34\",\"1.1\",\"\""
## [12317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"36\",\"6013\",\"8045\",\"4.47\",\"0.6\",\"\""
## [12318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"337\",\"4,279\",\"33,065\",\"10.19\",\"7.9\",\"\""
## [12319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"454\",\"4,614\",\"33,065\",\"13.73\",\"9.8\",\"\""
## [12320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"744\",\"8,076\",\"33,065\",\"22.5\",\"9.2\",\"\""
## [12321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"743\",\"6,908\",\"33,065\",\"22.47\",\"10.8\",\"\""
## [12322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"958\",\"8,856\",\"33,065\",\"28.97\",\"10.8\",\"\""
## [12323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"603\",\"6,886\",\"33,065\",\"18.24\",\"8.8\",\"\""
## [12324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"706\",\"7,365\",\"33,065\",\"21.35\",\"9.6\",\"\""
## [12325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"457\",\"5,515\",\"33,065\",\"13.82\",\"8.3\",\"\""
## [12326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"237\",\"2,476\",\"33,065\",\"7.17\",\"9.6\",\"\""
## [12327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"149\",\"1,891\",\"33,065\",\"4.51\",\"7.9\",\"\""
## [12328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"111\",\"1,373\",\"33,065\",\"3.36\",\"8.1\",\"\""
## [12329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"131\",\"1,244\",\"33,065\",\"3.96\",\"10.5\",\"\""
## [12330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"137\",\"1631\",\"33065\",\"4.14\",\"8.4\",\"\""
## [12331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"213\",\"2564\",\"33065\",\"6.44\",\"8.3\",\"\""
## [12332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"750\",\"39,484\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [12333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"318\",\"17,521\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [12334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"229\",\"10,552\",\"N/A\",\"N/A\",\"2.2\",\"\""
## [12335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"185\",\"9,135\",\"N/A\",\"N/A\",\"2\",\"\""
## [12336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"179\",\"11,066\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [12337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"116\",\"5,725\",\"N/A\",\"N/A\",\"2\",\"\""
## [12338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"68\",\"3,001\",\"N/A\",\"N/A\",\"2.3\",\"\""
## [12339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"37\",\"2,139\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [12340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"44\",\"2,160\",\"N/A\",\"N/A\",\"2\",\"\""
## [12341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"76\",\"4455\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [12342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"129\",\"6594\",\"N/A\",\"N/A\",\"2\",\"\""
## [12343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"296\",\"8,582\",\"14,451\",\"20.48\",\"3.4\",\"\""
## [12344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"250\",\"9,811\",\"14,451\",\"17.3\",\"2.5\",\"\""
## [12345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"155\",\"5,286\",\"14,451\",\"10.73\",\"2.9\",\"\""
## [12346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"211\",\"6,070\",\"14,451\",\"14.6\",\"3.5\",\"\""
## [12347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"533\",\"13,145\",\"14,451\",\"36.88\",\"4.1\",\"\""
## [12348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"538\",\"16,900\",\"14,451\",\"37.23\",\"3.2\",\"\""
## [12349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"488\",\"16,169\",\"14,451\",\"33.77\",\"3\",\"\""
## [12350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"358\",\"12,292\",\"14,451\",\"24.77\",\"2.9\",\"\""
## [12351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"197\",\"5,715\",\"14,451\",\"13.63\",\"3.4\",\"\""
## [12352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"139\",\"2,836\",\"14,451\",\"9.62\",\"4.9\",\"\""
## [12353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"54\",\"1,084\",\"14,451\",\"3.74\",\"5\",\"\""
## [12354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"19\",\"775\",\"14,451\",\"1.31\",\"2.5\",\"\""
## [12355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"43\",\"1363\",\"14451\",\"2.98\",\"3.2\",\"\""
## [12356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"57\",\"2018\",\"14451\",\"3.94\",\"2.8\",\"\""
## [12357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"19\",\"6,390\",\"2,415\",\"7.87\",\"0.3\",\"\""
## [12358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"21\",\"5,547\",\"2,415\",\"8.7\",\"0.4\",\"\""
## [12359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"41\",\"4,976\",\"2,415\",\"16.98\",\"0.8\",\"\""
## [12360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"43\",\"5,193\",\"2,415\",\"17.81\",\"0.8\",\"\""
## [12361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"31\",\"6,002\",\"2,415\",\"12.84\",\"0.5\",\"\""
## [12362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"57\",\"7,787\",\"2,415\",\"23.6\",\"0.7\",\"\""
## [12363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"4,934\",\"2,415\",\"8.28\",\"0.4\",\"\""
## [12364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"56\",\"6,541\",\"2,415\",\"23.19\",\"0.9\",\"\""
## [12365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"55\",\"9,203\",\"2,415\",\"22.77\",\"0.6\",\"\""
## [12366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3,839\",\"2,415\",\"-\",\"0\",\"\""
## [12367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"2,004\",\"2,415\",\"-\",\"0\",\"\""
## [12368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"1,889\",\"2,415\",\"-\",\"0\",\"\""
## [12369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"13\",\"2104\",\"2415\",\"5.38\",\"0.6\",\"\""
## [12370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"0\",\"3352\",\"2415\",\"0\",\"0\",\"\""
## [12371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"169\",\"11,453\",\"10,469\",\"16.14\",\"1.5\",\"\""
## [12372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"203\",\"15,573\",\"10,469\",\"19.39\",\"1.3\",\"\""
## [12373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"241\",\"17,357\",\"10,469\",\"23.02\",\"1.4\",\"\""
## [12374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"301\",\"24,197\",\"10,469\",\"28.75\",\"1.2\",\"\""
## [12375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"276\",\"29,911\",\"10,469\",\"26.36\",\"0.9\",\"\""
## [12376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"236\",\"30,424\",\"10,469\",\"22.54\",\"0.8\",\"\""
## [12377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"285\",\"31,104\",\"10,469\",\"27.22\",\"0.9\",\"\""
## [12378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"240\",\"24,616\",\"10,469\",\"22.92\",\"1\",\"\""
## [12379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"119\",\"9,281\",\"10,469\",\"11.37\",\"1.3\",\"\""
## [12380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"44\",\"2,717\",\"10,469\",\"4.2\",\"1.6\",\"\""
## [12381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"34\",\"943\",\"10,469\",\"3.25\",\"3.6\",\"\""
## [12382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"19\",\"804\",\"10,469\",\"1.81\",\"2.4\",\"\""
## [12383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"18\",\"794\",\"10469\",\"1.72\",\"2.3\",\"\""
## [12384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"30\",\"1729\",\"10469\",\"2.87\",\"1.7\",\"\""
## [12385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"16\",\"8,071\",\"316\",\"50.63\",\"0.2\",\"\""
## [12386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"46\",\"8,849\",\"316\",\"145.57\",\"0.5\",\"\""
## [12387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"86\",\"8,588\",\"316\",\"272.15\",\"1\",\"\""
## [12388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"60\",\"10,365\",\"316\",\"189.87\",\"0.6\",\"\""
## [12389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"10,183\",\"316\",\"63.29\",\"0.2\",\"\""
## [12390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"13,685\",\"316\",\"44.3\",\"0.1\",\"\""
## [12391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"12,251\",\"316\",\"47.47\",\"0.1\",\"\""
## [12392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"9,616\",\"316\",\"47.47\",\"0.2\",\"\""
## [12393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"5,622\",\"316\",\"47.47\",\"0.3\",\"\""
## [12394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"16\",\"3,490\",\"316\",\"50.63\",\"0.5\",\"\""
## [12395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"1,755\",\"316\",\"28.48\",\"0.5\",\"\""
## [12396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"6\",\"1,366\",\"316\",\"18.99\",\"0.4\",\"\""
## [12397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1558\",\"316\",\"15.82\",\"0.3\",\"\""
## [12398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"1867\",\"316\",\"12.66\",\"0.2\",\"\""
## [12399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"211\",\"8,368\",\"15,599\",\"13.53\",\"2.5\",\"\""
## [12400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"198\",\"7,999\",\"15,599\",\"12.69\",\"2.5\",\"\""
## [12401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"237\",\"7,695\",\"15,599\",\"15.19\",\"3.1\",\"\""
## [12402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"334\",\"8,411\",\"15,599\",\"21.41\",\"4\",\"\""
## [12403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"391\",\"11,336\",\"15,599\",\"25.07\",\"3.4\",\"\""
## [12404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"491\",\"14,875\",\"15,599\",\"31.48\",\"3.3\",\"\""
## [12405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"509\",\"12,377\",\"15,599\",\"32.63\",\"4.1\",\"\""
## [12406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"252\",\"6,211\",\"15,599\",\"16.15\",\"4.1\",\"\""
## [12407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"224\",\"5,291\",\"15,599\",\"14.36\",\"4.2\",\"\""
## [12408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"217\",\"3,534\",\"15,599\",\"13.91\",\"6.1\",\"\""
## [12409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"99\",\"1,724\",\"15,599\",\"6.35\",\"5.7\",\"\""
## [12410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"56\",\"1,084\",\"15,599\",\"3.59\",\"5.2\",\"\""
## [12411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"104\",\"1431\",\"15599\",\"6.67\",\"7.3\",\"\""
## [12412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"65\",\"1517\",\"15599\",\"4.17\",\"4.3\",\"\""
## [12413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"24,411\",\"668\",\"10.48\",\"0\",\"\""
## [12414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"20,731\",\"668\",\"13.47\",\"0\",\"\""
## [12415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"13\",\"21,875\",\"668\",\"19.46\",\"0.1\",\"\""
## [12416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"22,967\",\"668\",\"14.97\",\"0\",\"\""
## [12417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"10\",\"19,460\",\"668\",\"14.97\",\"0.1\",\"\""
## [12418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"16,876\",\"668\",\"13.47\",\"0.1\",\"\""
## [12419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"13,107\",\"668\",\"13.47\",\"0.1\",\"\""
## [12420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"13,125\",\"668\",\"22.46\",\"0.1\",\"\""
## [12421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"8,010\",\"668\",\"8.98\",\"0.1\",\"\""
## [12422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4\",\"5,802\",\"668\",\"5.99\",\"0.1\",\"\""
## [12423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1\",\"4,744\",\"668\",\"1.5\",\"0\",\"\""
## [12424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"6\",\"4,445\",\"668\",\"8.98\",\"0.1\",\"\""
## [12425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3\",\"4088\",\"668\",\"4.49\",\"0.1\",\"\""
## [12426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4\",\"4396\",\"668\",\"5.99\",\"0.1\",\"\""
## [12427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"6,543\",\"460\",\"19.57\",\"0.1\",\"\""
## [12428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"14\",\"7,786\",\"460\",\"30.43\",\"0.2\",\"\""
## [12429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6\",\"6,426\",\"460\",\"13.04\",\"0.1\",\"\""
## [12430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7\",\"6,561\",\"460\",\"15.22\",\"0.1\",\"\""
## [12431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"6,728\",\"460\",\"21.74\",\"0.1\",\"\""
## [12432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"6,924\",\"460\",\"21.74\",\"0.1\",\"\""
## [12433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"7,549\",\"460\",\"19.57\",\"0.1\",\"\""
## [12434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"8,329\",\"460\",\"26.09\",\"0.1\",\"\""
## [12435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"15\",\"6,985\",\"460\",\"32.61\",\"0.2\",\"\""
## [12436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"8\",\"4,278\",\"460\",\"17.39\",\"0.2\",\"\""
## [12437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2\",\"2,895\",\"460\",\"4.35\",\"0.1\",\"\""
## [12438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"3\",\"2,117\",\"460\",\"6.52\",\"0.1\",\"\""
## [12439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7\",\"2071\",\"460\",\"15.22\",\"0.3\",\"\""
## [12440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2\",\"1770\",\"460\",\"4.35\",\"0.1\",\"\""
## [12441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"15\",\"8,302\",\"608\",\"24.67\",\"0.2\",\"\""
## [12442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"7,950\",\"608\",\"6.58\",\"0.1\",\"\""
## [12443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,249\",\"608\",\"4.93\",\"0.1\",\"\""
## [12444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,835\",\"608\",\"4.93\",\"0.1\",\"\""
## [12445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"4,902\",\"608\",\"8.22\",\"0.1\",\"\""
## [12446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,272\",\"608\",\"4.93\",\"0.1\",\"\""
## [12447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"8,528\",\"608\",\"13.16\",\"0.1\",\"\""
## [12448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"12,058\",\"608\",\"13.16\",\"0.1\",\"\""
## [12449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"8,189\",\"608\",\"6.58\",\"0\",\"\""
## [12450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"4,433\",\"608\",\"8.22\",\"0.1\",\"\""
## [12451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,705\",\"608\",\"1.64\",\"0.1\",\"\""
## [12452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"1,455\",\"608\",\"1.64\",\"0.1\",\"\""
## [12453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"0\",\"1711\",\"608\",\"0\",\"0\",\"\""
## [12454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"1955\",\"608\",\"13.16\",\"0.4\",\"\""
## [12455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"8,384\",\"318\",\"25.16\",\"0.1\",\"\""
## [12456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"7,049\",\"318\",\"3.14\",\"0\",\"\""
## [12457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"10,141\",\"318\",\"28.3\",\"0.1\",\"\""
## [12458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"10\",\"12,048\",\"318\",\"31.45\",\"0.1\",\"\""
## [12459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"14,203\",\"318\",\"25.16\",\"0.1\",\"\""
## [12460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13\",\"12,957\",\"318\",\"40.88\",\"0.1\",\"\""
## [12461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8\",\"13,125\",\"318\",\"25.16\",\"0.1\",\"\""
## [12462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"15\",\"8,988\",\"318\",\"47.17\",\"0.2\",\"\""
## [12463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2\",\"5,156\",\"318\",\"6.29\",\"0\",\"\""
## [12464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4\",\"3,632\",\"318\",\"12.58\",\"0.1\",\"\""
## [12465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"0\",\"2,292\",\"318\",\"-\",\"0\",\"\""
## [12466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1\",\"2,007\",\"318\",\"3.14\",\"0\",\"\""
## [12467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13\",\"2648\",\"318\",\"40.88\",\"0.5\",\"\""
## [12468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9\",\"2929\",\"318\",\"28.3\",\"0.3\",\"\""
## [12469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"53\",\"9,604\",\"5,055\",\"10.48\",\"0.6\",\"\""
## [12470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"123\",\"13,588\",\"5,055\",\"24.33\",\"0.9\",\"\""
## [12471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"99\",\"12,318\",\"5,055\",\"19.58\",\"0.8\",\"\""
## [12472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"88\",\"9,359\",\"5,055\",\"17.41\",\"0.9\",\"\""
## [12473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"26\",\"5,803\",\"5,055\",\"5.14\",\"0.4\",\"\""
## [12474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"19\",\"3,629\",\"5,055\",\"3.76\",\"0.5\",\"\""
## [12475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"25\",\"4,326\",\"5,055\",\"4.95\",\"0.6\",\"\""
## [12476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"52\",\"8,726\",\"5,055\",\"10.29\",\"0.6\",\"\""
## [12477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"27\",\"4,835\",\"5,055\",\"5.34\",\"0.6\",\"\""
## [12478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"13\",\"2,200\",\"5,055\",\"2.57\",\"0.6\",\"\""
## [12479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"33\",\"3,148\",\"5,055\",\"6.53\",\"1\",\"\""
## [12480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"27\",\"3,004\",\"5,055\",\"5.34\",\"0.9\",\"\""
## [12481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"42\",\"7452\",\"5055\",\"8.31\",\"0.6\",\"\""
## [12482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"99\",\"17256\",\"5055\",\"19.58\",\"0.6\",\"\""
## [12483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"4,837\",\"942\",\"13.8\",\"0.3\",\"\""
## [12484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"23\",\"5,554\",\"942\",\"24.42\",\"0.4\",\"\""
## [12485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"6,227\",\"942\",\"11.68\",\"0.2\",\"\""
## [12486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"5,464\",\"942\",\"14.86\",\"0.3\",\"\""
## [12487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"19\",\"4,447\",\"942\",\"20.17\",\"0.4\",\"\""
## [12488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"11\",\"5,062\",\"942\",\"11.68\",\"0.2\",\"\""
## [12489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"4,701\",\"942\",\"14.86\",\"0.3\",\"\""
## [12490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"7\",\"4,445\",\"942\",\"7.43\",\"0.2\",\"\""
## [12491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"3\",\"2,667\",\"942\",\"3.18\",\"0.1\",\"\""
## [12492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4\",\"2,018\",\"942\",\"4.25\",\"0.2\",\"\""
## [12493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"13\",\"1,720\",\"942\",\"13.8\",\"0.8\",\"\""
## [12494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"7\",\"1,659\",\"942\",\"7.43\",\"0.4\",\"\""
## [12495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"1765\",\"942\",\"5.31\",\"0.3\",\"\""
## [12496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5\",\"2101\",\"942\",\"5.31\",\"0.2\",\"\""
## [12497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,706\",\"45,408\",\"130,012\",\"20.81\",\"6\",\"\""
## [12498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,087\",\"50,038\",\"130,012\",\"23.74\",\"6.2\",\"\""
## [12499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,287\",\"52,329\",\"130,012\",\"25.28\",\"6.3\",\"\""
## [12500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,629\",\"41,562\",\"130,012\",\"20.22\",\"6.3\",\"\""
## [12501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,309\",\"48,912\",\"130,012\",\"25.45\",\"6.8\",\"\""
## [12502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,104\",\"50,524\",\"130,012\",\"23.87\",\"6.1\",\"\""
## [12503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,285\",\"32,968\",\"130,012\",\"17.58\",\"6.9\",\"\""
## [12504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2,117\",\"26,812\",\"130,012\",\"16.28\",\"7.9\",\"\""
## [12505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,116\",\"13,624\",\"130,012\",\"8.58\",\"8.2\",\"\""
## [12506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"430\",\"4,761\",\"130,012\",\"3.31\",\"9\",\"\""
## [12507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"226\",\"2,502\",\"130,012\",\"1.74\",\"9\",\"\""
## [12508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"265\",\"2,304\",\"130,012\",\"2.04\",\"11.5\",\"\""
## [12509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"336\",\"4214\",\"130012\",\"2.58\",\"8\",\"\""
## [12510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"225\",\"2369\",\"130012\",\"1.73\",\"9.5\",\"\""
## [12511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"83\",\"5,627\",\"3,407\",\"24.36\",\"1.5\",\"\""
## [12512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"105\",\"7,275\",\"3,407\",\"30.82\",\"1.4\",\"\""
## [12513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"88\",\"6,859\",\"3,407\",\"25.83\",\"1.3\",\"\""
## [12514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"302\",\"9,022\",\"3,407\",\"88.64\",\"3.3\",\"\""
## [12515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"244\",\"8,018\",\"3,407\",\"71.62\",\"3\",\"\""
## [12516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"200\",\"7,188\",\"3,407\",\"58.7\",\"2.8\",\"\""
## [12517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"158\",\"8,875\",\"3,407\",\"46.38\",\"1.8\",\"\""
## [12518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"56\",\"3,947\",\"3,407\",\"16.44\",\"1.4\",\"\""
## [12519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"36\",\"2,086\",\"3,407\",\"10.57\",\"1.7\",\"\""
## [12520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2\",\"1,092\",\"3,407\",\"0.59\",\"0.2\",\"\""
## [12521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"35\",\"1,310\",\"3,407\",\"10.27\",\"2.7\",\"\""
## [12522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"19\",\"667\",\"3,407\",\"5.58\",\"2.8\",\"\""
## [12523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"53\",\"1850\",\"3407\",\"15.56\",\"2.9\",\"\""
## [12524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"103\",\"2592\",\"3407\",\"30.23\",\"4\",\"\""
## [12525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"68\",\"23,137\",\"5,441\",\"12.5\",\"0.3\",\"\""
## [12526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"105\",\"24,400\",\"5,441\",\"19.3\",\"0.4\",\"\""
## [12527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"107\",\"25,589\",\"5,441\",\"19.67\",\"0.4\",\"\""
## [12528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"73\",\"21,096\",\"5,441\",\"13.42\",\"0.3\",\"\""
## [12529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"94\",\"26,013\",\"5,441\",\"17.28\",\"0.4\",\"\""
## [12530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"96\",\"31,212\",\"5,441\",\"17.64\",\"0.3\",\"\""
## [12531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"84\",\"30,422\",\"5,441\",\"15.44\",\"0.3\",\"\""
## [12532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"68\",\"27,917\",\"5,441\",\"12.5\",\"0.2\",\"\""
## [12533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"55\",\"17,375\",\"5,441\",\"10.11\",\"0.3\",\"\""
## [12534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"43\",\"10,238\",\"5,441\",\"7.9\",\"0.4\",\"\""
## [12535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"34\",\"7,762\",\"5,441\",\"6.25\",\"0.4\",\"\""
## [12536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"20\",\"7,207\",\"5,441\",\"3.68\",\"0.3\",\"\""
## [12537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"49\",\"7072\",\"5441\",\"9.01\",\"0.7\",\"\""
## [12538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"55\",\"7952\",\"5441\",\"10.11\",\"0.7\",\"\""
## [12539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"244\",\"10,276\",\"12,302\",\"19.83\",\"2.4\",\"\""
## [12540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"354\",\"11,788\",\"12,302\",\"28.78\",\"3\",\"\""
## [12541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"609\",\"18,796\",\"12,302\",\"49.5\",\"3.2\",\"\""
## [12542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"381\",\"12,847\",\"12,302\",\"30.97\",\"3\",\"\""
## [12543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"347\",\"10,450\",\"12,302\",\"28.21\",\"3.3\",\"\""
## [12544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"265\",\"9,329\",\"12,302\",\"21.54\",\"2.8\",\"\""
## [12545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"388\",\"14,876\",\"12,302\",\"31.54\",\"2.6\",\"\""
## [12546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"705\",\"22,302\",\"12,302\",\"57.31\",\"3.2\",\"\""
## [12547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"315\",\"10,429\",\"12,302\",\"25.61\",\"3\",\"\""
## [12548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"226\",\"7,162\",\"12,302\",\"18.37\",\"3.2\",\"\""
## [12549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"176\",\"6,420\",\"12,302\",\"14.31\",\"2.7\",\"\""
## [12550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"167\",\"5,755\",\"12,302\",\"13.58\",\"2.9\",\"\""
## [12551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"125\",\"5601\",\"12302\",\"10.16\",\"2.2\",\"\""
## [12552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"150\",\"6359\",\"12302\",\"12.19\",\"2.4\",\"\""
## [12553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"31\",\"9,856\",\"2,335\",\"13.28\",\"0.3\",\"\""
## [12554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"38\",\"11,689\",\"2,335\",\"16.27\",\"0.3\",\"\""
## [12555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"58\",\"11,077\",\"2,335\",\"24.84\",\"0.5\",\"\""
## [12556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"22\",\"9,485\",\"2,335\",\"9.42\",\"0.2\",\"\""
## [12557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"38\",\"8,907\",\"2,335\",\"16.27\",\"0.4\",\"\""
## [12558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"60\",\"10,363\",\"2,335\",\"25.7\",\"0.6\",\"\""
## [12559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"49\",\"10,317\",\"2,335\",\"20.99\",\"0.5\",\"\""
## [12560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"39\",\"6,512\",\"2,335\",\"16.7\",\"0.6\",\"\""
## [12561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"25\",\"3,154\",\"2,335\",\"10.71\",\"0.8\",\"\""
## [12562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"739\",\"2,335\",\"0.43\",\"0.1\",\"\""
## [12563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"716\",\"2,335\",\"2.14\",\"0.7\",\"\""
## [12564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"1,011\",\"2,335\",\"2.14\",\"0.5\",\"\""
## [12565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"1278\",\"2335\",\"1.71\",\"0.3\",\"\""
## [12566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"2548\",\"2335\",\"5.14\",\"0.5\",\"\""
## [12567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"35\",\"13,888\",\"3,922\",\"8.92\",\"0.3\",\"\""
## [12568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"45\",\"15,487\",\"3,922\",\"11.47\",\"0.3\",\"\""
## [12569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"28\",\"17,225\",\"3,922\",\"7.14\",\"0.2\",\"\""
## [12570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"39\",\"14,764\",\"3,922\",\"9.94\",\"0.3\",\"\""
## [12571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"44\",\"11,595\",\"3,922\",\"11.22\",\"0.4\",\"\""
## [12572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"25\",\"8,144\",\"3,922\",\"6.37\",\"0.3\",\"\""
## [12573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"12\",\"7,996\",\"3,922\",\"3.06\",\"0.2\",\"\""
## [12574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"20\",\"8,969\",\"3,922\",\"5.1\",\"0.2\",\"\""
## [12575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"94\",\"8,989\",\"3,922\",\"23.97\",\"1\",\"\""
## [12576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"27\",\"6,845\",\"3,922\",\"6.88\",\"0.4\",\"\""
## [12577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"27\",\"6,328\",\"3,922\",\"6.88\",\"0.4\",\"\""
## [12578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"19\",\"5,830\",\"3,922\",\"4.84\",\"0.3\",\"\""
## [12579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"31\",\"5404\",\"3922\",\"7.9\",\"0.6\",\"\""
## [12580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"12\",\"8789\",\"3922\",\"3.06\",\"0.1\",\"\""
## [12581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"883\",\"17,874\",\"54,127\",\"16.31\",\"4.9\",\"\""
## [12582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,086\",\"22,878\",\"54,127\",\"20.06\",\"4.7\",\"\""
## [12583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,263\",\"22,899\",\"54,127\",\"23.33\",\"5.5\",\"\""
## [12584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,640\",\"26,384\",\"54,127\",\"30.3\",\"6.2\",\"\""
## [12585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,768\",\"26,255\",\"54,127\",\"32.66\",\"6.7\",\"\""
## [12586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1,288\",\"20,851\",\"54,127\",\"23.8\",\"6.2\",\"\""
## [12587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"936\",\"18,152\",\"54,127\",\"17.29\",\"5.2\",\"\""
## [12588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"828\",\"15,748\",\"54,127\",\"15.3\",\"5.3\",\"\""
## [12589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"444\",\"7,723\",\"54,127\",\"8.2\",\"5.7\",\"\""
## [12590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"405\",\"5,472\",\"54,127\",\"7.48\",\"7.4\",\"\""
## [12591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"186\",\"3,074\",\"54,127\",\"3.44\",\"6.1\",\"\""
## [12592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"226\",\"2,807\",\"54,127\",\"4.18\",\"8.1\",\"\""
## [12593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"286\",\"3825\",\"54127\",\"5.28\",\"7.5\",\"\""
## [12594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"719\",\"7163\",\"54127\",\"13.28\",\"10\",\"\""
## [12595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"301\",\"19,364\",\"10,204\",\"29.5\",\"1.6\",\"\""
## [12596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"321\",\"20,890\",\"10,204\",\"31.46\",\"1.5\",\"\""
## [12597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"245\",\"19,250\",\"10,204\",\"24.01\",\"1.3\",\"\""
## [12598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"370\",\"23,349\",\"10,204\",\"36.26\",\"1.6\",\"\""
## [12599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"358\",\"22,386\",\"10,204\",\"35.08\",\"1.6\",\"\""
## [12600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"184\",\"10,091\",\"10,204\",\"18.03\",\"1.8\",\"\""
## [12601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"115\",\"5,831\",\"10,204\",\"11.27\",\"2\",\"\""
## [12602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"73\",\"4,376\",\"10,204\",\"7.15\",\"1.7\",\"\""
## [12603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"47\",\"3,129\",\"10,204\",\"4.61\",\"1.5\",\"\""
## [12604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"28\",\"1,719\",\"10,204\",\"2.74\",\"1.6\",\"\""
## [12605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"10\",\"1,342\",\"10,204\",\"0.98\",\"0.7\",\"\""
## [12606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13\",\"1,465\",\"10,204\",\"1.27\",\"0.9\",\"\""
## [12607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"25\",\"2685\",\"10204\",\"2.45\",\"0.9\",\"\""
## [12608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"41\",\"3384\",\"10204\",\"4.02\",\"1.2\",\"\""
## [12609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"8,609\",\"584\",\"18.84\",\"0.1\",\"\""
## [12610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"11,818\",\"584\",\"17.12\",\"0.1\",\"\""
## [12611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"13,353\",\"584\",\"46.23\",\"0.2\",\"\""
## [12612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"10,521\",\"584\",\"18.84\",\"0.1\",\"\""
## [12613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"9,651\",\"584\",\"10.27\",\"0.1\",\"\""
## [12614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"6,343\",\"584\",\"15.41\",\"0.1\",\"\""
## [12615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6\",\"6,999\",\"584\",\"10.27\",\"0.1\",\"\""
## [12616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11\",\"8,942\",\"584\",\"18.84\",\"0.1\",\"\""
## [12617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8\",\"5,881\",\"584\",\"13.7\",\"0.1\",\"\""
## [12618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1\",\"3,812\",\"584\",\"1.71\",\"0\",\"\""
## [12619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7\",\"2,186\",\"584\",\"11.99\",\"0.3\",\"\""
## [12620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2\",\"2,048\",\"584\",\"3.42\",\"0.1\",\"\""
## [12621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"7\",\"2546\",\"584\",\"11.99\",\"0.3\",\"\""
## [12622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"20\",\"2692\",\"584\",\"34.25\",\"0.7\",\"\""
## [12623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"136\",\"6,912\",\"N/A\",\"N/A\",\"2\",\"\""
## [12624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"207\",\"7,581\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [12625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"155\",\"7,300\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [12626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"149\",\"5,420\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [12627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"159\",\"4,078\",\"N/A\",\"N/A\",\"3.9\",\"\""
## [12628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"97\",\"3,251\",\"N/A\",\"N/A\",\"3\",\"\""
## [12629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"75\",\"2,645\",\"N/A\",\"N/A\",\"2.8\",\"\""
## [12630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"68\",\"2,231\",\"N/A\",\"N/A\",\"3\",\"\""
## [12631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"54\",\"1,539\",\"N/A\",\"N/A\",\"3.5\",\"\""
## [12632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"28\",\"1,322\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [12633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"40\",\"1,122\",\"N/A\",\"N/A\",\"3.6\",\"\""
## [12634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"20\",\"1,004\",\"N/A\",\"N/A\",\"2\",\"\""
## [12635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"47\",\"1111\",\"N/A\",\"N/A\",\"4.2\",\"\""
## [12636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"52\",\"1930\",\"N/A\",\"N/A\",\"2.7\",\"\""
## [12637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"48\",\"47,870\",\"2,566\",\"18.71\",\"0.1\",\"\""
## [12638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"79\",\"64,607\",\"2,566\",\"30.79\",\"0.1\",\"\""
## [12639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"85\",\"68,915\",\"2,566\",\"33.13\",\"0.1\",\"\""
## [12640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"57\",\"59,659\",\"2,566\",\"22.21\",\"0.1\",\"\""
## [12641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"42\",\"43,877\",\"2,566\",\"16.37\",\"0.1\",\"\""
## [12642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"36\",\"25,691\",\"2,566\",\"14.03\",\"0.1\",\"\""
## [12643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"25\",\"29,117\",\"2,566\",\"9.74\",\"0.1\",\"\""
## [12644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"54\",\"35,855\",\"2,566\",\"21.04\",\"0.2\",\"\""
## [12645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"30\",\"24,523\",\"2,566\",\"11.69\",\"0.1\",\"\""
## [12646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"8\",\"6,450\",\"2,566\",\"3.12\",\"0.1\",\"\""
## [12647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"10\",\"6,650\",\"2,566\",\"3.9\",\"0.2\",\"\""
## [12648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"7\",\"9,257\",\"2,566\",\"2.73\",\"0.1\",\"\""
## [12649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"29\",\"17576\",\"2566\",\"11.3\",\"0.2\",\"\""
## [12650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"38\",\"29408\",\"2566\",\"14.81\",\"0.1\",\"\""
## [12651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,485\",\"294,467\",\"223,781\",\"28.98\",\"2.2\",\"\""
## [12652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"11,220\",\"448,957\",\"223,781\",\"50.14\",\"2.5\",\"\""
## [12653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"19,215\",\"721,451\",\"223,781\",\"85.87\",\"2.7\",\"\""
## [12654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18,650\",\"624,009\",\"223,781\",\"83.34\",\"3\",\"\""
## [12655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"17,568\",\"560,544\",\"223,781\",\"78.51\",\"3.1\",\"\""
## [12656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,027\",\"480,702\",\"223,781\",\"62.68\",\"2.9\",\"\""
## [12657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"9,675\",\"338,973\",\"223,781\",\"43.23\",\"2.9\",\"\""
## [12658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,455\",\"270,086\",\"223,781\",\"28.85\",\"2.4\",\"\""
## [12659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,787\",\"157,738\",\"223,781\",\"16.92\",\"2.4\",\"\""
## [12660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3,143\",\"140,198\",\"223,781\",\"14.04\",\"2.2\",\"\""
## [12661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,487\",\"121,607\",\"223,781\",\"11.11\",\"2\",\"\""
## [12662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,559\",\"116,385\",\"223,781\",\"11.44\",\"2.2\",\"\""
## [12663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"3251\",\"149592\",\"223781\",\"14.53\",\"2.2\",\"\""
## [12664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4930\",\"219569\",\"223781\",\"22.03\",\"2.2\",\"\""
## [12665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"10\",\"8,298\",\"700\",\"14.29\",\"0.1\",\"\""
## [12666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7\",\"8,541\",\"700\",\"10\",\"0.1\",\"\""
## [12667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4\",\"11,467\",\"700\",\"5.71\",\"0\",\"\""
## [12668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"13,075\",\"700\",\"27.14\",\"0.1\",\"\""
## [12669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"15,350\",\"700\",\"17.14\",\"0.1\",\"\""
## [12670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13\",\"16,047\",\"700\",\"18.57\",\"0.1\",\"\""
## [12671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12\",\"14,297\",\"700\",\"17.14\",\"0.1\",\"\""
## [12672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"13,070\",\"700\",\"15.71\",\"0.1\",\"\""
## [12673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"9,226\",\"700\",\"24.29\",\"0.2\",\"\""
## [12674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"5,277\",\"700\",\"15.71\",\"0.2\",\"\""
## [12675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"3,682\",\"700\",\"15.71\",\"0.3\",\"\""
## [12676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2\",\"2,075\",\"700\",\"2.86\",\"0.1\",\"\""
## [12677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4\",\"2707\",\"700\",\"5.71\",\"0.1\",\"\""
## [12678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"10\",\"4229\",\"700\",\"14.29\",\"0.2\",\"\""
## [12679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14\",\"14,537\",\"779\",\"17.97\",\"0.1\",\"\""
## [12680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"11,940\",\"779\",\"6.42\",\"0\",\"\""
## [12681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"8,229\",\"779\",\"8.99\",\"0.1\",\"\""
## [12682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8\",\"6,212\",\"779\",\"10.27\",\"0.1\",\"\""
## [12683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"6,169\",\"779\",\"7.7\",\"0.1\",\"\""
## [12684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6\",\"3,661\",\"779\",\"7.7\",\"0.2\",\"\""
## [12685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"4,750\",\"779\",\"6.42\",\"0.1\",\"\""
## [12686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5\",\"5,097\",\"779\",\"6.42\",\"0.1\",\"\""
## [12687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2\",\"2,419\",\"779\",\"2.57\",\"0.1\",\"\""
## [12688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7\",\"1,521\",\"779\",\"8.99\",\"0.5\",\"\""
## [12689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3\",\"1,622\",\"779\",\"3.85\",\"0.2\",\"\""
## [12690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1,527\",\"779\",\"5.13\",\"0.3\",\"\""
## [12691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4\",\"1734\",\"779\",\"5.13\",\"0.2\",\"\""
## [12692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"10\",\"4684\",\"779\",\"12.84\",\"0.2\",\"\""
## [12693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"75\",\"9,415\",\"1,311\",\"57.21\",\"0.8\",\"\""
## [12694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"137\",\"9,429\",\"1,311\",\"104.5\",\"1.5\",\"\""
## [12695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"88\",\"9,086\",\"1,311\",\"67.12\",\"1\",\"\""
## [12696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"138\",\"6,260\",\"1,311\",\"105.26\",\"2.2\",\"\""
## [12697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"94\",\"5,649\",\"1,311\",\"71.7\",\"1.7\",\"\""
## [12698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"115\",\"7,379\",\"1,311\",\"87.72\",\"1.6\",\"\""
## [12699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"115\",\"7,032\",\"1,311\",\"87.72\",\"1.6\",\"\""
## [12700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"40\",\"7,685\",\"1,311\",\"30.51\",\"0.5\",\"\""
## [12701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"106\",\"6,310\",\"1,311\",\"80.85\",\"1.7\",\"\""
## [12702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"85\",\"4,214\",\"1,311\",\"64.84\",\"2\",\"\""
## [12703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"43\",\"2,465\",\"1,311\",\"32.8\",\"1.7\",\"\""
## [12704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"40\",\"1,671\",\"1,311\",\"30.51\",\"2.4\",\"\""
## [12705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"44\",\"1753\",\"1311\",\"33.56\",\"2.5\",\"\""
## [12706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"36\",\"2220\",\"1311\",\"27.46\",\"1.6\",\"\""
## [12707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"70\",\"13,176\",\"2,312\",\"30.28\",\"0.5\",\"\""
## [12708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"56\",\"14,036\",\"2,312\",\"24.22\",\"0.4\",\"\""
## [12709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"59\",\"11,542\",\"2,312\",\"25.52\",\"0.5\",\"\""
## [12710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"78\",\"11,737\",\"2,312\",\"33.74\",\"0.7\",\"\""
## [12711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"81\",\"12,681\",\"2,312\",\"35.03\",\"0.6\",\"\""
## [12712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"57\",\"8,453\",\"2,312\",\"24.65\",\"0.7\",\"\""
## [12713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"39\",\"9,030\",\"2,312\",\"16.87\",\"0.4\",\"\""
## [12714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"37\",\"8,427\",\"2,312\",\"16\",\"0.4\",\"\""
## [12715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"25\",\"4,404\",\"2,312\",\"10.81\",\"0.6\",\"\""
## [12716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11\",\"1,752\",\"2,312\",\"4.76\",\"0.6\",\"\""
## [12717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"8\",\"1,136\",\"2,312\",\"3.46\",\"0.7\",\"\""
## [12718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11\",\"1,090\",\"2,312\",\"4.76\",\"1\",\"\""
## [12719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"16\",\"1960\",\"2312\",\"6.92\",\"0.8\",\"\""
## [12720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"24\",\"2121\",\"2312\",\"10.38\",\"1.1\",\"\""
## [12721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"85\",\"33,759\",\"8,754\",\"9.71\",\"0.3\",\"\""
## [12722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"142\",\"28,937\",\"8,754\",\"16.22\",\"0.5\",\"\""
## [12723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"133\",\"32,281\",\"8,754\",\"15.19\",\"0.4\",\"\""
## [12724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"199\",\"39,383\",\"8,754\",\"22.73\",\"0.5\",\"\""
## [12725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"181\",\"43,441\",\"8,754\",\"20.68\",\"0.4\",\"\""
## [12726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"202\",\"40,654\",\"8,754\",\"23.08\",\"0.5\",\"\""
## [12727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"144\",\"31,759\",\"8,754\",\"16.45\",\"0.5\",\"\""
## [12728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"196\",\"37,843\",\"8,754\",\"22.39\",\"0.5\",\"\""
## [12729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"112\",\"17,223\",\"8,754\",\"12.79\",\"0.7\",\"\""
## [12730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"50\",\"7,055\",\"8,754\",\"5.71\",\"0.7\",\"\""
## [12731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"33\",\"3,695\",\"8,754\",\"3.77\",\"0.9\",\"\""
## [12732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"35\",\"2,857\",\"8,754\",\"4\",\"1.2\",\"\""
## [12733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31\",\"2831\",\"8754\",\"3.54\",\"1.1\",\"\""
## [12734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"48\",\"5210\",\"8754\",\"5.48\",\"0.9\",\"\""
## [12735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"246\",\"8,640\",\"20,241\",\"12.15\",\"2.8\",\"\""
## [12736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"161\",\"5,848\",\"20,241\",\"7.95\",\"2.8\",\"\""
## [12737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"152\",\"4,556\",\"20,241\",\"7.51\",\"3.3\",\"\""
## [12738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"179\",\"5,451\",\"20,241\",\"8.84\",\"3.3\",\"\""
## [12739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"154\",\"4,528\",\"20,241\",\"7.61\",\"3.4\",\"\""
## [12740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"158\",\"3,320\",\"20,241\",\"7.81\",\"4.8\",\"\""
## [12741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"148\",\"3,384\",\"20,241\",\"7.31\",\"4.4\",\"\""
## [12742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"158\",\"5,166\",\"20,241\",\"7.81\",\"3.1\",\"\""
## [12743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"96\",\"3,762\",\"20,241\",\"4.74\",\"2.6\",\"\""
## [12744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"102\",\"2,417\",\"20,241\",\"5.04\",\"4.2\",\"\""
## [12745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"48\",\"1,573\",\"20,241\",\"2.37\",\"3.1\",\"\""
## [12746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"79\",\"1,449\",\"20,241\",\"3.9\",\"5.5\",\"\""
## [12747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"113\",\"2231\",\"20241\",\"5.58\",\"5.1\",\"\""
## [12748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"204\",\"3910\",\"20241\",\"10.08\",\"5.2\",\"\""
## [12749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"98\",\"18,023\",\"7,725\",\"12.69\",\"0.5\",\"\""
## [12750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"127\",\"18,952\",\"7,725\",\"16.44\",\"0.7\",\"\""
## [12751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"97\",\"18,463\",\"7,725\",\"12.56\",\"0.5\",\"\""
## [12752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"76\",\"15,846\",\"7,725\",\"9.84\",\"0.5\",\"\""
## [12753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"62\",\"13,847\",\"7,725\",\"8.03\",\"0.4\",\"\""
## [12754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"79\",\"13,948\",\"7,725\",\"10.23\",\"0.6\",\"\""
## [12755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"54\",\"10,083\",\"7,725\",\"6.99\",\"0.5\",\"\""
## [12756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"125\",\"12,879\",\"7,725\",\"16.18\",\"1\",\"\""
## [12757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"41\",\"7,782\",\"7,725\",\"5.31\",\"0.5\",\"\""
## [12758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"57\",\"6,058\",\"7,725\",\"7.38\",\"0.9\",\"\""
## [12759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"42\",\"4,851\",\"7,725\",\"5.44\",\"0.9\",\"\""
## [12760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"70\",\"5,868\",\"7,725\",\"9.06\",\"1.2\",\"\""
## [12761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"107\",\"9436\",\"7725\",\"13.85\",\"1.1\",\"\""
## [12762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"151\",\"11295\",\"7725\",\"19.55\",\"1.3\",\"\""
## [12763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"696\",\"19,042\",\"32,538\",\"21.39\",\"3.7\",\"\""
## [12764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"891\",\"20,530\",\"32,538\",\"27.38\",\"4.3\",\"\""
## [12765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,224\",\"26,816\",\"32,538\",\"37.62\",\"4.6\",\"\""
## [12766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,399\",\"27,555\",\"32,538\",\"43\",\"5.1\",\"\""
## [12767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,081\",\"23,106\",\"32,538\",\"33.22\",\"4.7\",\"\""
## [12768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"729\",\"17,674\",\"32,538\",\"22.4\",\"4.1\",\"\""
## [12769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"684\",\"20,487\",\"32,538\",\"21.02\",\"3.3\",\"\""
## [12770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"895\",\"21,218\",\"32,538\",\"27.51\",\"4.2\",\"\""
## [12771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"473\",\"8,175\",\"32,538\",\"14.54\",\"5.8\",\"\""
## [12772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"263\",\"3,521\",\"32,538\",\"8.08\",\"7.5\",\"\""
## [12773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"169\",\"2,025\",\"32,538\",\"5.19\",\"8.3\",\"\""
## [12774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"103\",\"1,529\",\"32,538\",\"3.17\",\"6.7\",\"\""
## [12775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"221\",\"4681\",\"32538\",\"6.79\",\"4.7\",\"\""
## [12776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"456\",\"12403\",\"32538\",\"14.01\",\"3.7\",\"\""
## [12777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"306\",\"19,146\",\"17,452\",\"17.53\",\"1.6\",\"\""
## [12778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"379\",\"17,186\",\"17,452\",\"21.72\",\"2.2\",\"\""
## [12779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"391\",\"10,309\",\"17,452\",\"22.4\",\"3.8\",\"\""
## [12780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"284\",\"7,655\",\"17,452\",\"16.27\",\"3.7\",\"\""
## [12781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"387\",\"11,170\",\"17,452\",\"22.18\",\"3.5\",\"\""
## [12782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"733\",\"18,903\",\"17,452\",\"42\",\"3.9\",\"\""
## [12783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"592\",\"18,950\",\"17,452\",\"33.92\",\"3.1\",\"\""
## [12784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"534\",\"14,538\",\"17,452\",\"30.6\",\"3.7\",\"\""
## [12785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"160\",\"6,012\",\"17,452\",\"9.17\",\"2.7\",\"\""
## [12786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"170\",\"3,847\",\"17,452\",\"9.74\",\"4.4\",\"\""
## [12787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"237\",\"3,563\",\"17,452\",\"13.58\",\"6.7\",\"\""
## [12788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"208\",\"2,601\",\"17,452\",\"11.92\",\"8\",\"\""
## [12789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"218\",\"3280\",\"17452\",\"12.49\",\"6.6\",\"\""
## [12790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"414\",\"5348\",\"17452\",\"23.72\",\"7.7\",\"\""
## [12791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2\",\"4,059\",\"697\",\"2.87\",\"0\",\"\""
## [12792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"6\",\"5,373\",\"697\",\"8.61\",\"0.1\",\"\""
## [12793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"14\",\"5,978\",\"697\",\"20.09\",\"0.2\",\"\""
## [12794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"7\",\"4,262\",\"697\",\"10.04\",\"0.2\",\"\""
## [12795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"14\",\"3,356\",\"697\",\"20.09\",\"0.4\",\"\""
## [12796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"3,310\",\"697\",\"11.48\",\"0.2\",\"\""
## [12797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"3,570\",\"697\",\"7.17\",\"0.1\",\"\""
## [12798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"32\",\"5,049\",\"697\",\"45.91\",\"0.6\",\"\""
## [12799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"4,628\",\"697\",\"7.17\",\"0.1\",\"\""
## [12800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"11\",\"2,530\",\"697\",\"15.78\",\"0.4\",\"\""
## [12801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4\",\"1,894\",\"697\",\"5.74\",\"0.2\",\"\""
## [12802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4\",\"1,175\",\"697\",\"5.74\",\"0.3\",\"\""
## [12803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2\",\"1735\",\"697\",\"2.87\",\"0.1\",\"\""
## [12804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4\",\"2899\",\"697\",\"5.74\",\"0.1\",\"\""
## [12805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"202\",\"13,970\",\"10,818\",\"18.67\",\"1.4\",\"\""
## [12806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"237\",\"18,016\",\"10,818\",\"21.91\",\"1.3\",\"\""
## [12807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"294\",\"17,079\",\"10,818\",\"27.18\",\"1.7\",\"\""
## [12808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"306\",\"13,672\",\"10,818\",\"28.29\",\"2.2\",\"\""
## [12809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"328\",\"13,478\",\"10,818\",\"30.32\",\"2.4\",\"\""
## [12810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"434\",\"15,863\",\"10,818\",\"40.12\",\"2.7\",\"\""
## [12811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"360\",\"18,140\",\"10,818\",\"33.28\",\"2\",\"\""
## [12812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"348\",\"14,399\",\"10,818\",\"32.17\",\"2.4\",\"\""
## [12813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"321\",\"10,029\",\"10,818\",\"29.67\",\"3.2\",\"\""
## [12814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"168\",\"5,738\",\"10,818\",\"15.53\",\"2.9\",\"\""
## [12815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"130\",\"3,980\",\"10,818\",\"12.02\",\"3.3\",\"\""
## [12816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"133\",\"4,561\",\"10,818\",\"12.29\",\"2.9\",\"\""
## [12817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"217\",\"5221\",\"10818\",\"20.06\",\"4.2\",\"\""
## [12818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"127\",\"5086\",\"10818\",\"11.74\",\"2.5\",\"\""
## [12819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"183\",\"14,988\",\"6,202\",\"29.51\",\"1.2\",\"\""
## [12820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"314\",\"25,703\",\"6,202\",\"50.63\",\"1.2\",\"\""
## [12821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"271\",\"18,311\",\"6,202\",\"43.7\",\"1.5\",\"\""
## [12822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"298\",\"18,289\",\"6,202\",\"48.05\",\"1.6\",\"\""
## [12823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"241\",\"20,745\",\"6,202\",\"38.86\",\"1.2\",\"\""
## [12824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"261\",\"26,625\",\"6,202\",\"42.08\",\"1\",\"\""
## [12825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"192\",\"23,451\",\"6,202\",\"30.96\",\"0.8\",\"\""
## [12826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"100\",\"16,444\",\"6,202\",\"16.12\",\"0.6\",\"\""
## [12827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"62\",\"11,396\",\"6,202\",\"10\",\"0.5\",\"\""
## [12828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"50\",\"7,660\",\"6,202\",\"8.06\",\"0.7\",\"\""
## [12829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"61\",\"6,059\",\"6,202\",\"9.84\",\"1\",\"\""
## [12830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"48\",\"4,856\",\"6,202\",\"7.74\",\"1\",\"\""
## [12831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"43\",\"5765\",\"6202\",\"6.93\",\"0.7\",\"\""
## [12832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"34\",\"7282\",\"6202\",\"5.48\",\"0.5\",\"\""
## [12833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,838\",\"25,880\",\"72,863\",\"25.23\",\"7.1\",\"\""
## [12834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,987\",\"25,330\",\"72,863\",\"27.27\",\"7.8\",\"\""
## [12835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,975\",\"27,330\",\"72,863\",\"27.11\",\"7.2\",\"\""
## [12836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,901\",\"39,733\",\"72,863\",\"39.81\",\"7.3\",\"\""
## [12837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,852\",\"40,215\",\"72,863\",\"39.14\",\"7.1\",\"\""
## [12838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,723\",\"23,604\",\"72,863\",\"23.65\",\"7.3\",\"\""
## [12839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,638\",\"21,472\",\"72,863\",\"22.48\",\"7.6\",\"\""
## [12840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,503\",\"20,760\",\"72,863\",\"20.63\",\"7.2\",\"\""
## [12841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,406\",\"16,476\",\"72,863\",\"19.3\",\"8.5\",\"\""
## [12842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"837\",\"10,464\",\"72,863\",\"11.49\",\"8\",\"\""
## [12843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"705\",\"8,208\",\"72,863\",\"9.68\",\"8.6\",\"\""
## [12844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"469\",\"5,466\",\"72,863\",\"6.44\",\"8.6\",\"\""
## [12845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"615\",\"6577\",\"72863\",\"8.44\",\"9.4\",\"\""
## [12846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1096\",\"10092\",\"72863\",\"15.04\",\"10.9\",\"\""
## [12847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"39\",\"5,020\",\"1,728\",\"22.57\",\"0.8\",\"\""
## [12848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"46\",\"3,821\",\"1,728\",\"26.62\",\"1.2\",\"\""
## [12849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"52\",\"5,586\",\"1,728\",\"30.09\",\"0.9\",\"\""
## [12850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"60\",\"7,974\",\"1,728\",\"34.72\",\"0.8\",\"\""
## [12851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"84\",\"5,086\",\"1,728\",\"48.61\",\"1.7\",\"\""
## [12852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"42\",\"4,063\",\"1,728\",\"24.31\",\"1\",\"\""
## [12853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"71\",\"5,639\",\"1,728\",\"41.09\",\"1.3\",\"\""
## [12854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"66\",\"4,783\",\"1,728\",\"38.19\",\"1.4\",\"\""
## [12855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"51\",\"3,054\",\"1,728\",\"29.51\",\"1.7\",\"\""
## [12856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"47\",\"3,235\",\"1,728\",\"27.2\",\"1.5\",\"\""
## [12857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"17\",\"1,908\",\"1,728\",\"9.84\",\"0.9\",\"\""
## [12858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"24\",\"1,725\",\"1,728\",\"13.89\",\"1.4\",\"\""
## [12859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"32\",\"1685\",\"1728\",\"18.52\",\"1.9\",\"\""
## [12860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"33\",\"1530\",\"1728\",\"19.1\",\"2.2\",\"\""
## [12861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"370\",\"11,652\",\"7,523\",\"49.18\",\"3.2\",\"\""
## [12862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"234\",\"10,428\",\"7,523\",\"31.1\",\"2.2\",\"\""
## [12863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"369\",\"12,043\",\"7,523\",\"49.05\",\"3.1\",\"\""
## [12864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"482\",\"11,775\",\"7,523\",\"64.07\",\"4.1\",\"\""
## [12865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"361\",\"10,609\",\"7,523\",\"47.99\",\"3.4\",\"\""
## [12866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"389\",\"10,340\",\"7,523\",\"51.71\",\"3.8\",\"\""
## [12867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"451\",\"13,578\",\"7,523\",\"59.95\",\"3.3\",\"\""
## [12868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"414\",\"14,121\",\"7,523\",\"55.03\",\"2.9\",\"\""
## [12869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"245\",\"9,753\",\"7,523\",\"32.57\",\"2.5\",\"\""
## [12870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"306\",\"8,357\",\"7,523\",\"40.68\",\"3.7\",\"\""
## [12871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"204\",\"4,829\",\"7,523\",\"27.12\",\"4.2\",\"\""
## [12872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"190\",\"4,239\",\"7,523\",\"25.26\",\"4.5\",\"\""
## [12873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"157\",\"3727\",\"7523\",\"20.87\",\"4.2\",\"\""
## [12874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"220\",\"4245\",\"7523\",\"29.24\",\"5.2\",\"\""
## [12875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,344\",\"25,364\",\"200,545\",\"16.67\",\"13.2\",\"\""
## [12876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,450\",\"27,826\",\"200,545\",\"22.19\",\"16\",\"\""
## [12877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,082\",\"26,362\",\"200,545\",\"25.34\",\"19.3\",\"\""
## [12878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,965\",\"18,674\",\"200,545\",\"19.77\",\"21.2\",\"\""
## [12879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,261\",\"19,059\",\"200,545\",\"16.26\",\"17.1\",\"\""
## [12880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6,110\",\"35,185\",\"200,545\",\"30.47\",\"17.4\",\"\""
## [12881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,211\",\"31,249\",\"200,545\",\"25.98\",\"16.7\",\"\""
## [12882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,142\",\"22,481\",\"200,545\",\"20.65\",\"18.4\",\"\""
## [12883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,057\",\"14,928\",\"200,545\",\"10.26\",\"13.8\",\"\""
## [12884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,344\",\"17,442\",\"200,545\",\"11.69\",\"13.4\",\"\""
## [12885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,862\",\"12,548\",\"200,545\",\"9.28\",\"14.8\",\"\""
## [12886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,754\",\"11,316\",\"200,545\",\"8.75\",\"15.5\",\"\""
## [12887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3117\",\"16576\",\"200545\",\"15.54\",\"18.8\",\"\""
## [12888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4089\",\"21918\",\"200545\",\"20.39\",\"18.7\",\"\""
## [12889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,470\",\"61,178\",\"189,708\",\"34.11\",\"10.6\",\"\""
## [12890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5,606\",\"48,392\",\"189,708\",\"29.55\",\"11.6\",\"\""
## [12891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4,906\",\"47,383\",\"189,708\",\"25.86\",\"10.4\",\"\""
## [12892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5,025\",\"36,439\",\"189,708\",\"26.49\",\"13.8\",\"\""
## [12893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5,241\",\"35,642\",\"189,708\",\"27.63\",\"14.7\",\"\""
## [12894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5,404\",\"41,564\",\"189,708\",\"28.49\",\"13\",\"\""
## [12895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"5,531\",\"39,304\",\"189,708\",\"29.16\",\"14.1\",\"\""
## [12896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4,000\",\"33,230\",\"189,708\",\"21.09\",\"12\",\"\""
## [12897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,257\",\"20,479\",\"189,708\",\"11.9\",\"11\",\"\""
## [12898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,723\",\"13,184\",\"189,708\",\"9.08\",\"13.1\",\"\""
## [12899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,392\",\"9,653\",\"189,708\",\"7.34\",\"14.4\",\"\""
## [12900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,071\",\"6,321\",\"189,708\",\"5.65\",\"16.9\",\"\""
## [12901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1500\",\"7353\",\"189708\",\"7.91\",\"20.4\",\"\""
## [12902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2571\",\"11830\",\"189708\",\"13.55\",\"21.7\",\"\""
## [12903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"16\",\"4,356\",\"1,507\",\"10.62\",\"0.4\",\"\""
## [12904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"4,178\",\"1,507\",\"9.29\",\"0.3\",\"\""
## [12905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"4,952\",\"1,507\",\"4.64\",\"0.1\",\"\""
## [12906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"19\",\"5,726\",\"1,507\",\"12.61\",\"0.3\",\"\""
## [12907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"29\",\"5,465\",\"1,507\",\"19.24\",\"0.5\",\"\""
## [12908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"10\",\"4,653\",\"1,507\",\"6.64\",\"0.2\",\"\""
## [12909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"20\",\"5,844\",\"1,507\",\"13.27\",\"0.3\",\"\""
## [12910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"22\",\"6,322\",\"1,507\",\"14.6\",\"0.3\",\"\""
## [12911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"3,072\",\"1,507\",\"5.97\",\"0.3\",\"\""
## [12912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"12\",\"2,405\",\"1,507\",\"7.96\",\"0.5\",\"\""
## [12913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"7\",\"1,488\",\"1,507\",\"4.64\",\"0.5\",\"\""
## [12914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4\",\"940\",\"1,507\",\"2.65\",\"0.4\",\"\""
## [12915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Pakistani\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"1142\",\"1507\",\"5.97\",\"0.8\",\"\""
## [12916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Pakistani\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"11\",\"1313\",\"1507\",\"7.3\",\"0.8\",\"\""
## [12917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"105,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"105,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"89,046\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"89,046\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"85,577\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"85,577\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"61,137\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"61,137\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"53,174\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"4,449\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"6,605\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"52,601\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"52,601\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"50,606\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"493\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"3,266\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"49,929\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"49,929\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"48,310\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"3,014\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"45,143\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"45,143\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"46,261\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"387\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"42,409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"42,409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"44,372\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"326\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"31,135\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"32,565\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"32,565\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"29,473\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"94\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"30,247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"30,679\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"102\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"31,005\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"31,005\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"31,201\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"2\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"485\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"54448\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"54448\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"51824\",\"305196\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,557\",\"305196\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"95248\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"95248\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"90879\",\"461837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"4135\",\"461837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"209974\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"209974\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"176780\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"176780\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"169750\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"169750\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"120344\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"120344\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"101956\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"101956\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"96044\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"96044\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"88668\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"88668\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"83092\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"83092\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"59624\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"59624\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"64716\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"64716\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"60032\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [12999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"60032\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"61612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"61612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"108094\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"108094\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"190028\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"190028\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"67,398\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"67,398\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"54,595\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"54,595\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"51,324\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"51,324\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"46,648\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"46,648\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"44,698\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"44,698\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"33,280\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"33,280\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"30,781\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"30,781\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,759\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"31,759\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"56303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"56303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"98009\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"98009\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"132,866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"132,866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"105,944\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"105,944\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"98,834\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"98,834\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"91,678\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"91,678\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"87,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"87,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"61,818\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"61,818\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"66,146\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"66,146\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"61,100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"61,100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"63,120\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"63,120\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"111,804\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"111,804\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"195550\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"195550\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,968\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,968\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,084\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,084\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,534\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"5,534\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,641\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,641\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4,364\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4,364\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,418\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,418\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,084\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,084\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"944\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"944\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"426\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"426\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"669\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"669\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,582\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1,582\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"942\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"942\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1437\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"1437\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"2314\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"2314\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"489\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"489\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"389\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"389\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"387\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"387\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"667\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"667\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"735\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"735\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,017\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,017\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"938\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"938\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"496\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"496\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"317\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"317\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"210\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"210\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"151\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"151\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"586\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"586\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"781\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"781\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6,261\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6,261\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,994\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,994\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,395\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,395\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,289\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,289\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,097\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,097\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"715\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"715\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"534\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"534\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"754\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"754\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1855\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1855\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2761\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2761\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"191\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"191\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"242\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"242\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"151\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"151\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"429\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"429\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"520\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"520\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"709\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"709\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"656\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"656\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"309\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"309\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"262\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"262\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"172\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"172\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"305\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"305\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"407\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"407\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"76\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"76\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"86\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"86\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2,026\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"2,026\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"661\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"661\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"216\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"216\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"666\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"666\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"684\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"684\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"249\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"249\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"219\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"219\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"292\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"292\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"416\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"416\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"197\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"197\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"280\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"280\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"37\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"37\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"49\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"49\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"35\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"35\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"39\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"39\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"166\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"166\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"123\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"123\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"225\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"225\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"238\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"238\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"325\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"325\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"417\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"417\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"846\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"846\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"532\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"532\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"110\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"110\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"90\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"90\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"75\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"75\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"167\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"167\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"294\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"294\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"172\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"172\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"267\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"267\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"311\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"311\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"185\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"185\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"101\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"101\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"208\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"208\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"181\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"181\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,765\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,765\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,301\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,301\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,088\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,088\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,075\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1,075\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"900\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"900\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"921\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"921\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"776\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"776\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"612\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"496\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"496\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"351\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"351\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"348\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"348\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"461\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"461\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"572\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"572\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1207\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"1207\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"110\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"110\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"63\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"63\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"72\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"72\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"61\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"61\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"33\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"33\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"174\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"174\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"201\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"201\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"701\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"701\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"376\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"376\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"294\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"294\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"297\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"297\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"346\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"346\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"18\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"18\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"76\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"76\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"55\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"55\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"32\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"32\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"32\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"32\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"17\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"17\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"16\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"27\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"27\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"34\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"34\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"57\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"57\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"262\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"262\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"371\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"371\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"349\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"349\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"455\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"455\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"272\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"272\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"45\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"214\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"214\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"488\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"488\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"333\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"333\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"213\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"213\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"120\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"120\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"168\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"168\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"317\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"317\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"483\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"483\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"218\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"218\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"238\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"238\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"971\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"971\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"2772\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"2772\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"53\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"53\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"28\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"28\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"50\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"35\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"35\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"31\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"31\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"94\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"94\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"40\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"26\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"46\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"59\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"59\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"62\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"62\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"683\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"683\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"656\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"656\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"702\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"702\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"965\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"965\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,623\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,623\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,907\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,907\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"809\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"809\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"863\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"863\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"314\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"314\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"207\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"207\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"199\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"199\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"234\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"234\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"100\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"115\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"115\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"192\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"192\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"180\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"180\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"86\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"86\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"51\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"51\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"243\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"243\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"549\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"549\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"554\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"554\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"698\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"698\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"895\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"895\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"824\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"824\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,103\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,103\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,455\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,455\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,702\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,702\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,783\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,783\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,195\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1,195\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"870\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"870\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"857\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"857\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"821\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"821\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1041\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1041\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1256\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"1256\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"439\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"439\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"174\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"174\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"368\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"368\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"319\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"319\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"528\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"528\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"966\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"966\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"2,766\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"2,766\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"948\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"948\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"851\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"851\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"790\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"790\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1229\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1229\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1282\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"1282\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"171\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"171\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"245\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"245\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"139\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"139\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"177\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"177\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"184\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"184\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"135\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"135\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1,257\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1,257\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"403\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"403\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"315\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"315\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"197\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"197\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"500\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"500\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"297\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"297\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"485\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"485\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"255\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"255\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"104\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"104\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"56\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"56\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"49\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"49\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"384\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"384\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,237\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"1,237\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"203\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"203\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"797\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"797\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"1401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"1401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"118\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"118\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"145\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"145\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"438\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"438\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"410\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"410\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"456\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"456\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"276\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"276\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"292\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"292\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"202\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"202\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"246\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"246\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"509\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"509\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"1313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,004\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,004\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"961\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"961\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,023\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,023\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,035\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,035\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"760\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"760\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"561\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"561\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"311\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"311\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"210\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"210\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"487\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"487\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"900\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"900\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"87\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"74\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"74\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"41\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"41\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"53\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"53\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"123\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"123\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"38\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"38\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"179\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"179\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"158\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"158\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"260\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"260\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"970\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"970\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"837\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"837\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"730\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"730\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"666\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"666\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"531\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"531\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"560\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"560\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"488\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"488\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"252\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"252\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"189\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"189\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"219\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"219\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"400\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"400\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1012\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1012\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"557\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"557\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"801\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"801\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"741\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"741\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"523\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"523\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"514\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"514\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"328\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"328\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"417\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"417\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"484\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"484\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"3,482\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"3,482\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1,287\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"1,287\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"881\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"881\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"2516\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"2516\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"4611\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"4611\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"70,601\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"70,601\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"64,277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"64,277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"59,646\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"59,646\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"37,980\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"37,980\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"28,007\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"28,007\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,978\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"26,978\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20,832\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"20,832\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18,556\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"18,556\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,395\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"12,395\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"13,866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"13,866\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,443\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"14,443\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,776\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"16,776\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"29884\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"29884\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"56002\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"56002\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"211\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"211\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"180\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"180\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"250\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"275\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"275\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"293\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"293\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"279\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"279\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"205\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"205\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"202\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"202\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"142\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"122\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"122\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"606\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"606\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"99\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"99\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"64\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"64\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"93\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"93\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"43\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"43\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"54\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"54\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"92\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"92\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"89\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"89\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"57\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"57\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"276\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"276\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1,295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1,295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"513\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"513\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"502\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"502\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"323\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"323\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"492\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"492\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"540\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"540\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"356\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"356\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"236\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"236\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"307\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"307\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"212\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"212\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"223\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"236\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"236\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"431\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"431\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"176\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"176\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"102\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"102\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"167\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"167\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"168\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"168\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"247\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"159\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"159\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"98\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"98\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"149\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"149\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"231\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"334\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"334\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"70\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"108\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"108\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"188\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"188\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"116\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"116\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"121\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"82\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"80\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"80\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"42\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"42\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,306\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,306\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"539\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"539\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"413\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"413\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"711\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"711\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"505\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"309\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"309\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"228\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"228\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"310\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"310\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"176\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"176\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"158\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"158\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"254\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"254\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"356\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"356\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"720\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"720\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1346\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1346\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"221\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"221\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"313\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"131\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"131\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"328\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"328\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1,860\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1,860\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"3,315\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"3,315\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"2,720\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"2,720\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1,130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1,130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"401\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"803\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"803\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1119\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1119\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1657\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"1657\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"992\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"992\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"789\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"789\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,034\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,034\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,083\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,083\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"907\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"907\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"668\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"668\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,290\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,290\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"625\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"625\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"350\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"350\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"221\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"221\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"349\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"349\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1033\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [13999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1033\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2411\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"117\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"60\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"56\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"56\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"68\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"68\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"190\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"244\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"244\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"106\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"106\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"283\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"283\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"756\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"756\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"987\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"987\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"793\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"793\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"599\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"599\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"153\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"153\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"125\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"125\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"169\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"169\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"148\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"148\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"252\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"252\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"160\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"67\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"67\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"78\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"78\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"77\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"77\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"199\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"199\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"621\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"621\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,367\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,367\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,094\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,094\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"599\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"599\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"320\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"320\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"350\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"350\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"596\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"596\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"578\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"578\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"852\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"852\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,052\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"1,052\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"493\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"493\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"443\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"443\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"654\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"654\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"797\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"797\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"806\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"806\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"910\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"910\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,495\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,495\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,670\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,073\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"1,073\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"206\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"206\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"126\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"135\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"135\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"216\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"216\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"165\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"150\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"163\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"163\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"468\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"468\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"921\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"921\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,124\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,530\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,530\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,552\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,552\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,562\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,562\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,066\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2,066\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,721\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,721\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,354\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,354\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,329\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,329\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,149\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,149\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,303\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,061\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1,061\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1794\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"1794\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2759\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"2759\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"68\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"68\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"72\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"72\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"140\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"140\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"83\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"103\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"103\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"93\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"93\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"92\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"92\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"84\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"144\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"144\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"205\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"205\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"473\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"473\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"318\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"318\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"332\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"332\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"329\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"329\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"326\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"326\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"217\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"112\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"96\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"90\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"90\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"139\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"139\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"134\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"416\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"416\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6,973\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6,973\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,479\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"3,479\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,341\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,341\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,548\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,548\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,409\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,277\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,086\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"2,086\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,480\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1,480\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"352\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"352\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"218\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"218\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"178\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"336\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"812\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"812\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1088\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"1088\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2,273\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,623\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,623\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,423\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,423\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"713\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"713\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"695\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"695\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,184\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,184\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,295\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,358\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,358\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,115\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,115\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,323\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,323\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,298\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,626\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"1,626\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2300\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2300\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2326\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"2326\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"80\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"80\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"69\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"119\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"119\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"111\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"111\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"127\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"133\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"259\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"259\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"255\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"255\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"173\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"128\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"128\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"102\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"102\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"66\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"101\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"101\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"227\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"227\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"696,709\",\"932,065\",\"48,209,395\",\"14.45\",\"74.7\",\"\""
## [14283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"812,323\",\"1,125,647\",\"48,209,395\",\"16.85\",\"72.2\",\"\""
## [14284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"951,396\",\"1,409,802\",\"48,209,395\",\"19.73\",\"67.5\",\"\""
## [14285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"865,902\",\"1,284,197\",\"48,209,395\",\"17.96\",\"67.4\",\"\""
## [14286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"785,691\",\"1,284,197\",\"48,209,395\",\"16.3\",\"61.2\",\"\""
## [14287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"51,164\",\"1,284,197\",\"48,209,395\",\"1.26\",\"4.7\",\"\""
## [14288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"47,879\",\"1,284,197\",\"48,209,395\",\"0.99\",\"3.7\",\"\""
## [14289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"819,507\",\"1,220,198\",\"48,209,395\",\"17\",\"67.2\",\"\""
## [14290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"806,568\",\"1,220,198\",\"48,209,395\",\"16.73\",\"66.1\",\"\""
## [14291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"5,198\",\"1,220,198\",\"48,209,395\",\"0.12\",\"0.5\",\"\""
## [14292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"19,571\",\"1,220,198\",\"48,209,395\",\"0.41\",\"1.6\",\"\""
## [14293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"772,057\",\"1,121,123\",\"48,209,395\",\"16.01\",\"68.9\",\"\""
## [14294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"763,246\",\"1,121,123\",\"48,209,395\",\"15.83\",\"68.1\",\"\""
## [14295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"1,121,123\",\"48,209,395\",\"-\",\"0\",\"\""
## [14296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"16,238\",\"1,121,123\",\"48,209,395\",\"0.34\",\"1.4\",\"\""
## [14297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"701,595\",\"954,314\",\"48,209,395\",\"14.55\",\"73.5\",\"\""
## [14298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"706,081\",\"954,314\",\"48,209,395\",\"14.65\",\"74\",\"\""
## [14299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"954,314\",\"48,209,395\",\"-\",\"0\",\"\""
## [14300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,187\",\"954,314\",\"48,209,395\",\"0.05\",\"0.2\",\"\""
## [14301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"632,820\",\"841,399\",\"48,209,395\",\"13.13\",\"75.2\",\"\""
## [14302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"638,832\",\"841,399\",\"48,209,395\",\"13.25\",\"75.9\",\"\""
## [14303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"841,399\",\"48,209,395\",\"-\",\"0\",\"\""
## [14304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"1,846\",\"841,399\",\"48,209,395\",\"0.04\",\"0.2\",\"\""
## [14305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"371,590\",\"498,721\",\"48,209,395\",\"7.71\",\"74.5\",\"\""
## [14306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"375,059\",\"498,721\",\"48,209,395\",\"7.78\",\"75.2\",\"\""
## [14307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"498,721\",\"48,209,395\",\"-\",\"0\",\"\""
## [14308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"661\",\"498,721\",\"48,209,395\",\"0.01\",\"0.1\",\"\""
## [14309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"230,662\",\"342,086\",\"48,209,395\",\"4.78\",\"67.4\",\"\""
## [14310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"225,900\",\"342,086\",\"48,209,395\",\"4.69\",\"66\",\"\""
## [14311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"342,086\",\"48,209,395\",\"-\",\"0\",\"\""
## [14312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"547\",\"342,086\",\"48,209,395\",\"0.01\",\"0.2\",\"\""
## [14313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"167,922\",\"266,308\",\"48,209,395\",\"3.48\",\"63.1\",\"\""
## [14314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"169,167\",\"266,308\",\"48,209,395\",\"3.51\",\"63.5\",\"\""
## [14315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"266,308\",\"48,209,395\",\"-\",\"0\",\"\""
## [14316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"309\",\"266,308\",\"48,209,395\",\"0.01\",\"0.1\",\"\""
## [14317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"146,001\",\"243,589\",\"48,209,395\",\"3.03\",\"59.9\",\"\""
## [14318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"146,660\",\"243,589\",\"48,209,395\",\"3.04\",\"60.2\",\"\""
## [14319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"243,589\",\"48,209,395\",\"0\",\"0\",\"\""
## [14320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"619\",\"243,589\",\"48,209,395\",\"0.01\",\"0.3\",\"\""
## [14321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"186273\",\"316353\",\"48209395\",\"3.86\",\"58.9\",\"\""
## [14322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - excluding BTP\",\"Police Force Area\",\"182514\",\"305196\",\"48,209,395\",\"3.79\",\"59.8\",\"\""
## [14323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - excluding BTP\",\"Police Force Area\",\"0\",\"305196\",\"48,209,395\",\"0\",\"0\",\"\""
## [14324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - excluding BTP\",\"Police Force Area\",\"2,501\",\"305196\",\"48,209,395\",\"N/A\",\"0.8\",\"\""
## [14325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"278179\",\"461837\",\"48209395\",\"5.77\",\"60.2\",\"\""
## [14326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 1\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"270471\",\"461837\",\"45961272\",\"5.61\",\"58.6\",\"\""
## [14327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"0\",\"461837\",\"45961272\",\"0\",\"0\",\"\""
## [14328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 60\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6246\",\"461837\",\"45961272\",\"N/A\",\"1.4\",\"\""
## [14329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"661143\",\"886657\",\"45,961,272\",\"14.38\",\"74.6\",\"\""
## [14330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"772106\",\"1075609\",\"45,961,272\",\"16.8\",\"71.8\",\"\""
## [14331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"910526\",\"1357473\",\"45,961,272\",\"19.81\",\"67.1\",\"\""
## [14332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"834416\",\"1242635\",\"45,961,272\",\"18.15\",\"67.1\",\"\""
## [14333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"781373\",\"1171286\",\"45,961,272\",\"17\",\"66.7\",\"\""
## [14334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"730881\",\"1070599\",\"45,961,272\",\"15.9\",\"68.3\",\"\""
## [14335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"675164\",\"921346\",\"45,961,272\",\"14.69\",\"73.3\",\"\""
## [14336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"611775\",\"814587\",\"45,961,272\",\"13.31\",\"75.1\",\"\""
## [14337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"361010\",\"485097\",\"45,961,272\",\"7.85\",\"74.4\",\"\""
## [14338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"227066\",\"337325\",\"45,961,272\",\"4.94\",\"67.3\",\"\""
## [14339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"166147\",\"263806\",\"45,961,272\",\"3.61\",\"63\",\"\""
## [14340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"144439\",\"241285\",\"45,961,272\",\"3.14\",\"59.9\",\"\""
## [14341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"183470\",\"312139\",\"45,961,272\",\"3.99\",\"58.8\",\"\""
## [14342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"276717\",\"459468\",\"45961272\",\"6.02\",\"60.2\",\"\""
## [14343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"894,178\",\"1,323,681\",\"48,209,395\",\"18.55\",\"67.6\",\"\""
## [14344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"831,689\",\"1,237,719\",\"48,209,395\",\"17.25\",\"67.2\",\"\""
## [14345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"779,484\",\"1,131,675\",\"48,209,395\",\"16.17\",\"68.9\",\"\""
## [14346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"708,268\",\"963,449\",\"48,209,395\",\"14.69\",\"73.5\",\"\""
## [14347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"640,678\",\"852,465\",\"48,209,395\",\"13.29\",\"75.2\",\"\""
## [14348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"375,720\",\"504,446\",\"48,209,395\",\"7.79\",\"74.5\",\"\""
## [14349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"232,875\",\"345,087\",\"48,209,395\",\"4.83\",\"67.5\",\"\""
## [14350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"169,476\",\"268,447\",\"48,209,395\",\"3.52\",\"63.1\",\"\""
## [14351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"147,439\",\"245,749\",\"48,209,395\",\"3.06\",\"60\",\"\""
## [14352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"189019\",\"320808\",\"48209395\",\"3.92\",\"58.9\",\"\""
## [14353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"282123\",\"468431\",\"48209395\",\"5.85\",\"60.2\",\"\""
## [14354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [14357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"862,692\",\"1282119\",\"45961272\",\"18.77\",\"67.3\",\"\""
## [14358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"793,555\",\"1188807\",\"45961272\",\"17.27\",\"66.8\",\"\""
## [14359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"738,308\",\"1081151\",\"45961272\",\"16.06\",\"68.3\",\"\""
## [14360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"681,837\",\"930481\",\"45961272\",\"14.84\",\"73.3\",\"\""
## [14361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"619,633\",\"825653\",\"45961272\",\"13.48\",\"75\",\"\""
## [14362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"365,140\",\"490822\",\"45961272\",\"7.94\",\"74.4\",\"\""
## [14363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"229,279\",\"340326\",\"45961272\",\"4.99\",\"67.4\",\"\""
## [14364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"167,701\",\"265945\",\"45961272\",\"3.65\",\"63.1\",\"\""
## [14365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"145,877\",\"243445\",\"45961272\",\"3.17\",\"59.9\",\"\""
## [14366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"186,216\",\"316594\",\"45961272\",\"4.05\",\"58.8\",\"\""
## [14367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"280661\",\"466062\",\"45961272\",\"6.11\",\"60.2\",\"\""
## [14368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7,915\",\"9,050\",\"1,491,970\",\"5.31\",\"87.5\",\"\""
## [14369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7,648\",\"8,722\",\"1,491,970\",\"5.13\",\"87.7\",\"\""
## [14370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10,697\",\"12,772\",\"1,491,970\",\"7.17\",\"83.8\",\"\""
## [14371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"11,453\",\"12,983\",\"1,491,970\",\"7.68\",\"88.2\",\"\""
## [14372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"13,190\",\"14,940\",\"1,491,970\",\"8.84\",\"88.3\",\"\""
## [14373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"18,691\",\"20,911\",\"1,491,970\",\"12.53\",\"89.4\",\"\""
## [14374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26,150\",\"29,588\",\"1,491,970\",\"17.53\",\"88.4\",\"\""
## [14375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"20,838\",\"23,728\",\"1,491,970\",\"13.97\",\"87.8\",\"\""
## [14376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"8,645\",\"9,973\",\"1,491,970\",\"5.79\",\"86.7\",\"\""
## [14377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4,205\",\"4,929\",\"1,491,970\",\"2.82\",\"85.3\",\"\""
## [14378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4,023\",\"4,723\",\"1,491,970\",\"2.7\",\"85.2\",\"\""
## [14379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,771\",\"4,734\",\"1,491,970\",\"2.53\",\"79.7\",\"\""
## [14380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3697\",\"4589\",\"1491970\",\"2.48\",\"80.6\",\"\""
## [14381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4840\",\"6013\",\"1491970\",\"3.24\",\"80.5\",\"\""
## [14382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2,810\",\"4,279\",\"476,647\",\"5.9\",\"65.7\",\"\""
## [14383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"3,092\",\"4,614\",\"476,647\",\"6.49\",\"67\",\"\""
## [14384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5,242\",\"8,076\",\"476,647\",\"11\",\"64.9\",\"\""
## [14385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,551\",\"6,908\",\"476,647\",\"9.55\",\"65.9\",\"\""
## [14386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5,853\",\"8,856\",\"476,647\",\"12.28\",\"66.1\",\"\""
## [14387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,911\",\"6,886\",\"476,647\",\"10.3\",\"71.3\",\"\""
## [14388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5,087\",\"7,365\",\"476,647\",\"10.67\",\"69.1\",\"\""
## [14389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"3,897\",\"5,515\",\"476,647\",\"8.18\",\"70.7\",\"\""
## [14390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,641\",\"2,476\",\"476,647\",\"3.44\",\"66.3\",\"\""
## [14391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,234\",\"1,891\",\"476,647\",\"2.59\",\"65.3\",\"\""
## [14392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"907\",\"1,373\",\"476,647\",\"1.9\",\"66.1\",\"\""
## [14393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"738\",\"1,244\",\"476,647\",\"1.55\",\"59.3\",\"\""
## [14394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"946\",\"1631\",\"476647\",\"1.98\",\"58\",\"\""
## [14395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1552\",\"2564\",\"476647\",\"3.26\",\"60.5\",\"\""
## [14396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"28,276\",\"39,484\",\"N/A\",\"N/A\",\"71.6\",\"\""
## [14397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"12,182\",\"17,521\",\"N/A\",\"N/A\",\"69.5\",\"\""
## [14398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"7,427\",\"10,552\",\"N/A\",\"N/A\",\"70.4\",\"\""
## [14399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6,673\",\"9,135\",\"N/A\",\"N/A\",\"73\",\"\""
## [14400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"7,858\",\"11,066\",\"N/A\",\"N/A\",\"71\",\"\""
## [14401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"4,130\",\"5,725\",\"N/A\",\"N/A\",\"72.1\",\"\""
## [14402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2,213\",\"3,001\",\"N/A\",\"N/A\",\"73.7\",\"\""
## [14403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,554\",\"2,139\",\"N/A\",\"N/A\",\"72.7\",\"\""
## [14404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,438\",\"2,160\",\"N/A\",\"N/A\",\"66.6\",\"\""
## [14405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2746\",\"4455\",\"N/A\",\"N/A\",\"61.6\",\"\""
## [14406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3944\",\"6594\",\"N/A\",\"N/A\",\"59.8\",\"\""
## [14407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7,610\",\"8,582\",\"726,531\",\"10.47\",\"88.7\",\"\""
## [14408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8,772\",\"9,811\",\"726,531\",\"12.07\",\"89.4\",\"\""
## [14409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4,740\",\"5,286\",\"726,531\",\"6.52\",\"89.7\",\"\""
## [14410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"5,396\",\"6,070\",\"726,531\",\"7.43\",\"88.9\",\"\""
## [14411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11,382\",\"13,145\",\"726,531\",\"15.67\",\"86.6\",\"\""
## [14412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"14,917\",\"16,900\",\"726,531\",\"20.53\",\"88.3\",\"\""
## [14413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"14,237\",\"16,169\",\"726,531\",\"19.6\",\"88.1\",\"\""
## [14414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"10,690\",\"12,292\",\"726,531\",\"14.71\",\"87\",\"\""
## [14415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4,850\",\"5,715\",\"726,531\",\"6.68\",\"84.9\",\"\""
## [14416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"2,289\",\"2,836\",\"726,531\",\"3.15\",\"80.7\",\"\""
## [14417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"856\",\"1,084\",\"726,531\",\"1.18\",\"79\",\"\""
## [14418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"640\",\"775\",\"726,531\",\"0.88\",\"82.6\",\"\""
## [14419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1059\",\"1363\",\"726531\",\"1.46\",\"77.7\",\"\""
## [14420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1572\",\"2018\",\"726531\",\"2.16\",\"77.9\",\"\""
## [14421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,198\",\"6,390\",\"995,998\",\"6.22\",\"97\",\"\""
## [14422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,339\",\"5,547\",\"995,998\",\"5.36\",\"96.3\",\"\""
## [14423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,768\",\"4,976\",\"995,998\",\"4.79\",\"95.8\",\"\""
## [14424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,971\",\"5,193\",\"995,998\",\"4.99\",\"95.7\",\"\""
## [14425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,746\",\"6,002\",\"995,998\",\"5.77\",\"95.7\",\"\""
## [14426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7,467\",\"7,787\",\"995,998\",\"7.5\",\"95.9\",\"\""
## [14427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,745\",\"4,934\",\"995,998\",\"4.76\",\"96.2\",\"\""
## [14428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,179\",\"6,541\",\"995,998\",\"6.2\",\"94.5\",\"\""
## [14429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8,694\",\"9,203\",\"995,998\",\"8.73\",\"94.5\",\"\""
## [14430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3,689\",\"3,839\",\"995,998\",\"3.7\",\"96.1\",\"\""
## [14431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1,919\",\"2,004\",\"995,998\",\"1.93\",\"95.8\",\"\""
## [14432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1,792\",\"1,889\",\"995,998\",\"1.8\",\"94.9\",\"\""
## [14433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1980\",\"2104\",\"995998\",\"1.99\",\"94.1\",\"\""
## [14434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3176\",\"3352\",\"995998\",\"3.19\",\"94.7\",\"\""
## [14435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"10,597\",\"11,453\",\"526,456\",\"20.13\",\"92.5\",\"\""
## [14436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"14,433\",\"15,573\",\"526,456\",\"27.42\",\"92.7\",\"\""
## [14437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16,363\",\"17,357\",\"526,456\",\"31.08\",\"94.3\",\"\""
## [14438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23,112\",\"24,197\",\"526,456\",\"43.9\",\"95.5\",\"\""
## [14439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28,793\",\"29,911\",\"526,456\",\"54.69\",\"96.3\",\"\""
## [14440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29,392\",\"30,424\",\"526,456\",\"55.83\",\"96.6\",\"\""
## [14441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"29,905\",\"31,104\",\"526,456\",\"56.8\",\"96.1\",\"\""
## [14442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23,594\",\"24,616\",\"526,456\",\"44.82\",\"95.8\",\"\""
## [14443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"8,799\",\"9,281\",\"526,456\",\"16.71\",\"94.8\",\"\""
## [14444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2,548\",\"2,717\",\"526,456\",\"4.84\",\"93.8\",\"\""
## [14445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"858\",\"943\",\"526,456\",\"1.63\",\"91\",\"\""
## [14446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"721\",\"804\",\"526,456\",\"1.37\",\"89.7\",\"\""
## [14447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"711\",\"794\",\"526456\",\"1.35\",\"89.5\",\"\""
## [14448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1553\",\"1729\",\"526456\",\"2.95\",\"89.8\",\"\""
## [14449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7,982\",\"8,071\",\"492,257\",\"16.22\",\"98.9\",\"\""
## [14450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,638\",\"8,849\",\"492,257\",\"17.55\",\"97.6\",\"\""
## [14451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,307\",\"8,588\",\"492,257\",\"16.88\",\"96.7\",\"\""
## [14452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,142\",\"10,365\",\"492,257\",\"20.6\",\"97.8\",\"\""
## [14453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,023\",\"10,183\",\"492,257\",\"20.36\",\"98.4\",\"\""
## [14454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"13,514\",\"13,685\",\"492,257\",\"27.45\",\"98.8\",\"\""
## [14455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"12,082\",\"12,251\",\"492,257\",\"24.54\",\"98.6\",\"\""
## [14456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9,348\",\"9,616\",\"492,257\",\"18.99\",\"97.2\",\"\""
## [14457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5,476\",\"5,622\",\"492,257\",\"11.12\",\"97.4\",\"\""
## [14458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3,407\",\"3,490\",\"492,257\",\"6.92\",\"97.6\",\"\""
## [14459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,711\",\"1,755\",\"492,257\",\"3.48\",\"97.5\",\"\""
## [14460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,329\",\"1,366\",\"492,257\",\"2.7\",\"97.3\",\"\""
## [14461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1515\",\"1558\",\"492257\",\"3.08\",\"97.2\",\"\""
## [14462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1835\",\"1867\",\"492257\",\"3.73\",\"98.3\",\"\""
## [14463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,538\",\"8,368\",\"949,845\",\"7.94\",\"90.1\",\"\""
## [14464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,252\",\"7,999\",\"949,845\",\"7.63\",\"90.7\",\"\""
## [14465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6,829\",\"7,695\",\"949,845\",\"7.19\",\"88.7\",\"\""
## [14466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,404\",\"8,411\",\"949,845\",\"7.79\",\"88\",\"\""
## [14467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10,157\",\"11,336\",\"949,845\",\"10.69\",\"89.6\",\"\""
## [14468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"13,180\",\"14,875\",\"949,845\",\"13.88\",\"88.6\",\"\""
## [14469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10,904\",\"12,377\",\"949,845\",\"11.48\",\"88.1\",\"\""
## [14470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"5,157\",\"6,211\",\"949,845\",\"5.43\",\"83\",\"\""
## [14471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4,622\",\"5,291\",\"949,845\",\"4.87\",\"87.4\",\"\""
## [14472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"3,003\",\"3,534\",\"949,845\",\"3.16\",\"85\",\"\""
## [14473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1,445\",\"1,724\",\"949,845\",\"1.52\",\"83.8\",\"\""
## [14474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"900\",\"1,084\",\"949,845\",\"0.95\",\"83\",\"\""
## [14475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1122\",\"1431\",\"949845\",\"1.18\",\"78.4\",\"\""
## [14476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1267\",\"1517\",\"949845\",\"1.33\",\"83.5\",\"\""
## [14477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23,916\",\"24,411\",\"1,627,306\",\"14.7\",\"98\",\"\""
## [14478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"20,120\",\"20,731\",\"1,627,306\",\"12.36\",\"97.1\",\"\""
## [14479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21,250\",\"21,875\",\"1,627,306\",\"13.06\",\"97.1\",\"\""
## [14480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"22,314\",\"22,967\",\"1,627,306\",\"13.71\",\"97.2\",\"\""
## [14481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19,016\",\"19,460\",\"1,627,306\",\"11.69\",\"97.7\",\"\""
## [14482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"16,397\",\"16,876\",\"1,627,306\",\"10.08\",\"97.2\",\"\""
## [14483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12,694\",\"13,107\",\"1,627,306\",\"7.8\",\"96.8\",\"\""
## [14484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12,548\",\"13,125\",\"1,627,306\",\"7.71\",\"95.6\",\"\""
## [14485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7,561\",\"8,010\",\"1,627,306\",\"4.65\",\"94.4\",\"\""
## [14486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5,563\",\"5,802\",\"1,627,306\",\"3.42\",\"95.9\",\"\""
## [14487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4,535\",\"4,744\",\"1,627,306\",\"2.79\",\"95.6\",\"\""
## [14488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4,198\",\"4,445\",\"1,627,306\",\"2.58\",\"94.4\",\"\""
## [14489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3927\",\"4088\",\"1627306\",\"2.41\",\"96.1\",\"\""
## [14490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4139\",\"4396\",\"1627306\",\"2.54\",\"94.2\",\"\""
## [14491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,061\",\"6,543\",\"714,637\",\"8.48\",\"92.6\",\"\""
## [14492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7,053\",\"7,786\",\"714,637\",\"9.87\",\"90.6\",\"\""
## [14493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,896\",\"6,426\",\"714,637\",\"8.25\",\"91.8\",\"\""
## [14494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,950\",\"6,561\",\"714,637\",\"8.33\",\"90.7\",\"\""
## [14495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,238\",\"6,728\",\"714,637\",\"8.73\",\"92.7\",\"\""
## [14496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,344\",\"6,924\",\"714,637\",\"8.88\",\"91.6\",\"\""
## [14497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,953\",\"7,549\",\"714,637\",\"9.73\",\"92.1\",\"\""
## [14498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7,468\",\"8,329\",\"714,637\",\"10.45\",\"89.7\",\"\""
## [14499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,295\",\"6,985\",\"714,637\",\"8.81\",\"90.1\",\"\""
## [14500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"3,731\",\"4,278\",\"714,637\",\"5.22\",\"87.2\",\"\""
## [14501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2,540\",\"2,895\",\"714,637\",\"3.55\",\"87.7\",\"\""
## [14502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1,886\",\"2,117\",\"714,637\",\"2.64\",\"89.1\",\"\""
## [14503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1775\",\"2071\",\"714637\",\"2.48\",\"85.7\",\"\""
## [14504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1524\",\"1770\",\"714637\",\"2.13\",\"86.1\",\"\""
## [14505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,230\",\"8,302\",\"605,364\",\"13.6\",\"99.1\",\"\""
## [14506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"7,918\",\"7,950\",\"605,364\",\"13.08\",\"99.6\",\"\""
## [14507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,205\",\"5,249\",\"605,364\",\"8.6\",\"99.2\",\"\""
## [14508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,795\",\"5,835\",\"605,364\",\"9.57\",\"99.3\",\"\""
## [14509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"4,848\",\"4,902\",\"605,364\",\"8.01\",\"98.9\",\"\""
## [14510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,227\",\"5,272\",\"605,364\",\"8.63\",\"99.1\",\"\""
## [14511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,443\",\"8,528\",\"605,364\",\"13.95\",\"99\",\"\""
## [14512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"11,968\",\"12,058\",\"605,364\",\"19.77\",\"99.3\",\"\""
## [14513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,110\",\"8,189\",\"605,364\",\"13.4\",\"99\",\"\""
## [14514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"4,385\",\"4,433\",\"605,364\",\"7.24\",\"98.9\",\"\""
## [14515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"1,664\",\"1,705\",\"605,364\",\"2.75\",\"97.6\",\"\""
## [14516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"1,426\",\"1,455\",\"605,364\",\"2.36\",\"98\",\"\""
## [14517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"1656\",\"1711\",\"605364\",\"2.74\",\"96.8\",\"\""
## [14518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Durham\",\"Police Force Area\",\"1879\",\"1955\",\"605364\",\"3.1\",\"96.1\",\"\""
## [14519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8,274\",\"8,384\",\"504,714\",\"16.39\",\"98.7\",\"\""
## [14520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6,942\",\"7,049\",\"504,714\",\"13.75\",\"98.5\",\"\""
## [14521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9,956\",\"10,141\",\"504,714\",\"19.73\",\"98.2\",\"\""
## [14522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11,825\",\"12,048\",\"504,714\",\"23.43\",\"98.1\",\"\""
## [14523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13,962\",\"14,203\",\"504,714\",\"27.66\",\"98.3\",\"\""
## [14524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12,754\",\"12,957\",\"504,714\",\"25.27\",\"98.4\",\"\""
## [14525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12,908\",\"13,125\",\"504,714\",\"25.57\",\"98.3\",\"\""
## [14526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8,758\",\"8,988\",\"504,714\",\"17.35\",\"97.4\",\"\""
## [14527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4,988\",\"5,156\",\"504,714\",\"9.88\",\"96.7\",\"\""
## [14528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3,552\",\"3,632\",\"504,714\",\"7.04\",\"97.8\",\"\""
## [14529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2,238\",\"2,292\",\"504,714\",\"4.43\",\"97.6\",\"\""
## [14530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1,969\",\"2,007\",\"504,714\",\"3.9\",\"98.1\",\"\""
## [14531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2549\",\"2648\",\"504714\",\"5.05\",\"96.3\",\"\""
## [14532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2853\",\"2929\",\"504714\",\"5.65\",\"97.4\",\"\""
## [14533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"8,604\",\"9,604\",\"1,608,308\",\"5.35\",\"89.6\",\"\""
## [14534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"11,856\",\"13,588\",\"1,608,308\",\"7.37\",\"87.3\",\"\""
## [14535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"10,858\",\"12,318\",\"1,608,308\",\"6.75\",\"88.1\",\"\""
## [14536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"8,222\",\"9,359\",\"1,608,308\",\"5.11\",\"87.9\",\"\""
## [14537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"5,093\",\"5,803\",\"1,608,308\",\"3.17\",\"87.8\",\"\""
## [14538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"3,144\",\"3,629\",\"1,608,308\",\"1.95\",\"86.6\",\"\""
## [14539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"3,747\",\"4,326\",\"1,608,308\",\"2.33\",\"86.6\",\"\""
## [14540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"7,621\",\"8,726\",\"1,608,308\",\"4.74\",\"87.3\",\"\""
## [14541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"4,098\",\"4,835\",\"1,608,308\",\"2.55\",\"84.8\",\"\""
## [14542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"1,762\",\"2,200\",\"1,608,308\",\"1.1\",\"80.1\",\"\""
## [14543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"2,468\",\"3,148\",\"1,608,308\",\"1.53\",\"78.4\",\"\""
## [14544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"2,330\",\"3,004\",\"1,608,308\",\"1.45\",\"77.6\",\"\""
## [14545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"6118\",\"7452\",\"1608308\",\"3.8\",\"82.1\",\"\""
## [14546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Essex\",\"Police Force Area\",\"14410\",\"17256\",\"1608308\",\"8.96\",\"83.5\",\"\""
## [14547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,427\",\"4,837\",\"569,647\",\"7.77\",\"91.5\",\"\""
## [14548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,144\",\"5,554\",\"569,647\",\"9.03\",\"92.6\",\"\""
## [14549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,696\",\"6,227\",\"569,647\",\"10\",\"91.5\",\"\""
## [14550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,928\",\"5,464\",\"569,647\",\"8.65\",\"90.2\",\"\""
## [14551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"3,960\",\"4,447\",\"569,647\",\"6.95\",\"89\",\"\""
## [14552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,407\",\"5,062\",\"569,647\",\"7.74\",\"87.1\",\"\""
## [14553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,211\",\"4,701\",\"569,647\",\"7.39\",\"89.6\",\"\""
## [14554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,039\",\"4,445\",\"569,647\",\"7.09\",\"90.9\",\"\""
## [14555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2,406\",\"2,667\",\"569,647\",\"4.22\",\"90.2\",\"\""
## [14556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,759\",\"2,018\",\"569,647\",\"3.09\",\"87.2\",\"\""
## [14557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,465\",\"1,720\",\"569,647\",\"2.57\",\"85.2\",\"\""
## [14558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,377\",\"1,659\",\"569,647\",\"2.42\",\"83\",\"\""
## [14559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1496\",\"1765\",\"569647\",\"2.63\",\"84.8\",\"\""
## [14560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1828\",\"2101\",\"569647\",\"3.21\",\"87\",\"\""
## [14561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"35,566\",\"45,408\",\"2,248,123\",\"15.82\",\"78.3\",\"\""
## [14562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"40,217\",\"50,038\",\"2,248,123\",\"17.89\",\"80.4\",\"\""
## [14563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"40,870\",\"52,329\",\"2,248,123\",\"18.18\",\"78.1\",\"\""
## [14564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"31,486\",\"41,562\",\"2,248,123\",\"14.01\",\"75.8\",\"\""
## [14565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"38,134\",\"48,912\",\"2,248,123\",\"16.96\",\"78\",\"\""
## [14566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"41,176\",\"50,524\",\"2,248,123\",\"18.32\",\"81.5\",\"\""
## [14567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"26,431\",\"32,968\",\"2,248,123\",\"11.76\",\"80.2\",\"\""
## [14568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"21,045\",\"26,812\",\"2,248,123\",\"9.36\",\"78.5\",\"\""
## [14569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"10,580\",\"13,624\",\"2,248,123\",\"4.71\",\"77.7\",\"\""
## [14570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,596\",\"4,761\",\"2,248,123\",\"1.6\",\"75.5\",\"\""
## [14571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,775\",\"2,502\",\"2,248,123\",\"0.79\",\"70.9\",\"\""
## [14572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,562\",\"2,304\",\"2,248,123\",\"0.69\",\"67.8\",\"\""
## [14573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2803\",\"4214\",\"2248123\",\"1.25\",\"66.5\",\"\""
## [14574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1462\",\"2369\",\"2248123\",\"0.65\",\"61.7\",\"\""
## [14575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5,206\",\"5,627\",\"554,377\",\"9.39\",\"92.5\",\"\""
## [14576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,793\",\"7,275\",\"554,377\",\"12.25\",\"93.4\",\"\""
## [14577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,444\",\"6,859\",\"554,377\",\"11.62\",\"93.9\",\"\""
## [14578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8,085\",\"9,022\",\"554,377\",\"14.58\",\"89.6\",\"\""
## [14579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7,287\",\"8,018\",\"554,377\",\"13.14\",\"90.9\",\"\""
## [14580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,523\",\"7,188\",\"554,377\",\"11.77\",\"90.7\",\"\""
## [14581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8,376\",\"8,875\",\"554,377\",\"15.11\",\"94.4\",\"\""
## [14582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3,755\",\"3,947\",\"554,377\",\"6.77\",\"95.1\",\"\""
## [14583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1,931\",\"2,086\",\"554,377\",\"3.48\",\"92.6\",\"\""
## [14584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1,011\",\"1,092\",\"554,377\",\"1.82\",\"92.6\",\"\""
## [14585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1,218\",\"1,310\",\"554,377\",\"2.2\",\"93\",\"\""
## [14586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"626\",\"667\",\"554,377\",\"1.13\",\"93.9\",\"\""
## [14587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1545\",\"1850\",\"554377\",\"2.79\",\"83.5\",\"\""
## [14588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2150\",\"2592\",\"554377\",\"3.88\",\"82.9\",\"\""
## [14589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"21,394\",\"23,137\",\"1,771,378\",\"12.08\",\"92.5\",\"\""
## [14590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"21,548\",\"24,400\",\"1,771,378\",\"12.16\",\"88.3\",\"\""
## [14591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"22,857\",\"25,589\",\"1,771,378\",\"12.9\",\"89.3\",\"\""
## [14592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"18,785\",\"21,096\",\"1,771,378\",\"10.6\",\"89\",\"\""
## [14593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"23,574\",\"26,013\",\"1,771,378\",\"13.31\",\"90.6\",\"\""
## [14594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"28,529\",\"31,212\",\"1,771,378\",\"16.11\",\"91.4\",\"\""
## [14595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27,672\",\"30,422\",\"1,771,378\",\"15.62\",\"91\",\"\""
## [14596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"25,390\",\"27,917\",\"1,771,378\",\"14.33\",\"90.9\",\"\""
## [14597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"15,593\",\"17,375\",\"1,771,378\",\"8.8\",\"89.7\",\"\""
## [14598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"8,907\",\"10,238\",\"1,771,378\",\"5.03\",\"87\",\"\""
## [14599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6,666\",\"7,762\",\"1,771,378\",\"3.76\",\"85.9\",\"\""
## [14600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"5,961\",\"7,207\",\"1,771,378\",\"3.37\",\"82.7\",\"\""
## [14601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"5888\",\"7072\",\"1771378\",\"3.32\",\"83.3\",\"\""
## [14602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6537\",\"7952\",\"1771378\",\"3.69\",\"82.2\",\"\""
## [14603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,527\",\"10,276\",\"977,495\",\"8.72\",\"83\",\"\""
## [14604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"9,534\",\"11,788\",\"977,495\",\"9.75\",\"80.9\",\"\""
## [14605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"15,219\",\"18,796\",\"977,495\",\"15.57\",\"81\",\"\""
## [14606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"10,375\",\"12,847\",\"977,495\",\"10.61\",\"80.8\",\"\""
## [14607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,301\",\"10,450\",\"977,495\",\"8.49\",\"79.4\",\"\""
## [14608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"7,514\",\"9,329\",\"977,495\",\"7.69\",\"80.5\",\"\""
## [14609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"12,180\",\"14,876\",\"977,495\",\"12.46\",\"81.9\",\"\""
## [14610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"18,071\",\"22,302\",\"977,495\",\"18.49\",\"81\",\"\""
## [14611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,140\",\"10,429\",\"977,495\",\"8.33\",\"78.1\",\"\""
## [14612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"5,565\",\"7,162\",\"977,495\",\"5.69\",\"77.7\",\"\""
## [14613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4,859\",\"6,420\",\"977,495\",\"4.97\",\"75.7\",\"\""
## [14614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4,279\",\"5,755\",\"977,495\",\"4.38\",\"74.4\",\"\""
## [14615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4135\",\"5601\",\"977495\",\"4.23\",\"73.8\",\"\""
## [14616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4597\",\"6359\",\"977495\",\"4.7\",\"72.3\",\"\""
## [14617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,531\",\"9,856\",\"885,279\",\"10.77\",\"96.7\",\"\""
## [14618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"11,295\",\"11,689\",\"885,279\",\"12.76\",\"96.6\",\"\""
## [14619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10,462\",\"11,077\",\"885,279\",\"11.82\",\"94.4\",\"\""
## [14620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8,960\",\"9,485\",\"885,279\",\"10.12\",\"94.5\",\"\""
## [14621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8,518\",\"8,907\",\"885,279\",\"9.62\",\"95.6\",\"\""
## [14622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,923\",\"10,363\",\"885,279\",\"11.21\",\"95.8\",\"\""
## [14623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,960\",\"10,317\",\"885,279\",\"11.25\",\"96.5\",\"\""
## [14624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6,239\",\"6,512\",\"885,279\",\"7.05\",\"95.8\",\"\""
## [14625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2,978\",\"3,154\",\"885,279\",\"3.36\",\"94.4\",\"\""
## [14626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"719\",\"739\",\"885,279\",\"0.81\",\"97.3\",\"\""
## [14627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"663\",\"716\",\"885,279\",\"0.75\",\"92.6\",\"\""
## [14628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"926\",\"1,011\",\"885,279\",\"1.05\",\"91.6\",\"\""
## [14629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1182\",\"1278\",\"885279\",\"1.34\",\"92.5\",\"\""
## [14630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2374\",\"2548\",\"885279\",\"2.68\",\"93.2\",\"\""
## [14631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"12,768\",\"13,888\",\"1,607,681\",\"7.94\",\"91.9\",\"\""
## [14632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"13,958\",\"15,487\",\"1,607,681\",\"8.68\",\"90.1\",\"\""
## [14633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"15,645\",\"17,225\",\"1,607,681\",\"9.73\",\"90.8\",\"\""
## [14634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"13,241\",\"14,764\",\"1,607,681\",\"8.24\",\"89.7\",\"\""
## [14635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"10,564\",\"11,595\",\"1,607,681\",\"6.57\",\"91.1\",\"\""
## [14636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"7,110\",\"8,144\",\"1,607,681\",\"4.42\",\"87.3\",\"\""
## [14637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,819\",\"7,996\",\"1,607,681\",\"4.24\",\"85.3\",\"\""
## [14638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"7,559\",\"8,969\",\"1,607,681\",\"4.7\",\"84.3\",\"\""
## [14639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,979\",\"8,989\",\"1,607,681\",\"4.34\",\"77.6\",\"\""
## [14640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"5,179\",\"6,845\",\"1,607,681\",\"3.22\",\"75.7\",\"\""
## [14641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"5,062\",\"6,328\",\"1,607,681\",\"3.15\",\"80\",\"\""
## [14642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"4,445\",\"5,830\",\"1,607,681\",\"2.76\",\"76.2\",\"\""
## [14643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"4248\",\"5404\",\"1607681\",\"2.64\",\"78.6\",\"\""
## [14644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Kent\",\"Police Force Area\",\"7091\",\"8789\",\"1607681\",\"4.41\",\"80.7\",\"\""
## [14645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"16,154\",\"17,874\",\"1,320,035\",\"12.24\",\"90.4\",\"\""
## [14646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"20,531\",\"22,878\",\"1,320,035\",\"15.55\",\"89.7\",\"\""
## [14647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"20,506\",\"22,899\",\"1,320,035\",\"15.53\",\"89.5\",\"\""
## [14648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"23,329\",\"26,384\",\"1,320,035\",\"17.67\",\"88.4\",\"\""
## [14649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"23,000\",\"26,255\",\"1,320,035\",\"17.42\",\"87.6\",\"\""
## [14650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"18,547\",\"20,851\",\"1,320,035\",\"14.05\",\"89\",\"\""
## [14651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"16,522\",\"18,152\",\"1,320,035\",\"12.52\",\"91\",\"\""
## [14652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14,289\",\"15,748\",\"1,320,035\",\"10.82\",\"90.7\",\"\""
## [14653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"6,959\",\"7,723\",\"1,320,035\",\"5.27\",\"90.1\",\"\""
## [14654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"4,778\",\"5,472\",\"1,320,035\",\"3.62\",\"87.3\",\"\""
## [14655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,687\",\"3,074\",\"1,320,035\",\"2.04\",\"87.4\",\"\""
## [14656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,369\",\"2,807\",\"1,320,035\",\"1.79\",\"84.4\",\"\""
## [14657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"3280\",\"3825\",\"1320035\",\"2.48\",\"85.8\",\"\""
## [14658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"5925\",\"7163\",\"1320035\",\"4.49\",\"82.7\",\"\""
## [14659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"14,228\",\"19,364\",\"797,704\",\"17.84\",\"73.5\",\"\""
## [14660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15,238\",\"20,890\",\"797,704\",\"19.1\",\"72.9\",\"\""
## [14661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"14,082\",\"19,250\",\"797,704\",\"17.65\",\"73.2\",\"\""
## [14662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"17,063\",\"23,349\",\"797,704\",\"21.39\",\"73.1\",\"\""
## [14663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15,717\",\"22,386\",\"797,704\",\"19.7\",\"70.2\",\"\""
## [14664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6,872\",\"10,091\",\"797,704\",\"8.61\",\"68.1\",\"\""
## [14665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"4,183\",\"5,831\",\"797,704\",\"5.24\",\"71.7\",\"\""
## [14666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,052\",\"4,376\",\"797,704\",\"3.83\",\"69.7\",\"\""
## [14667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,216\",\"3,129\",\"797,704\",\"2.78\",\"70.8\",\"\""
## [14668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,203\",\"1,719\",\"797,704\",\"1.51\",\"70\",\"\""
## [14669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,031\",\"1,342\",\"797,704\",\"1.29\",\"76.8\",\"\""
## [14670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,053\",\"1,465\",\"797,704\",\"1.32\",\"71.9\",\"\""
## [14671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1943\",\"2685\",\"797704\",\"2.44\",\"72.4\",\"\""
## [14672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2410\",\"3384\",\"797704\",\"3.02\",\"71.2\",\"\""
## [14673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,456\",\"8,609\",\"696,484\",\"12.14\",\"98.2\",\"\""
## [14674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11,589\",\"11,818\",\"696,484\",\"16.64\",\"98.1\",\"\""
## [14675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13,034\",\"13,353\",\"696,484\",\"18.71\",\"97.6\",\"\""
## [14676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10,291\",\"10,521\",\"696,484\",\"14.78\",\"97.8\",\"\""
## [14677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9,426\",\"9,651\",\"696,484\",\"13.53\",\"97.7\",\"\""
## [14678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6,163\",\"6,343\",\"696,484\",\"8.85\",\"97.2\",\"\""
## [14679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6,804\",\"6,999\",\"696,484\",\"9.77\",\"97.2\",\"\""
## [14680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,669\",\"8,942\",\"696,484\",\"12.45\",\"96.9\",\"\""
## [14681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5,785\",\"5,881\",\"696,484\",\"8.31\",\"98.4\",\"\""
## [14682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3,712\",\"3,812\",\"696,484\",\"5.33\",\"97.4\",\"\""
## [14683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2,101\",\"2,186\",\"696,484\",\"3.02\",\"96.1\",\"\""
## [14684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,944\",\"2,048\",\"696,484\",\"2.79\",\"94.9\",\"\""
## [14685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2371\",\"2546\",\"696484\",\"3.4\",\"93.1\",\"\""
## [14686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2496\",\"2692\",\"696484\",\"3.58\",\"92.7\",\"\""
## [14687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"4,641\",\"6,912\",\"N/A\",\"N/A\",\"67.1\",\"\""
## [14688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"4,939\",\"7,581\",\"N/A\",\"N/A\",\"65.1\",\"\""
## [14689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"4,893\",\"7,300\",\"N/A\",\"N/A\",\"67\",\"\""
## [14690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3,511\",\"5,420\",\"N/A\",\"N/A\",\"64.8\",\"\""
## [14691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"2,485\",\"4,078\",\"N/A\",\"N/A\",\"60.9\",\"\""
## [14692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,970\",\"3,251\",\"N/A\",\"N/A\",\"60.6\",\"\""
## [14693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,496\",\"2,645\",\"N/A\",\"N/A\",\"56.6\",\"\""
## [14694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,339\",\"2,231\",\"N/A\",\"N/A\",\"60\",\"\""
## [14695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"850\",\"1,539\",\"N/A\",\"N/A\",\"55.2\",\"\""
## [14696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"802\",\"1,322\",\"N/A\",\"N/A\",\"60.7\",\"\""
## [14697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"669\",\"1,122\",\"N/A\",\"N/A\",\"59.6\",\"\""
## [14698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"510\",\"1,004\",\"N/A\",\"N/A\",\"50.8\",\"\""
## [14699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"570\",\"1111\",\"N/A\",\"N/A\",\"51.3\",\"\""
## [14700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1054\",\"1930\",\"N/A\",\"N/A\",\"54.6\",\"\""
## [14701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"45,535\",\"47,870\",\"1,305,303\",\"34.88\",\"95.1\",\"\""
## [14702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"61,984\",\"64,607\",\"1,305,303\",\"47.49\",\"95.9\",\"\""
## [14703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"65,962\",\"68,915\",\"1,305,303\",\"50.53\",\"95.7\",\"\""
## [14704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"57,638\",\"59,659\",\"1,305,303\",\"44.16\",\"96.6\",\"\""
## [14705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"42,011\",\"43,877\",\"1,305,303\",\"32.18\",\"95.7\",\"\""
## [14706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"24,538\",\"25,691\",\"1,305,303\",\"18.8\",\"95.5\",\"\""
## [14707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27,839\",\"29,117\",\"1,305,303\",\"21.33\",\"95.6\",\"\""
## [14708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"34,044\",\"35,855\",\"1,305,303\",\"26.08\",\"94.9\",\"\""
## [14709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"23,352\",\"24,523\",\"1,305,303\",\"17.89\",\"95.2\",\"\""
## [14710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"6,122\",\"6,450\",\"1,305,303\",\"4.69\",\"94.9\",\"\""
## [14711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"6,244\",\"6,650\",\"1,305,303\",\"4.78\",\"93.9\",\"\""
## [14712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"8,688\",\"9,257\",\"1,305,303\",\"6.66\",\"93.9\",\"\""
## [14713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"16350\",\"17576\",\"1305303\",\"12.53\",\"93\",\"\""
## [14714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27350\",\"29408\",\"1305303\",\"20.95\",\"93\",\"\""
## [14715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"139,734\",\"294,467\",\"4,881,636\",\"28.62\",\"47.5\",\"\""
## [14716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"222,866\",\"448,957\",\"4,881,636\",\"45.65\",\"49.6\",\"\""
## [14717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"354,904\",\"721,451\",\"4,881,636\",\"72.7\",\"49.2\",\"\""
## [14718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"293,610\",\"624,009\",\"4,881,636\",\"60.15\",\"47.1\",\"\""
## [14719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"246,903\",\"560,544\",\"4,881,636\",\"50.58\",\"44\",\"\""
## [14720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"216,349\",\"480,702\",\"4,881,636\",\"44.32\",\"45\",\"\""
## [14721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"163,757\",\"338,973\",\"4,881,636\",\"33.55\",\"48.3\",\"\""
## [14722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"133,106\",\"270,086\",\"4,881,636\",\"27.27\",\"49.3\",\"\""
## [14723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"76,155\",\"157,738\",\"4,881,636\",\"15.6\",\"48.3\",\"\""
## [14724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"63,106\",\"140,198\",\"4,881,636\",\"12.93\",\"45\",\"\""
## [14725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"51,165\",\"121,607\",\"4,881,636\",\"10.48\",\"42.1\",\"\""
## [14726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"45,423\",\"116,385\",\"4,881,636\",\"9.3\",\"39\",\"\""
## [14727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"55704\",\"149592\",\"4881636\",\"11.41\",\"37.2\",\"\""
## [14728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"86059\",\"219569\",\"4881636\",\"17.63\",\"39.2\",\"\""
## [14729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7,821\",\"8,298\",\"828,018\",\"9.45\",\"94.3\",\"\""
## [14730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7,966\",\"8,541\",\"828,018\",\"9.62\",\"93.3\",\"\""
## [14731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"10,793\",\"11,467\",\"828,018\",\"13.03\",\"94.1\",\"\""
## [14732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12,297\",\"13,075\",\"828,018\",\"14.85\",\"94\",\"\""
## [14733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"14,616\",\"15,350\",\"828,018\",\"17.65\",\"95.2\",\"\""
## [14734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"15,252\",\"16,047\",\"828,018\",\"18.42\",\"95\",\"\""
## [14735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13,526\",\"14,297\",\"828,018\",\"16.34\",\"94.6\",\"\""
## [14736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"12,361\",\"13,070\",\"828,018\",\"14.93\",\"94.6\",\"\""
## [14737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"8,599\",\"9,226\",\"828,018\",\"10.39\",\"93.2\",\"\""
## [14738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4,832\",\"5,277\",\"828,018\",\"5.84\",\"91.6\",\"\""
## [14739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"3,304\",\"3,682\",\"828,018\",\"3.99\",\"89.7\",\"\""
## [14740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,829\",\"2,075\",\"828,018\",\"2.21\",\"88.1\",\"\""
## [14741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2396\",\"2707\",\"828018\",\"2.89\",\"88.5\",\"\""
## [14742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"3824\",\"4229\",\"828018\",\"4.62\",\"90.4\",\"\""
## [14743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14,272\",\"14,537\",\"670,704\",\"21.28\",\"98.2\",\"\""
## [14744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11,791\",\"11,940\",\"670,704\",\"17.58\",\"98.8\",\"\""
## [14745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"8,096\",\"8,229\",\"670,704\",\"12.07\",\"98.4\",\"\""
## [14746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6,107\",\"6,212\",\"670,704\",\"9.11\",\"98.3\",\"\""
## [14747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6,014\",\"6,169\",\"670,704\",\"8.97\",\"97.5\",\"\""
## [14748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3,583\",\"3,661\",\"670,704\",\"5.34\",\"97.9\",\"\""
## [14749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4,686\",\"4,750\",\"670,704\",\"6.99\",\"98.7\",\"\""
## [14750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4,969\",\"5,097\",\"670,704\",\"7.41\",\"97.5\",\"\""
## [14751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"2,363\",\"2,419\",\"670,704\",\"3.52\",\"97.7\",\"\""
## [14752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,500\",\"1,521\",\"670,704\",\"2.24\",\"98.6\",\"\""
## [14753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,579\",\"1,622\",\"670,704\",\"2.35\",\"97.3\",\"\""
## [14754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,484\",\"1,527\",\"670,704\",\"2.21\",\"97.2\",\"\""
## [14755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1680\",\"1734\",\"670704\",\"2.5\",\"96.9\",\"\""
## [14756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4578\",\"4684\",\"670704\",\"6.83\",\"97.7\",\"\""
## [14757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9,127\",\"9,415\",\"769,206\",\"11.87\",\"96.9\",\"\""
## [14758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"9,064\",\"9,429\",\"769,206\",\"11.78\",\"96.1\",\"\""
## [14759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8,755\",\"9,086\",\"769,206\",\"11.38\",\"96.4\",\"\""
## [14760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,926\",\"6,260\",\"769,206\",\"7.7\",\"94.7\",\"\""
## [14761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,425\",\"5,649\",\"769,206\",\"7.05\",\"96\",\"\""
## [14762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,074\",\"7,379\",\"769,206\",\"9.2\",\"95.9\",\"\""
## [14763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,768\",\"7,032\",\"769,206\",\"8.8\",\"96.2\",\"\""
## [14764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,288\",\"7,685\",\"769,206\",\"9.47\",\"94.8\",\"\""
## [14765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,982\",\"6,310\",\"769,206\",\"7.78\",\"94.8\",\"\""
## [14766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3,942\",\"4,214\",\"769,206\",\"5.12\",\"93.5\",\"\""
## [14767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2,286\",\"2,465\",\"769,206\",\"2.97\",\"92.7\",\"\""
## [14768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1,521\",\"1,671\",\"769,206\",\"1.98\",\"91\",\"\""
## [14769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1599\",\"1753\",\"769206\",\"2.08\",\"91.2\",\"\""
## [14770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2039\",\"2220\",\"769206\",\"2.65\",\"91.8\",\"\""
## [14771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11,341\",\"13,176\",\"632,822\",\"17.92\",\"86.1\",\"\""
## [14772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12,194\",\"14,036\",\"632,822\",\"19.27\",\"86.9\",\"\""
## [14773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"10,074\",\"11,542\",\"632,822\",\"15.92\",\"87.3\",\"\""
## [14774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"10,179\",\"11,737\",\"632,822\",\"16.09\",\"86.7\",\"\""
## [14775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11,025\",\"12,681\",\"632,822\",\"17.42\",\"86.9\",\"\""
## [14776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"7,221\",\"8,453\",\"632,822\",\"11.41\",\"85.4\",\"\""
## [14777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"7,705\",\"9,030\",\"632,822\",\"12.18\",\"85.3\",\"\""
## [14778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"7,146\",\"8,427\",\"632,822\",\"11.29\",\"84.8\",\"\""
## [14779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"3,705\",\"4,404\",\"632,822\",\"5.85\",\"84.1\",\"\""
## [14780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1,373\",\"1,752\",\"632,822\",\"2.17\",\"78.4\",\"\""
## [14781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"835\",\"1,136\",\"632,822\",\"1.32\",\"73.5\",\"\""
## [14782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"765\",\"1,090\",\"632,822\",\"1.21\",\"70.2\",\"\""
## [14783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1408\",\"1960\",\"632822\",\"2.22\",\"71.8\",\"\""
## [14784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1611\",\"2121\",\"632822\",\"2.55\",\"76\",\"\""
## [14785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"33,166\",\"33,759\",\"1,343,747\",\"24.68\",\"98.2\",\"\""
## [14786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"28,217\",\"28,937\",\"1,343,747\",\"21\",\"97.5\",\"\""
## [14787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31,397\",\"32,281\",\"1,343,747\",\"23.37\",\"97.3\",\"\""
## [14788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"38,323\",\"39,383\",\"1,343,747\",\"28.52\",\"97.3\",\"\""
## [14789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"42,225\",\"43,441\",\"1,343,747\",\"31.42\",\"97.2\",\"\""
## [14790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39,480\",\"40,654\",\"1,343,747\",\"29.38\",\"97.1\",\"\""
## [14791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"30,835\",\"31,759\",\"1,343,747\",\"22.95\",\"97.1\",\"\""
## [14792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36,532\",\"37,843\",\"1,343,747\",\"27.19\",\"96.5\",\"\""
## [14793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"16,484\",\"17,223\",\"1,343,747\",\"12.27\",\"95.7\",\"\""
## [14794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"6,653\",\"7,055\",\"1,343,747\",\"4.95\",\"94.3\",\"\""
## [14795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"3,443\",\"3,695\",\"1,343,747\",\"2.56\",\"93.2\",\"\""
## [14796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2,603\",\"2,857\",\"1,343,747\",\"1.94\",\"91.1\",\"\""
## [14797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2572\",\"2831\",\"1343747\",\"1.91\",\"90.9\",\"\""
## [14798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4778\",\"5210\",\"1343747\",\"3.56\",\"91.7\",\"\""
## [14799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6,802\",\"8,640\",\"969,501\",\"7.02\",\"78.7\",\"\""
## [14800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,781\",\"5,848\",\"969,501\",\"4.93\",\"81.8\",\"\""
## [14801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,643\",\"4,556\",\"969,501\",\"3.76\",\"80\",\"\""
## [14802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,248\",\"5,451\",\"969,501\",\"4.38\",\"77.9\",\"\""
## [14803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,515\",\"4,528\",\"969,501\",\"3.63\",\"77.6\",\"\""
## [14804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,551\",\"3,320\",\"969,501\",\"2.63\",\"76.8\",\"\""
## [14805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,659\",\"3,384\",\"969,501\",\"2.74\",\"78.6\",\"\""
## [14806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,188\",\"5,166\",\"969,501\",\"4.32\",\"81.1\",\"\""
## [14807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,072\",\"3,762\",\"969,501\",\"3.17\",\"81.7\",\"\""
## [14808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,831\",\"2,417\",\"969,501\",\"1.89\",\"75.8\",\"\""
## [14809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,077\",\"1,573\",\"969,501\",\"1.11\",\"68.5\",\"\""
## [14810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"949\",\"1,449\",\"969,501\",\"0.98\",\"65.5\",\"\""
## [14811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1527\",\"2231\",\"969501\",\"1.58\",\"68.4\",\"\""
## [14812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2821\",\"3910\",\"969501\",\"2.91\",\"72.1\",\"\""
## [14813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"16,866\",\"18,023\",\"1,198,458\",\"14.07\",\"93.6\",\"\""
## [14814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"17,398\",\"18,952\",\"1,198,458\",\"14.52\",\"91.8\",\"\""
## [14815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"17,195\",\"18,463\",\"1,198,458\",\"14.35\",\"93.1\",\"\""
## [14816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"14,840\",\"15,846\",\"1,198,458\",\"12.38\",\"93.7\",\"\""
## [14817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12,869\",\"13,847\",\"1,198,458\",\"10.74\",\"92.9\",\"\""
## [14818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12,925\",\"13,948\",\"1,198,458\",\"10.78\",\"92.7\",\"\""
## [14819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"9,360\",\"10,083\",\"1,198,458\",\"7.81\",\"92.8\",\"\""
## [14820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"11,886\",\"12,879\",\"1,198,458\",\"9.92\",\"92.3\",\"\""
## [14821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"7,279\",\"7,782\",\"1,198,458\",\"6.07\",\"93.5\",\"\""
## [14822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"5,651\",\"6,058\",\"1,198,458\",\"4.72\",\"93.3\",\"\""
## [14823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"4,355\",\"4,851\",\"1,198,458\",\"3.63\",\"89.8\",\"\""
## [14824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"5,021\",\"5,868\",\"1,198,458\",\"4.19\",\"85.6\",\"\""
## [14825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"8155\",\"9436\",\"1198458\",\"6.8\",\"86.4\",\"\""
## [14826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"South Wales\",\"Police Force Area\",\"9475\",\"11295\",\"1198458\",\"7.91\",\"83.9\",\"\""
## [14827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"16,564\",\"19,042\",\"1,217,653\",\"13.6\",\"87\",\"\""
## [14828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17,754\",\"20,530\",\"1,217,653\",\"14.58\",\"86.5\",\"\""
## [14829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"23,068\",\"26,816\",\"1,217,653\",\"18.94\",\"86\",\"\""
## [14830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"23,227\",\"27,555\",\"1,217,653\",\"19.08\",\"84.3\",\"\""
## [14831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"20,076\",\"23,106\",\"1,217,653\",\"16.49\",\"86.9\",\"\""
## [14832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"15,566\",\"17,674\",\"1,217,653\",\"12.78\",\"88.1\",\"\""
## [14833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17,981\",\"20,487\",\"1,217,653\",\"14.77\",\"87.8\",\"\""
## [14834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"18,411\",\"21,218\",\"1,217,653\",\"15.12\",\"86.8\",\"\""
## [14835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"6,844\",\"8,175\",\"1,217,653\",\"5.62\",\"83.7\",\"\""
## [14836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2,788\",\"3,521\",\"1,217,653\",\"2.29\",\"79.2\",\"\""
## [14837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,498\",\"2,025\",\"1,217,653\",\"1.23\",\"74\",\"\""
## [14838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,184\",\"1,529\",\"1,217,653\",\"0.97\",\"77.4\",\"\""
## [14839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3874\",\"4681\",\"1217653\",\"3.18\",\"82.8\",\"\""
## [14840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"10656\",\"12403\",\"1217653\",\"8.75\",\"85.9\",\"\""
## [14841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"17,864\",\"19,146\",\"1,032,327\",\"17.3\",\"93.3\",\"\""
## [14842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"15,768\",\"17,186\",\"1,032,327\",\"15.27\",\"91.7\",\"\""
## [14843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"9,171\",\"10,309\",\"1,032,327\",\"8.88\",\"89\",\"\""
## [14844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6,842\",\"7,655\",\"1,032,327\",\"6.63\",\"89.4\",\"\""
## [14845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10,040\",\"11,170\",\"1,032,327\",\"9.73\",\"89.9\",\"\""
## [14846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"16,986\",\"18,903\",\"1,032,327\",\"16.45\",\"89.9\",\"\""
## [14847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"17,246\",\"18,950\",\"1,032,327\",\"16.71\",\"91\",\"\""
## [14848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"13,001\",\"14,538\",\"1,032,327\",\"12.59\",\"89.4\",\"\""
## [14849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"5,461\",\"6,012\",\"1,032,327\",\"5.29\",\"90.8\",\"\""
## [14850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"3,342\",\"3,847\",\"1,032,327\",\"3.24\",\"86.9\",\"\""
## [14851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2,912\",\"3,563\",\"1,032,327\",\"2.82\",\"81.7\",\"\""
## [14852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2,011\",\"2,601\",\"1,032,327\",\"1.95\",\"77.3\",\"\""
## [14853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2652\",\"3280\",\"1032327\",\"2.57\",\"80.9\",\"\""
## [14854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"4240\",\"5348\",\"1032327\",\"4.11\",\"79.3\",\"\""
## [14855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,706\",\"4,059\",\"693,195\",\"5.35\",\"91.3\",\"\""
## [14856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,755\",\"5,373\",\"693,195\",\"6.86\",\"88.5\",\"\""
## [14857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5,426\",\"5,978\",\"693,195\",\"7.83\",\"90.8\",\"\""
## [14858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,823\",\"4,262\",\"693,195\",\"5.52\",\"89.7\",\"\""
## [14859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,061\",\"3,356\",\"693,195\",\"4.42\",\"91.2\",\"\""
## [14860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,005\",\"3,310\",\"693,195\",\"4.33\",\"90.8\",\"\""
## [14861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,262\",\"3,570\",\"693,195\",\"4.71\",\"91.4\",\"\""
## [14862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,491\",\"5,049\",\"693,195\",\"6.48\",\"88.9\",\"\""
## [14863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,021\",\"4,628\",\"693,195\",\"5.8\",\"86.9\",\"\""
## [14864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2,184\",\"2,530\",\"693,195\",\"3.15\",\"86.3\",\"\""
## [14865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1,496\",\"1,894\",\"693,195\",\"2.16\",\"79\",\"\""
## [14866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"950\",\"1,175\",\"693,195\",\"1.37\",\"80.9\",\"\""
## [14867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1425\",\"1735\",\"693195\",\"2.06\",\"82.1\",\"\""
## [14868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2428\",\"2899\",\"693195\",\"3.5\",\"83.8\",\"\""
## [14869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"12,486\",\"13,970\",\"1,023,682\",\"12.2\",\"89.4\",\"\""
## [14870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"16,034\",\"18,016\",\"1,023,682\",\"15.66\",\"89\",\"\""
## [14871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"15,001\",\"17,079\",\"1,023,682\",\"14.65\",\"87.8\",\"\""
## [14872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,928\",\"13,672\",\"1,023,682\",\"11.65\",\"87.2\",\"\""
## [14873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,606\",\"13,478\",\"1,023,682\",\"11.34\",\"86.1\",\"\""
## [14874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"13,659\",\"15,863\",\"1,023,682\",\"13.34\",\"86.1\",\"\""
## [14875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"15,860\",\"18,140\",\"1,023,682\",\"15.49\",\"87.4\",\"\""
## [14876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"12,386\",\"14,399\",\"1,023,682\",\"12.1\",\"86\",\"\""
## [14877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"8,427\",\"10,029\",\"1,023,682\",\"8.23\",\"84\",\"\""
## [14878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4,625\",\"5,738\",\"1,023,682\",\"4.52\",\"80.6\",\"\""
## [14879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3,057\",\"3,980\",\"1,023,682\",\"2.99\",\"76.8\",\"\""
## [14880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3,651\",\"4,561\",\"1,023,682\",\"3.57\",\"80\",\"\""
## [14881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4055\",\"5221\",\"1023682\",\"3.96\",\"77.7\",\"\""
## [14882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4008\",\"5086\",\"1023682\",\"3.92\",\"78.8\",\"\""
## [14883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"13,437\",\"14,988\",\"1,505,433\",\"8.93\",\"89.7\",\"\""
## [14884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"23,044\",\"25,703\",\"1,505,433\",\"15.31\",\"89.7\",\"\""
## [14885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"16,330\",\"18,311\",\"1,505,433\",\"10.85\",\"89.2\",\"\""
## [14886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"16,375\",\"18,289\",\"1,505,433\",\"10.88\",\"89.5\",\"\""
## [14887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"18,539\",\"20,745\",\"1,505,433\",\"12.31\",\"89.4\",\"\""
## [14888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"23,843\",\"26,625\",\"1,505,433\",\"15.84\",\"89.6\",\"\""
## [14889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"20,912\",\"23,451\",\"1,505,433\",\"13.89\",\"89.2\",\"\""
## [14890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"14,409\",\"16,444\",\"1,505,433\",\"9.57\",\"87.6\",\"\""
## [14891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"9,927\",\"11,396\",\"1,505,433\",\"6.59\",\"87.1\",\"\""
## [14892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"6,516\",\"7,660\",\"1,505,433\",\"4.33\",\"85.1\",\"\""
## [14893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"4,923\",\"6,059\",\"1,505,433\",\"3.27\",\"81.3\",\"\""
## [14894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"3,856\",\"4,856\",\"1,505,433\",\"2.56\",\"79.4\",\"\""
## [14895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"4593\",\"5765\",\"1505433\",\"3.05\",\"79.7\",\"\""
## [14896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Sussex\",\"Police Force Area\",\"6108\",\"7282\",\"1505433\",\"4.06\",\"83.9\",\"\""
## [14897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"20,404\",\"25,880\",\"1,919,646\",\"10.63\",\"78.8\",\"\""
## [14898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"19,165\",\"25,330\",\"1,919,646\",\"9.98\",\"75.7\",\"\""
## [14899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"20,851\",\"27,330\",\"1,919,646\",\"10.86\",\"76.3\",\"\""
## [14900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"30,200\",\"39,733\",\"1,919,646\",\"15.73\",\"76\",\"\""
## [14901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"30,411\",\"40,215\",\"1,919,646\",\"15.84\",\"75.6\",\"\""
## [14902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"17,738\",\"23,604\",\"1,919,646\",\"9.24\",\"75.1\",\"\""
## [14903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"16,421\",\"21,472\",\"1,919,646\",\"8.55\",\"76.5\",\"\""
## [14904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"15,854\",\"20,760\",\"1,919,646\",\"8.26\",\"76.4\",\"\""
## [14905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"12,255\",\"16,476\",\"1,919,646\",\"6.38\",\"74.4\",\"\""
## [14906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"7,549\",\"10,464\",\"1,919,646\",\"3.93\",\"72.1\",\"\""
## [14907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"5,741\",\"8,208\",\"1,919,646\",\"2.99\",\"69.9\",\"\""
## [14908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,614\",\"5,466\",\"1,919,646\",\"1.88\",\"66.1\",\"\""
## [14909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"4350\",\"6577\",\"1919646\",\"2.27\",\"66.1\",\"\""
## [14910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"6703\",\"10092\",\"1919646\",\"3.49\",\"66.4\",\"\""
## [14911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,495\",\"5,020\",\"505,688\",\"8.89\",\"89.5\",\"\""
## [14912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,349\",\"3,821\",\"505,688\",\"6.62\",\"87.6\",\"\""
## [14913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,926\",\"5,586\",\"505,688\",\"9.74\",\"88.2\",\"\""
## [14914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"7,074\",\"7,974\",\"505,688\",\"13.99\",\"88.7\",\"\""
## [14915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,423\",\"5,086\",\"505,688\",\"8.75\",\"87\",\"\""
## [14916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,566\",\"4,063\",\"505,688\",\"7.05\",\"87.8\",\"\""
## [14917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,893\",\"5,639\",\"505,688\",\"9.68\",\"86.8\",\"\""
## [14918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,105\",\"4,783\",\"505,688\",\"8.12\",\"85.8\",\"\""
## [14919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2,616\",\"3,054\",\"505,688\",\"5.17\",\"85.7\",\"\""
## [14920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2,757\",\"3,235\",\"505,688\",\"5.45\",\"85.2\",\"\""
## [14921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1,610\",\"1,908\",\"505,688\",\"3.18\",\"84.4\",\"\""
## [14922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1,415\",\"1,725\",\"505,688\",\"2.8\",\"82\",\"\""
## [14923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1358\",\"1685\",\"505688\",\"2.69\",\"80.6\",\"\""
## [14924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1207\",\"1530\",\"505688\",\"2.39\",\"78.9\",\"\""
## [14925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,575\",\"11,652\",\"1,176,516\",\"8.99\",\"90.8\",\"\""
## [14926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,578\",\"10,428\",\"1,176,516\",\"8.14\",\"91.8\",\"\""
## [14927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,924\",\"12,043\",\"1,176,516\",\"9.29\",\"90.7\",\"\""
## [14928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,586\",\"11,775\",\"1,176,516\",\"9\",\"89.9\",\"\""
## [14929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,539\",\"10,609\",\"1,176,516\",\"8.11\",\"89.9\",\"\""
## [14930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,197\",\"10,340\",\"1,176,516\",\"7.82\",\"88.9\",\"\""
## [14931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"12,130\",\"13,578\",\"1,176,516\",\"10.31\",\"89.3\",\"\""
## [14932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"12,583\",\"14,121\",\"1,176,516\",\"10.7\",\"89.1\",\"\""
## [14933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"8,733\",\"9,753\",\"1,176,516\",\"7.42\",\"89.5\",\"\""
## [14934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"7,327\",\"8,357\",\"1,176,516\",\"6.23\",\"87.7\",\"\""
## [14935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"4,149\",\"4,829\",\"1,176,516\",\"3.53\",\"85.9\",\"\""
## [14936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3,552\",\"4,239\",\"1,176,516\",\"3.02\",\"83.8\",\"\""
## [14937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3174\",\"3727\",\"1176516\",\"2.7\",\"85.2\",\"\""
## [14938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3533\",\"4245\",\"1176516\",\"3\",\"83.2\",\"\""
## [14939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"13,211\",\"25,364\",\"1,919,138\",\"6.88\",\"52.1\",\"\""
## [14940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"14,620\",\"27,826\",\"1,919,138\",\"7.62\",\"52.5\",\"\""
## [14941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"13,061\",\"26,362\",\"1,919,138\",\"6.81\",\"49.5\",\"\""
## [14942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9,030\",\"18,674\",\"1,919,138\",\"4.71\",\"48.4\",\"\""
## [14943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"10,178\",\"19,059\",\"1,919,138\",\"5.3\",\"53.4\",\"\""
## [14944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"18,184\",\"35,185\",\"1,919,138\",\"9.48\",\"51.7\",\"\""
## [14945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"17,250\",\"31,249\",\"1,919,138\",\"8.99\",\"55.2\",\"\""
## [14946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"12,266\",\"22,481\",\"1,919,138\",\"6.39\",\"54.6\",\"\""
## [14947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8,686\",\"14,928\",\"1,919,138\",\"4.53\",\"58.2\",\"\""
## [14948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9,770\",\"17,442\",\"1,919,138\",\"5.09\",\"56\",\"\""
## [14949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6,442\",\"12,548\",\"1,919,138\",\"3.36\",\"51.3\",\"\""
## [14950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,439\",\"11,316\",\"1,919,138\",\"2.83\",\"48.1\",\"\""
## [14951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"6988\",\"16576\",\"1919138\",\"3.64\",\"42.2\",\"\""
## [14952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9612\",\"21918\",\"1919138\",\"5.01\",\"43.9\",\"\""
## [14953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"48,697\",\"61,178\",\"1,819,818\",\"26.76\",\"79.6\",\"\""
## [14954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"38,295\",\"48,392\",\"1,819,818\",\"21.04\",\"79.1\",\"\""
## [14955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"37,492\",\"47,383\",\"1,819,818\",\"20.6\",\"79.1\",\"\""
## [14956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"27,243\",\"36,439\",\"1,819,818\",\"14.97\",\"74.8\",\"\""
## [14957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26,900\",\"35,642\",\"1,819,818\",\"14.78\",\"75.5\",\"\""
## [14958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"32,460\",\"41,564\",\"1,819,818\",\"17.84\",\"78.1\",\"\""
## [14959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"30,849\",\"39,304\",\"1,819,818\",\"16.95\",\"78.5\",\"\""
## [14960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26,608\",\"33,230\",\"1,819,818\",\"14.62\",\"80.1\",\"\""
## [14961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"16,697\",\"20,479\",\"1,819,818\",\"9.18\",\"81.5\",\"\""
## [14962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"10,114\",\"13,184\",\"1,819,818\",\"5.56\",\"76.7\",\"\""
## [14963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"7,187\",\"9,653\",\"1,819,818\",\"3.95\",\"74.5\",\"\""
## [14964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4,492\",\"6,321\",\"1,819,818\",\"2.47\",\"71.1\",\"\""
## [14965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4919\",\"7353\",\"1819818\",\"2.7\",\"66.9\",\"\""
## [14966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"7526\",\"11830\",\"1819818\",\"4.14\",\"63.6\",\"\""
## [14967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3,973\",\"4,356\",\"642,869\",\"6.18\",\"91.2\",\"\""
## [14968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3,851\",\"4,178\",\"642,869\",\"5.99\",\"92.2\",\"\""
## [14969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,508\",\"4,952\",\"642,869\",\"7.01\",\"91\",\"\""
## [14970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,217\",\"5,726\",\"642,869\",\"8.12\",\"91.1\",\"\""
## [14971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,864\",\"5,465\",\"642,869\",\"7.57\",\"89\",\"\""
## [14972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,208\",\"4,653\",\"642,869\",\"6.55\",\"90.4\",\"\""
## [14973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,147\",\"5,844\",\"642,869\",\"8.01\",\"88.1\",\"\""
## [14974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,673\",\"6,322\",\"642,869\",\"8.82\",\"89.7\",\"\""
## [14975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2,736\",\"3,072\",\"642,869\",\"4.26\",\"89.1\",\"\""
## [14976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2,081\",\"2,405\",\"642,869\",\"3.24\",\"86.5\",\"\""
## [14977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1,259\",\"1,488\",\"642,869\",\"1.96\",\"84.6\",\"\""
## [14978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"802\",\"940\",\"642,869\",\"1.25\",\"85.3\",\"\""
## [14979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"978\",\"1142\",\"642869\",\"1.52\",\"85.6\",\"\""
## [14980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1099\",\"1313\",\"642869\",\"1.71\",\"83.7\",\"\""
## [14981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"650,339\",\"932,065\",\"45,134,686\",\"14.41\",\"69.8\",\"\""
## [14982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"732,149\",\"1,125,647\",\"45,134,686\",\"16.22\",\"65\",\"\""
## [14983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"823,211\",\"1,409,802\",\"45,134,686\",\"18.24\",\"58.4\",\"\""
## [14984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"756,666\",\"1,284,197\",\"45,134,686\",\"16.76\",\"58.9\",\"\""
## [14985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"720,569\",\"1,220,198\",\"45,134,686\",\"15.96\",\"59.1\",\"\""
## [14986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"675,342\",\"1,121,123\",\"45,134,686\",\"14.96\",\"60.2\",\"\""
## [14987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"615,997\",\"954,314\",\"45,134,686\",\"13.65\",\"64.5\",\"\""
## [14988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"557,784\",\"841,399\",\"45,134,686\",\"12.36\",\"66.3\",\"\""
## [14989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"326,264\",\"498,721\",\"45,134,686\",\"7.23\",\"65.4\",\"\""
## [14990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"193,735\",\"342,086\",\"45,134,686\",\"4.29\",\"56.6\",\"\""
## [14991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"139,392\",\"266,308\",\"45,134,686\",\"3.09\",\"52.3\",\"\""
## [14992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"122,450\",\"243,589\",\"45,134,686\",\"2.71\",\"50.3\",\"\""
## [14993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"154127\",\"316353\",\"45134686\",\"3.41\",\"48.7\",\"\""
## [14994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"228047\",\"461837\",\"45134686\",\"5.05\",\"49.4\",\"\""
## [14995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"615237\",\"886657\",\"42,992,999\",\"14.31\",\"69.4\",\"\""
## [14996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"692522\",\"1075609\",\"42,992,999\",\"16.11\",\"64.4\",\"\""
## [14997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"782982\",\"1357473\",\"42,992,999\",\"18.21\",\"57.7\",\"\""
## [14998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"725776\",\"1242635\",\"42,992,999\",\"16.88\",\"58.4\",\"\""
## [14999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"683356\",\"1171286\",\"42,992,999\",\"15.89\",\"58.3\",\"\""
## [15000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"635167\",\"1070599\",\"42,992,999\",\"14.77\",\"59.3\",\"\""
## [15001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"590562\",\"921346\",\"42,992,999\",\"13.74\",\"64.1\",\"\""
## [15002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"537686\",\"814587\",\"42,992,999\",\"12.51\",\"66\",\"\""
## [15003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"316121\",\"485097\",\"42,992,999\",\"7.35\",\"65.2\",\"\""
## [15004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"190328\",\"337325\",\"42,992,999\",\"4.43\",\"56.4\",\"\""
## [15005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"137733\",\"263806\",\"42,992,999\",\"3.2\",\"52.2\",\"\""
## [15006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"120997\",\"241285\",\"42,992,999\",\"2.81\",\"50.1\",\"\""
## [15007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"151539\",\"312139\",\"42,992,999\",\"3.52\",\"48.5\",\"\""
## [15008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"226705\",\"459468\",\"42992999\",\"5.27\",\"49.3\",\"\""
## [15009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"779,226\",\"1,323,681\",\"45,134,686\",\"17.26\",\"58.9\",\"\""
## [15010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"730,914\",\"1,237,719\",\"45,134,686\",\"16.19\",\"59.1\",\"\""
## [15011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"681,414\",\"1,131,675\",\"45,134,686\",\"15.1\",\"60.2\",\"\""
## [15012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"621,341\",\"963,449\",\"45,134,686\",\"13.77\",\"64.5\",\"\""
## [15013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"563,547\",\"852,465\",\"45,134,686\",\"12.49\",\"66.1\",\"\""
## [15014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"329,605\",\"504,446\",\"45,134,686\",\"7.3\",\"65.3\",\"\""
## [15015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"195,509\",\"345,087\",\"45,134,686\",\"4.33\",\"56.7\",\"\""
## [15016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"140,650\",\"268,447\",\"45,134,686\",\"3.12\",\"52.4\",\"\""
## [15017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"123,636\",\"245,749\",\"45,134,686\",\"2.74\",\"50.3\",\"\""
## [15018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"156372\",\"320808\",\"45134686\",\"3.46\",\"48.7\",\"\""
## [15019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"231218\",\"468431\",\"45134686\",\"5.12\",\"49.4\",\"\""
## [15020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"748,336\",\"1282119\",\"42992999\",\"17.41\",\"58.4\",\"\""
## [15024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"693,701\",\"1188807\",\"42992999\",\"16.14\",\"58.4\",\"\""
## [15025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"641,239\",\"1081151\",\"42992999\",\"14.91\",\"59.3\",\"\""
## [15026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"595,906\",\"930481\",\"42992999\",\"13.86\",\"64\",\"\""
## [15027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"543,449\",\"825653\",\"42992999\",\"12.64\",\"65.8\",\"\""
## [15028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"319,462\",\"490822\",\"42992999\",\"7.43\",\"65.1\",\"\""
## [15029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"192,102\",\"340326\",\"42992999\",\"4.47\",\"56.4\",\"\""
## [15030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"138,991\",\"265945\",\"42992999\",\"3.23\",\"52.3\",\"\""
## [15031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"122,183\",\"243445\",\"42992999\",\"2.84\",\"50.2\",\"\""
## [15032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"153,784\",\"316594\",\"42992999\",\"3.58\",\"48.6\",\"\""
## [15033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"229876\",\"466062\",\"42992999\",\"5.35\",\"49.3\",\"\""
## [15034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7,586\",\"9,050\",\"1,425,794\",\"5.32\",\"83.8\",\"\""
## [15035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"7,378\",\"8,722\",\"1,425,794\",\"5.17\",\"84.6\",\"\""
## [15036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"9,783\",\"12,772\",\"1,425,794\",\"6.86\",\"76.6\",\"\""
## [15037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"10,072\",\"12,983\",\"1,425,794\",\"7.06\",\"77.6\",\"\""
## [15038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"12,741\",\"14,940\",\"1,425,794\",\"8.94\",\"85.3\",\"\""
## [15039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"17,868\",\"20,911\",\"1,425,794\",\"12.53\",\"85.4\",\"\""
## [15040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"24,407\",\"29,588\",\"1,425,794\",\"17.12\",\"82.5\",\"\""
## [15041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"19,429\",\"23,728\",\"1,425,794\",\"13.63\",\"81.9\",\"\""
## [15042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"8,090\",\"9,973\",\"1,425,794\",\"5.67\",\"81.1\",\"\""
## [15043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,874\",\"4,929\",\"1,425,794\",\"2.72\",\"78.6\",\"\""
## [15044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,763\",\"4,723\",\"1,425,794\",\"2.64\",\"79.7\",\"\""
## [15045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3,529\",\"4,734\",\"1,425,794\",\"2.48\",\"74.5\",\"\""
## [15046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"3446\",\"4589\",\"1425794\",\"2.42\",\"75.1\",\"\""
## [15047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"4522\",\"6013\",\"1425794\",\"3.17\",\"75.2\",\"\""
## [15048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2,575\",\"4,279\",\"431,171\",\"5.97\",\"60.2\",\"\""
## [15049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"2,835\",\"4,614\",\"431,171\",\"6.58\",\"61.4\",\"\""
## [15050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,856\",\"8,076\",\"431,171\",\"11.26\",\"60.1\",\"\""
## [15051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,171\",\"6,908\",\"431,171\",\"9.67\",\"60.4\",\"\""
## [15052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"5,237\",\"8,856\",\"431,171\",\"12.15\",\"59.1\",\"\""
## [15053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,426\",\"6,886\",\"431,171\",\"10.27\",\"64.3\",\"\""
## [15054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"4,391\",\"7,365\",\"431,171\",\"10.18\",\"59.6\",\"\""
## [15055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"3,241\",\"5,515\",\"431,171\",\"7.52\",\"58.8\",\"\""
## [15056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,383\",\"2,476\",\"431,171\",\"3.21\",\"55.9\",\"\""
## [15057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1,019\",\"1,891\",\"431,171\",\"2.36\",\"53.9\",\"\""
## [15058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"737\",\"1,373\",\"431,171\",\"1.71\",\"53.7\",\"\""
## [15059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"584\",\"1,244\",\"431,171\",\"1.35\",\"46.9\",\"\""
## [15060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"759\",\"1631\",\"431171\",\"1.76\",\"46.5\",\"\""
## [15061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"1257\",\"2564\",\"431171\",\"2.92\",\"49\",\"\""
## [15062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"22,560\",\"39,484\",\"N/A\",\"N/A\",\"57.1\",\"\""
## [15063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"10,345\",\"17,521\",\"N/A\",\"N/A\",\"59\",\"\""
## [15064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"6,072\",\"10,552\",\"N/A\",\"N/A\",\"57.5\",\"\""
## [15065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"5,344\",\"9,135\",\"N/A\",\"N/A\",\"58.5\",\"\""
## [15066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"5,763\",\"11,066\",\"N/A\",\"N/A\",\"52.1\",\"\""
## [15067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3,341\",\"5,725\",\"N/A\",\"N/A\",\"58.4\",\"\""
## [15068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,774\",\"3,001\",\"N/A\",\"N/A\",\"59.1\",\"\""
## [15069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,258\",\"2,139\",\"N/A\",\"N/A\",\"58.8\",\"\""
## [15070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"1,186\",\"2,160\",\"N/A\",\"N/A\",\"54.9\",\"\""
## [15071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"2245\",\"4455\",\"N/A\",\"N/A\",\"50.4\",\"\""
## [15072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"3171\",\"6594\",\"N/A\",\"N/A\",\"48.1\",\"\""
## [15073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"6,950\",\"8,582\",\"654,849\",\"10.61\",\"81\",\"\""
## [15074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8,013\",\"9,811\",\"654,849\",\"12.24\",\"81.7\",\"\""
## [15075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4,479\",\"5,286\",\"654,849\",\"6.84\",\"84.7\",\"\""
## [15076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"4,716\",\"6,070\",\"654,849\",\"7.2\",\"77.7\",\"\""
## [15077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"9,167\",\"13,145\",\"654,849\",\"14\",\"69.7\",\"\""
## [15078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11,940\",\"16,900\",\"654,849\",\"18.23\",\"70.7\",\"\""
## [15079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"11,083\",\"16,169\",\"654,849\",\"16.92\",\"68.5\",\"\""
## [15080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"8,482\",\"12,292\",\"654,849\",\"12.95\",\"69\",\"\""
## [15081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"3,998\",\"5,715\",\"654,849\",\"6.11\",\"70\",\"\""
## [15082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1,797\",\"2,836\",\"654,849\",\"2.74\",\"63.4\",\"\""
## [15083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"644\",\"1,084\",\"654,849\",\"0.98\",\"59.4\",\"\""
## [15084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"489\",\"775\",\"654,849\",\"0.75\",\"63.1\",\"\""
## [15085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"848\",\"1363\",\"654849\",\"1.29\",\"62.2\",\"\""
## [15086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"1264\",\"2018\",\"654849\",\"1.93\",\"62.6\",\"\""
## [15087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"6,122\",\"6,390\",\"967,455\",\"6.33\",\"95.8\",\"\""
## [15088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,222\",\"5,547\",\"967,455\",\"5.4\",\"94.1\",\"\""
## [15089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,636\",\"4,976\",\"967,455\",\"4.79\",\"93.2\",\"\""
## [15090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,819\",\"5,193\",\"967,455\",\"4.98\",\"92.8\",\"\""
## [15091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,516\",\"6,002\",\"967,455\",\"5.7\",\"91.9\",\"\""
## [15092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"7,261\",\"7,787\",\"967,455\",\"7.51\",\"93.2\",\"\""
## [15093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"4,604\",\"4,934\",\"967,455\",\"4.76\",\"93.3\",\"\""
## [15094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"5,949\",\"6,541\",\"967,455\",\"6.15\",\"90.9\",\"\""
## [15095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"8,325\",\"9,203\",\"967,455\",\"8.61\",\"90.5\",\"\""
## [15096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3,544\",\"3,839\",\"967,455\",\"3.66\",\"92.3\",\"\""
## [15097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1,849\",\"2,004\",\"967,455\",\"1.91\",\"92.3\",\"\""
## [15098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1,732\",\"1,889\",\"967,455\",\"1.79\",\"91.7\",\"\""
## [15099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"1912\",\"2104\",\"967455\",\"1.98\",\"90.9\",\"\""
## [15100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"3008\",\"3352\",\"967455\",\"3.11\",\"89.7\",\"\""
## [15101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"10,541\",\"11,453\",\"518,923\",\"20.31\",\"92\",\"\""
## [15102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"14,380\",\"15,573\",\"518,923\",\"27.71\",\"92.3\",\"\""
## [15103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"16,289\",\"17,357\",\"518,923\",\"31.39\",\"93.8\",\"\""
## [15104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23,009\",\"24,197\",\"518,923\",\"44.34\",\"95.1\",\"\""
## [15105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28,652\",\"29,911\",\"518,923\",\"55.21\",\"95.8\",\"\""
## [15106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28,487\",\"30,424\",\"518,923\",\"54.9\",\"93.6\",\"\""
## [15107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"28,642\",\"31,104\",\"518,923\",\"55.2\",\"92.1\",\"\""
## [15108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23,350\",\"24,616\",\"518,923\",\"45\",\"94.9\",\"\""
## [15109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"8,702\",\"9,281\",\"518,923\",\"16.77\",\"93.8\",\"\""
## [15110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2,521\",\"2,717\",\"518,923\",\"4.86\",\"92.8\",\"\""
## [15111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"842\",\"943\",\"518,923\",\"1.62\",\"89.3\",\"\""
## [15112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"704\",\"804\",\"518,923\",\"1.36\",\"87.6\",\"\""
## [15113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"705\",\"794\",\"518923\",\"1.36\",\"88.8\",\"\""
## [15114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"1512\",\"1729\",\"518923\",\"2.91\",\"87.4\",\"\""
## [15115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7,939\",\"8,071\",\"482,124\",\"16.47\",\"98.4\",\"\""
## [15116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,566\",\"8,849\",\"482,124\",\"17.77\",\"96.8\",\"\""
## [15117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"8,221\",\"8,588\",\"482,124\",\"17.05\",\"95.7\",\"\""
## [15118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10,030\",\"10,365\",\"482,124\",\"20.8\",\"96.8\",\"\""
## [15119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9,959\",\"10,183\",\"482,124\",\"20.66\",\"97.8\",\"\""
## [15120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"13,360\",\"13,685\",\"482,124\",\"27.71\",\"97.6\",\"\""
## [15121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"11,942\",\"12,251\",\"482,124\",\"24.77\",\"97.5\",\"\""
## [15122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9,195\",\"9,616\",\"482,124\",\"19.07\",\"95.6\",\"\""
## [15123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5,397\",\"5,622\",\"482,124\",\"11.19\",\"96\",\"\""
## [15124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3,320\",\"3,490\",\"482,124\",\"6.89\",\"95.1\",\"\""
## [15125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,653\",\"1,755\",\"482,124\",\"3.43\",\"94.2\",\"\""
## [15126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1,295\",\"1,366\",\"482,124\",\"2.69\",\"94.8\",\"\""
## [15127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1487\",\"1558\",\"482124\",\"3.08\",\"95.4\",\"\""
## [15128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"1789\",\"1867\",\"482124\",\"3.71\",\"95.8\",\"\""
## [15129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,424\",\"8,368\",\"924,420\",\"8.03\",\"88.7\",\"\""
## [15130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,125\",\"7,999\",\"924,420\",\"7.71\",\"89.1\",\"\""
## [15131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6,725\",\"7,695\",\"924,420\",\"7.27\",\"87.4\",\"\""
## [15132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"7,277\",\"8,411\",\"924,420\",\"7.87\",\"86.5\",\"\""
## [15133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"9,901\",\"11,336\",\"924,420\",\"10.71\",\"87.3\",\"\""
## [15134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"12,612\",\"14,875\",\"924,420\",\"13.64\",\"84.8\",\"\""
## [15135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"10,309\",\"12,377\",\"924,420\",\"11.15\",\"83.3\",\"\""
## [15136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4,812\",\"6,211\",\"924,420\",\"5.21\",\"77.5\",\"\""
## [15137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4,158\",\"5,291\",\"924,420\",\"4.5\",\"78.6\",\"\""
## [15138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"2,541\",\"3,534\",\"924,420\",\"2.75\",\"71.9\",\"\""
## [15139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1,295\",\"1,724\",\"924,420\",\"1.4\",\"75.1\",\"\""
## [15140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"845\",\"1,084\",\"924,420\",\"0.91\",\"78\",\"\""
## [15141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1038\",\"1431\",\"924420\",\"1.12\",\"72.5\",\"\""
## [15142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"1198\",\"1517\",\"924420\",\"1.3\",\"79\",\"\""
## [15143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"23,614\",\"24,411\",\"1,582,730\",\"14.92\",\"96.7\",\"\""
## [15144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19,887\",\"20,731\",\"1,582,730\",\"12.56\",\"95.9\",\"\""
## [15145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"20,920\",\"21,875\",\"1,582,730\",\"13.22\",\"95.6\",\"\""
## [15146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"21,917\",\"22,967\",\"1,582,730\",\"13.85\",\"95.4\",\"\""
## [15147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"18,659\",\"19,460\",\"1,582,730\",\"11.79\",\"95.9\",\"\""
## [15148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"16,080\",\"16,876\",\"1,582,730\",\"10.16\",\"95.3\",\"\""
## [15149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12,398\",\"13,107\",\"1,582,730\",\"7.83\",\"94.6\",\"\""
## [15150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"12,247\",\"13,125\",\"1,582,730\",\"7.74\",\"93.3\",\"\""
## [15151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7,369\",\"8,010\",\"1,582,730\",\"4.66\",\"92\",\"\""
## [15152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"5,461\",\"5,802\",\"1,582,730\",\"3.45\",\"94.1\",\"\""
## [15153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4,463\",\"4,744\",\"1,582,730\",\"2.82\",\"94.1\",\"\""
## [15154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"4,145\",\"4,445\",\"1,582,730\",\"2.62\",\"93.3\",\"\""
## [15155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3859\",\"4088\",\"1582730\",\"2.44\",\"94.4\",\"\""
## [15156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"3979\",\"4396\",\"1582730\",\"2.51\",\"90.5\",\"\""
## [15157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,911\",\"6,543\",\"683,800\",\"8.64\",\"90.3\",\"\""
## [15158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,874\",\"7,786\",\"683,800\",\"10.05\",\"88.3\",\"\""
## [15159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,747\",\"6,426\",\"683,800\",\"8.4\",\"89.4\",\"\""
## [15160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,777\",\"6,561\",\"683,800\",\"8.45\",\"88.1\",\"\""
## [15161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,032\",\"6,728\",\"683,800\",\"8.82\",\"89.7\",\"\""
## [15162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,058\",\"6,924\",\"683,800\",\"8.86\",\"87.5\",\"\""
## [15163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6,669\",\"7,549\",\"683,800\",\"9.75\",\"88.3\",\"\""
## [15164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"7,115\",\"8,329\",\"683,800\",\"10.41\",\"85.4\",\"\""
## [15165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"5,879\",\"6,985\",\"683,800\",\"8.6\",\"84.2\",\"\""
## [15166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"3,529\",\"4,278\",\"683,800\",\"5.16\",\"82.5\",\"\""
## [15167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"2,383\",\"2,895\",\"683,800\",\"3.48\",\"82.3\",\"\""
## [15168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1,816\",\"2,117\",\"683,800\",\"2.66\",\"85.8\",\"\""
## [15169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1684\",\"2071\",\"683800\",\"2.46\",\"81.3\",\"\""
## [15170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"1452\",\"1770\",\"683800\",\"2.12\",\"82\",\"\""
## [15171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,202\",\"8,302\",\"594,562\",\"13.8\",\"98.8\",\"\""
## [15172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7,872\",\"7,950\",\"594,562\",\"13.24\",\"99\",\"\""
## [15173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,186\",\"5,249\",\"594,562\",\"8.72\",\"98.8\",\"\""
## [15174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,772\",\"5,835\",\"594,562\",\"9.71\",\"98.9\",\"\""
## [15175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4,820\",\"4,902\",\"594,562\",\"8.11\",\"98.3\",\"\""
## [15176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5,209\",\"5,272\",\"594,562\",\"8.76\",\"98.8\",\"\""
## [15177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,405\",\"8,528\",\"594,562\",\"14.14\",\"98.6\",\"\""
## [15178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11,894\",\"12,058\",\"594,562\",\"20\",\"98.6\",\"\""
## [15179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8,067\",\"8,189\",\"594,562\",\"13.57\",\"98.5\",\"\""
## [15180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4,357\",\"4,433\",\"594,562\",\"7.33\",\"98.3\",\"\""
## [15181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1,637\",\"1,705\",\"594,562\",\"2.75\",\"96\",\"\""
## [15182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1,394\",\"1,455\",\"594,562\",\"2.34\",\"95.8\",\"\""
## [15183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1629\",\"1711\",\"594562\",\"2.74\",\"95.2\",\"\""
## [15184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"1834\",\"1955\",\"594562\",\"3.08\",\"93.8\",\"\""
## [15185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8,216\",\"8,384\",\"491,173\",\"16.73\",\"98\",\"\""
## [15186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6,904\",\"7,049\",\"491,173\",\"14.06\",\"97.9\",\"\""
## [15187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"9,879\",\"10,141\",\"491,173\",\"20.11\",\"97.4\",\"\""
## [15188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11,733\",\"12,048\",\"491,173\",\"23.89\",\"97.4\",\"\""
## [15189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"13,880\",\"14,203\",\"491,173\",\"28.26\",\"97.7\",\"\""
## [15190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12,633\",\"12,957\",\"491,173\",\"25.72\",\"97.5\",\"\""
## [15191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12,669\",\"13,125\",\"491,173\",\"25.79\",\"96.5\",\"\""
## [15192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"8,546\",\"8,988\",\"491,173\",\"17.4\",\"95.1\",\"\""
## [15193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"4,814\",\"5,156\",\"491,173\",\"9.8\",\"93.4\",\"\""
## [15194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"3,404\",\"3,632\",\"491,173\",\"6.93\",\"93.7\",\"\""
## [15195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2,136\",\"2,292\",\"491,173\",\"4.35\",\"93.2\",\"\""
## [15196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"1,884\",\"2,007\",\"491,173\",\"3.84\",\"93.9\",\"\""
## [15197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2475\",\"2648\",\"491173\",\"5.04\",\"93.5\",\"\""
## [15198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"2753\",\"2929\",\"491173\",\"5.6\",\"94\",\"\""
## [15199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"8,208\",\"9,604\",\"1,543,600\",\"5.32\",\"85.5\",\"\""
## [15200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"10,635\",\"13,588\",\"1,543,600\",\"6.89\",\"78.3\",\"\""
## [15201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"9,442\",\"12,318\",\"1,543,600\",\"6.12\",\"76.7\",\"\""
## [15202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"7,626\",\"9,359\",\"1,543,600\",\"4.94\",\"81.5\",\"\""
## [15203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"4,804\",\"5,803\",\"1,543,600\",\"3.11\",\"82.8\",\"\""
## [15204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"2,960\",\"3,629\",\"1,543,600\",\"1.92\",\"81.6\",\"\""
## [15205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"3,454\",\"4,326\",\"1,543,600\",\"2.24\",\"79.8\",\"\""
## [15206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"7,029\",\"8,726\",\"1,543,600\",\"4.55\",\"80.6\",\"\""
## [15207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"3,515\",\"4,835\",\"1,543,600\",\"2.28\",\"72.7\",\"\""
## [15208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"1,615\",\"2,200\",\"1,543,600\",\"1.05\",\"73.4\",\"\""
## [15209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"2,272\",\"3,148\",\"1,543,600\",\"1.47\",\"72.2\",\"\""
## [15210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"2,171\",\"3,004\",\"1,543,600\",\"1.41\",\"72.3\",\"\""
## [15211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"5738\",\"7452\",\"1543600\",\"3.72\",\"77\",\"\""
## [15212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"13346\",\"17256\",\"1543600\",\"8.65\",\"77.3\",\"\""
## [15213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,322\",\"4,837\",\"546,599\",\"7.91\",\"89.4\",\"\""
## [15214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,993\",\"5,554\",\"546,599\",\"9.13\",\"89.9\",\"\""
## [15215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"5,558\",\"6,227\",\"546,599\",\"10.17\",\"89.3\",\"\""
## [15216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,804\",\"5,464\",\"546,599\",\"8.79\",\"87.9\",\"\""
## [15217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"3,835\",\"4,447\",\"546,599\",\"7.02\",\"86.2\",\"\""
## [15218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,269\",\"5,062\",\"546,599\",\"7.81\",\"84.3\",\"\""
## [15219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"4,070\",\"4,701\",\"546,599\",\"7.45\",\"86.6\",\"\""
## [15220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"3,934\",\"4,445\",\"546,599\",\"7.2\",\"88.5\",\"\""
## [15221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"2,292\",\"2,667\",\"546,599\",\"4.19\",\"85.9\",\"\""
## [15222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,599\",\"2,018\",\"546,599\",\"2.93\",\"79.2\",\"\""
## [15223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,371\",\"1,720\",\"546,599\",\"2.51\",\"79.7\",\"\""
## [15224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1,299\",\"1,659\",\"546,599\",\"2.38\",\"78.3\",\"\""
## [15225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1400\",\"1765\",\"546599\",\"2.56\",\"79.3\",\"\""
## [15226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"1698\",\"2101\",\"546599\",\"3.11\",\"80.8\",\"\""
## [15227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"35,102\",\"45,408\",\"2,141,687\",\"16.39\",\"77.3\",\"\""
## [15228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"39,627\",\"50,038\",\"2,141,687\",\"18.5\",\"79.2\",\"\""
## [15229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"40,229\",\"52,329\",\"2,141,687\",\"18.78\",\"76.9\",\"\""
## [15230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"30,890\",\"41,562\",\"2,141,687\",\"14.42\",\"74.3\",\"\""
## [15231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"37,213\",\"48,912\",\"2,141,687\",\"17.38\",\"76.1\",\"\""
## [15232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"40,175\",\"50,524\",\"2,141,687\",\"18.76\",\"79.5\",\"\""
## [15233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"25,435\",\"32,968\",\"2,141,687\",\"11.88\",\"77.2\",\"\""
## [15234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"20,098\",\"26,812\",\"2,141,687\",\"9.38\",\"75\",\"\""
## [15235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"10,143\",\"13,624\",\"2,141,687\",\"4.74\",\"74.4\",\"\""
## [15236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"3,407\",\"4,761\",\"2,141,687\",\"1.59\",\"71.6\",\"\""
## [15237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,659\",\"2,502\",\"2,141,687\",\"0.77\",\"66.3\",\"\""
## [15238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1,453\",\"2,304\",\"2,141,687\",\"0.68\",\"63.1\",\"\""
## [15239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"2588\",\"4214\",\"2141687\",\"1.21\",\"61.4\",\"\""
## [15240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"1342\",\"2369\",\"2141687\",\"0.63\",\"56.6\",\"\""
## [15241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5,177\",\"5,627\",\"544,580\",\"9.51\",\"92\",\"\""
## [15242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,729\",\"7,275\",\"544,580\",\"12.36\",\"92.5\",\"\""
## [15243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,375\",\"6,859\",\"544,580\",\"11.71\",\"92.9\",\"\""
## [15244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7,994\",\"9,022\",\"544,580\",\"14.68\",\"88.6\",\"\""
## [15245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7,211\",\"8,018\",\"544,580\",\"13.24\",\"89.9\",\"\""
## [15246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6,435\",\"7,188\",\"544,580\",\"11.82\",\"89.5\",\"\""
## [15247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8,299\",\"8,875\",\"544,580\",\"15.24\",\"93.5\",\"\""
## [15248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3,734\",\"3,947\",\"544,580\",\"6.86\",\"94.6\",\"\""
## [15249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1,909\",\"2,086\",\"544,580\",\"3.51\",\"91.5\",\"\""
## [15250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"996\",\"1,092\",\"544,580\",\"1.83\",\"91.2\",\"\""
## [15251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1,199\",\"1,310\",\"544,580\",\"2.2\",\"91.5\",\"\""
## [15252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"623\",\"667\",\"544,580\",\"1.14\",\"93.4\",\"\""
## [15253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1486\",\"1850\",\"544580\",\"2.73\",\"80.3\",\"\""
## [15254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"2100\",\"2592\",\"544580\",\"3.86\",\"81\",\"\""
## [15255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"20,693\",\"23,137\",\"1,696,797\",\"12.2\",\"89.4\",\"\""
## [15256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"20,747\",\"24,400\",\"1,696,797\",\"12.23\",\"85\",\"\""
## [15257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"21,946\",\"25,589\",\"1,696,797\",\"12.93\",\"85.8\",\"\""
## [15258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"18,198\",\"21,096\",\"1,696,797\",\"10.72\",\"86.3\",\"\""
## [15259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"22,641\",\"26,013\",\"1,696,797\",\"13.34\",\"87\",\"\""
## [15260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"27,413\",\"31,212\",\"1,696,797\",\"16.16\",\"87.8\",\"\""
## [15261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"26,476\",\"30,422\",\"1,696,797\",\"15.6\",\"87\",\"\""
## [15262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"24,109\",\"27,917\",\"1,696,797\",\"14.21\",\"86.4\",\"\""
## [15263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"14,759\",\"17,375\",\"1,696,797\",\"8.7\",\"84.9\",\"\""
## [15264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"8,374\",\"10,238\",\"1,696,797\",\"4.94\",\"81.8\",\"\""
## [15265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6,234\",\"7,762\",\"1,696,797\",\"3.67\",\"80.3\",\"\""
## [15266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"5,558\",\"7,207\",\"1,696,797\",\"3.28\",\"77.1\",\"\""
## [15267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"5457\",\"7072\",\"1696797\",\"3.22\",\"77.2\",\"\""
## [15268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"6002\",\"7952\",\"1696797\",\"3.54\",\"75.5\",\"\""
## [15269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,088\",\"10,276\",\"902,006\",\"8.97\",\"78.7\",\"\""
## [15270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"8,865\",\"11,788\",\"902,006\",\"9.83\",\"75.2\",\"\""
## [15271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"14,155\",\"18,796\",\"902,006\",\"15.69\",\"75.3\",\"\""
## [15272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"9,730\",\"12,847\",\"902,006\",\"10.79\",\"75.7\",\"\""
## [15273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"7,653\",\"10,450\",\"902,006\",\"8.48\",\"73.2\",\"\""
## [15274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"6,839\",\"9,329\",\"902,006\",\"7.58\",\"73.3\",\"\""
## [15275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"10,853\",\"14,876\",\"902,006\",\"12.03\",\"73\",\"\""
## [15276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"16,054\",\"22,302\",\"902,006\",\"17.8\",\"72\",\"\""
## [15277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"7,173\",\"10,429\",\"902,006\",\"7.95\",\"68.8\",\"\""
## [15278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4,817\",\"7,162\",\"902,006\",\"5.34\",\"67.3\",\"\""
## [15279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4,237\",\"6,420\",\"902,006\",\"4.7\",\"66\",\"\""
## [15280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"3,744\",\"5,755\",\"902,006\",\"4.15\",\"65.1\",\"\""
## [15281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"3575\",\"5601\",\"902006\",\"3.96\",\"63.8\",\"\""
## [15282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"4052\",\"6359\",\"902006\",\"4.49\",\"63.7\",\"\""
## [15283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,476\",\"9,856\",\"857,995\",\"11.04\",\"96.1\",\"\""
## [15284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"11,181\",\"11,689\",\"857,995\",\"13.03\",\"95.7\",\"\""
## [15285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10,355\",\"11,077\",\"857,995\",\"12.07\",\"93.5\",\"\""
## [15286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8,746\",\"9,485\",\"857,995\",\"10.19\",\"92.2\",\"\""
## [15287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"8,281\",\"8,907\",\"857,995\",\"9.65\",\"93\",\"\""
## [15288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,627\",\"10,363\",\"857,995\",\"11.22\",\"92.9\",\"\""
## [15289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"9,611\",\"10,317\",\"857,995\",\"11.2\",\"93.2\",\"\""
## [15290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5,966\",\"6,512\",\"857,995\",\"6.95\",\"91.6\",\"\""
## [15291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2,834\",\"3,154\",\"857,995\",\"3.3\",\"89.9\",\"\""
## [15292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"683\",\"739\",\"857,995\",\"0.8\",\"92.4\",\"\""
## [15293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"638\",\"716\",\"857,995\",\"0.74\",\"89.1\",\"\""
## [15294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"888\",\"1,011\",\"857,995\",\"1.03\",\"87.8\",\"\""
## [15295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1117\",\"1278\",\"857995\",\"1.3\",\"87.4\",\"\""
## [15296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2220\",\"2548\",\"857995\",\"2.59\",\"87.1\",\"\""
## [15297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"12,431\",\"13,888\",\"1,529,212\",\"8.13\",\"89.5\",\"\""
## [15298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"13,454\",\"15,487\",\"1,529,212\",\"8.8\",\"86.9\",\"\""
## [15299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"15,020\",\"17,225\",\"1,529,212\",\"9.82\",\"87.2\",\"\""
## [15300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"12,658\",\"14,764\",\"1,529,212\",\"8.28\",\"85.7\",\"\""
## [15301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"10,060\",\"11,595\",\"1,529,212\",\"6.58\",\"86.8\",\"\""
## [15302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,592\",\"8,144\",\"1,529,212\",\"4.31\",\"80.9\",\"\""
## [15303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,162\",\"7,996\",\"1,529,212\",\"4.03\",\"77.1\",\"\""
## [15304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,853\",\"8,969\",\"1,529,212\",\"4.48\",\"76.4\",\"\""
## [15305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"6,808\",\"8,989\",\"1,529,212\",\"4.45\",\"75.7\",\"\""
## [15306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"4,944\",\"6,845\",\"1,529,212\",\"3.23\",\"72.2\",\"\""
## [15307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"4,366\",\"6,328\",\"1,529,212\",\"2.86\",\"69\",\"\""
## [15308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"3,932\",\"5,830\",\"1,529,212\",\"2.57\",\"67.4\",\"\""
## [15309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"3685\",\"5404\",\"1529212\",\"2.41\",\"68.2\",\"\""
## [15310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"6450\",\"8789\",\"1529212\",\"4.22\",\"73.4\",\"\""
## [15311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"16,048\",\"17,874\",\"1,281,526\",\"12.52\",\"89.8\",\"\""
## [15312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"20,324\",\"22,878\",\"1,281,526\",\"15.86\",\"88.8\",\"\""
## [15313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"20,237\",\"22,899\",\"1,281,526\",\"15.79\",\"88.4\",\"\""
## [15314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22,812\",\"26,384\",\"1,281,526\",\"17.8\",\"86.5\",\"\""
## [15315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"22,527\",\"26,255\",\"1,281,526\",\"17.58\",\"85.8\",\"\""
## [15316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"18,147\",\"20,851\",\"1,281,526\",\"14.16\",\"87\",\"\""
## [15317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"16,157\",\"18,152\",\"1,281,526\",\"12.61\",\"89\",\"\""
## [15318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14,007\",\"15,748\",\"1,281,526\",\"10.93\",\"88.9\",\"\""
## [15319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"6,836\",\"7,723\",\"1,281,526\",\"5.33\",\"88.5\",\"\""
## [15320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"4,654\",\"5,472\",\"1,281,526\",\"3.63\",\"85.1\",\"\""
## [15321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,614\",\"3,074\",\"1,281,526\",\"2.04\",\"85\",\"\""
## [15322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"2,293\",\"2,807\",\"1,281,526\",\"1.79\",\"81.7\",\"\""
## [15323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"3148\",\"3825\",\"1281526\",\"2.46\",\"82.3\",\"\""
## [15324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"5490\",\"7163\",\"1281526\",\"4.28\",\"76.6\",\"\""
## [15325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13,849\",\"19,364\",\"762,302\",\"18.17\",\"71.5\",\"\""
## [15326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"14,764\",\"20,890\",\"762,302\",\"19.37\",\"70.7\",\"\""
## [15327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"13,775\",\"19,250\",\"762,302\",\"18.07\",\"71.6\",\"\""
## [15328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"16,581\",\"23,349\",\"762,302\",\"21.75\",\"71\",\"\""
## [15329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"14,968\",\"22,386\",\"762,302\",\"19.64\",\"66.9\",\"\""
## [15330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"6,425\",\"10,091\",\"762,302\",\"8.43\",\"63.7\",\"\""
## [15331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"3,908\",\"5,831\",\"762,302\",\"5.13\",\"67\",\"\""
## [15332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,849\",\"4,376\",\"762,302\",\"3.74\",\"65.1\",\"\""
## [15333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2,071\",\"3,129\",\"762,302\",\"2.72\",\"66.2\",\"\""
## [15334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1,095\",\"1,719\",\"762,302\",\"1.44\",\"63.7\",\"\""
## [15335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"936\",\"1,342\",\"762,302\",\"1.23\",\"69.7\",\"\""
## [15336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"986\",\"1,465\",\"762,302\",\"1.29\",\"67.3\",\"\""
## [15337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"1795\",\"2685\",\"762302\",\"2.35\",\"66.9\",\"\""
## [15338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2189\",\"3384\",\"762302\",\"2.87\",\"64.7\",\"\""
## [15339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,088\",\"8,609\",\"663,741\",\"12.19\",\"93.9\",\"\""
## [15340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10,804\",\"11,818\",\"663,741\",\"16.28\",\"91.4\",\"\""
## [15341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"11,910\",\"13,353\",\"663,741\",\"17.94\",\"89.2\",\"\""
## [15342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,830\",\"10,521\",\"663,741\",\"13.3\",\"83.9\",\"\""
## [15343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"8,342\",\"9,651\",\"663,741\",\"12.57\",\"86.4\",\"\""
## [15344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5,475\",\"6,343\",\"663,741\",\"8.25\",\"86.3\",\"\""
## [15345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"5,909\",\"6,999\",\"663,741\",\"8.9\",\"84.4\",\"\""
## [15346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"6,929\",\"8,942\",\"663,741\",\"10.44\",\"77.5\",\"\""
## [15347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"4,608\",\"5,881\",\"663,741\",\"6.94\",\"78.4\",\"\""
## [15348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"3,102\",\"3,812\",\"663,741\",\"4.67\",\"81.4\",\"\""
## [15349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,787\",\"2,186\",\"663,741\",\"2.69\",\"81.7\",\"\""
## [15350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"1,685\",\"2,048\",\"663,741\",\"2.54\",\"82.3\",\"\""
## [15351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2082\",\"2546\",\"663741\",\"3.14\",\"81.8\",\"\""
## [15352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"2160\",\"2692\",\"663741\",\"3.25\",\"80.2\",\"\""
## [15353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3,256\",\"6,912\",\"N/A\",\"N/A\",\"47.1\",\"\""
## [15354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3,371\",\"7,581\",\"N/A\",\"N/A\",\"44.5\",\"\""
## [15355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"3,225\",\"7,300\",\"N/A\",\"N/A\",\"44.2\",\"\""
## [15356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"2,199\",\"5,420\",\"N/A\",\"N/A\",\"40.6\",\"\""
## [15357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,503\",\"4,078\",\"N/A\",\"N/A\",\"36.9\",\"\""
## [15358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"1,036\",\"3,251\",\"N/A\",\"N/A\",\"31.9\",\"\""
## [15359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"818\",\"2,645\",\"N/A\",\"N/A\",\"30.9\",\"\""
## [15360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"718\",\"2,231\",\"N/A\",\"N/A\",\"32.2\",\"\""
## [15361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"494\",\"1,539\",\"N/A\",\"N/A\",\"32.1\",\"\""
## [15362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"364\",\"1,322\",\"N/A\",\"N/A\",\"27.5\",\"\""
## [15363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"313\",\"1,122\",\"N/A\",\"N/A\",\"27.9\",\"\""
## [15364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"246\",\"1,004\",\"N/A\",\"N/A\",\"24.5\",\"\""
## [15365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"273\",\"1111\",\"N/A\",\"N/A\",\"24.6\",\"\""
## [15366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"482\",\"1930\",\"N/A\",\"N/A\",\"25\",\"\""
## [15367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"45,270\",\"47,870\",\"1,268,277\",\"35.69\",\"94.6\",\"\""
## [15368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"61,543\",\"64,607\",\"1,268,277\",\"48.52\",\"95.3\",\"\""
## [15369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"65,485\",\"68,915\",\"1,268,277\",\"51.63\",\"95\",\"\""
## [15370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"57,213\",\"59,659\",\"1,268,277\",\"45.11\",\"95.9\",\"\""
## [15371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"41,646\",\"43,877\",\"1,268,277\",\"32.84\",\"94.9\",\"\""
## [15372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"24,303\",\"25,691\",\"1,268,277\",\"19.16\",\"94.6\",\"\""
## [15373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"27,579\",\"29,117\",\"1,268,277\",\"21.75\",\"94.7\",\"\""
## [15374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"33,632\",\"35,855\",\"1,268,277\",\"26.52\",\"93.8\",\"\""
## [15375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"22,966\",\"24,523\",\"1,268,277\",\"18.11\",\"93.7\",\"\""
## [15376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"6,003\",\"6,450\",\"1,268,277\",\"4.73\",\"93.1\",\"\""
## [15377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"6,095\",\"6,650\",\"1,268,277\",\"4.81\",\"91.7\",\"\""
## [15378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"8,443\",\"9,257\",\"1,268,277\",\"6.66\",\"91.2\",\"\""
## [15379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"15855\",\"17576\",\"1268277\",\"12.5\",\"90.2\",\"\""
## [15380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"26548\",\"29408\",\"1268277\",\"20.93\",\"90.3\",\"\""
## [15381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"106,883\",\"294,467\",\"3,665,041\",\"29.16\",\"36.3\",\"\""
## [15382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"159,705\",\"448,957\",\"3,665,041\",\"43.58\",\"35.6\",\"\""
## [15383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"245,449\",\"721,451\",\"3,665,041\",\"66.97\",\"34\",\"\""
## [15384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"204,090\",\"624,009\",\"3,665,041\",\"55.69\",\"32.7\",\"\""
## [15385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"169,916\",\"560,544\",\"3,665,041\",\"46.36\",\"30.3\",\"\""
## [15386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"144,448\",\"480,702\",\"3,665,041\",\"39.41\",\"30\",\"\""
## [15387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"106,737\",\"338,973\",\"3,665,041\",\"29.12\",\"31.5\",\"\""
## [15388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"86,114\",\"270,086\",\"3,665,041\",\"23.5\",\"31.9\",\"\""
## [15389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"49,002\",\"157,738\",\"3,665,041\",\"13.37\",\"31.1\",\"\""
## [15390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"38,942\",\"140,198\",\"3,665,041\",\"10.63\",\"27.8\",\"\""
## [15391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"31,763\",\"121,607\",\"3,665,041\",\"8.67\",\"26.1\",\"\""
## [15392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"28,916\",\"116,385\",\"3,665,041\",\"7.89\",\"24.8\",\"\""
## [15393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"33307\",\"149592\",\"3665041\",\"9.09\",\"22.3\",\"\""
## [15394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"50949\",\"219569\",\"3665041\",\"13.9\",\"23.2\",\"\""
## [15395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7,461\",\"8,298\",\"793,086\",\"9.41\",\"89.9\",\"\""
## [15396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7,441\",\"8,541\",\"793,086\",\"9.38\",\"87.1\",\"\""
## [15397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"9,976\",\"11,467\",\"793,086\",\"12.58\",\"87\",\"\""
## [15398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11,080\",\"13,075\",\"793,086\",\"13.97\",\"84.7\",\"\""
## [15399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13,199\",\"15,350\",\"793,086\",\"16.64\",\"86\",\"\""
## [15400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"13,206\",\"16,047\",\"793,086\",\"16.65\",\"82.3\",\"\""
## [15401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11,948\",\"14,297\",\"793,086\",\"15.07\",\"83.6\",\"\""
## [15402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"10,884\",\"13,070\",\"793,086\",\"13.72\",\"83.3\",\"\""
## [15403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"7,543\",\"9,226\",\"793,086\",\"9.51\",\"81.8\",\"\""
## [15404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"4,228\",\"5,277\",\"793,086\",\"5.33\",\"80.1\",\"\""
## [15405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2,898\",\"3,682\",\"793,086\",\"3.65\",\"78.7\",\"\""
## [15406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"1,648\",\"2,075\",\"793,086\",\"2.08\",\"79.4\",\"\""
## [15407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"2063\",\"2707\",\"793086\",\"2.6\",\"76.2\",\"\""
## [15408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"3313\",\"4229\",\"793086\",\"4.18\",\"78.3\",\"\""
## [15409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"14,021\",\"14,537\",\"653,575\",\"21.45\",\"96.5\",\"\""
## [15410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11,463\",\"11,940\",\"653,575\",\"17.54\",\"96\",\"\""
## [15411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"7,915\",\"8,229\",\"653,575\",\"12.11\",\"96.2\",\"\""
## [15412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"6,001\",\"6,212\",\"653,575\",\"9.18\",\"96.6\",\"\""
## [15413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"5,893\",\"6,169\",\"653,575\",\"9.02\",\"95.5\",\"\""
## [15414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"3,498\",\"3,661\",\"653,575\",\"5.35\",\"95.5\",\"\""
## [15415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4,588\",\"4,750\",\"653,575\",\"7.02\",\"96.6\",\"\""
## [15416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4,814\",\"5,097\",\"653,575\",\"7.37\",\"94.4\",\"\""
## [15417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,720\",\"2,419\",\"653,575\",\"2.63\",\"71.1\",\"\""
## [15418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,064\",\"1,521\",\"653,575\",\"1.63\",\"70\",\"\""
## [15419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,511\",\"1,622\",\"653,575\",\"2.31\",\"93.2\",\"\""
## [15420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1,438\",\"1,527\",\"653,575\",\"2.2\",\"94.2\",\"\""
## [15421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"1592\",\"1734\",\"653575\",\"2.44\",\"91.8\",\"\""
## [15422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"4448\",\"4684\",\"653575\",\"6.81\",\"95\",\"\""
## [15423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8,892\",\"9,415\",\"743,668\",\"11.96\",\"94.4\",\"\""
## [15424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8,919\",\"9,429\",\"743,668\",\"11.99\",\"94.6\",\"\""
## [15425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"8,597\",\"9,086\",\"743,668\",\"11.56\",\"94.6\",\"\""
## [15426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,790\",\"6,260\",\"743,668\",\"7.79\",\"92.5\",\"\""
## [15427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,303\",\"5,649\",\"743,668\",\"7.13\",\"93.9\",\"\""
## [15428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,948\",\"7,379\",\"743,668\",\"9.34\",\"94.2\",\"\""
## [15429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"6,621\",\"7,032\",\"743,668\",\"8.9\",\"94.2\",\"\""
## [15430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7,117\",\"7,685\",\"743,668\",\"9.57\",\"92.6\",\"\""
## [15431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5,823\",\"6,310\",\"743,668\",\"7.83\",\"92.3\",\"\""
## [15432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"3,820\",\"4,214\",\"743,668\",\"5.14\",\"90.7\",\"\""
## [15433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"2,205\",\"2,465\",\"743,668\",\"2.97\",\"89.5\",\"\""
## [15434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1,473\",\"1,671\",\"743,668\",\"1.98\",\"88.2\",\"\""
## [15435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1559\",\"1753\",\"743668\",\"2.1\",\"88.9\",\"\""
## [15436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"1934\",\"2220\",\"743668\",\"2.6\",\"87.1\",\"\""
## [15437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"10,100\",\"13,176\",\"592,755\",\"17.04\",\"76.7\",\"\""
## [15438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11,219\",\"14,036\",\"592,755\",\"18.93\",\"79.9\",\"\""
## [15439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9,199\",\"11,542\",\"592,755\",\"15.52\",\"79.7\",\"\""
## [15440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9,094\",\"11,737\",\"592,755\",\"15.34\",\"77.5\",\"\""
## [15441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"9,746\",\"12,681\",\"592,755\",\"16.44\",\"76.9\",\"\""
## [15442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"6,202\",\"8,453\",\"592,755\",\"10.46\",\"73.4\",\"\""
## [15443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"6,313\",\"9,030\",\"592,755\",\"10.65\",\"69.9\",\"\""
## [15444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5,644\",\"8,427\",\"592,755\",\"9.52\",\"67\",\"\""
## [15445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"2,812\",\"4,404\",\"592,755\",\"4.74\",\"63.9\",\"\""
## [15446] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"953\",\"1,752\",\"592,755\",\"1.61\",\"54.4\",\"\""
## [15447] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"694\",\"1,136\",\"592,755\",\"1.17\",\"61.1\",\"\""
## [15448] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"624\",\"1,090\",\"592,755\",\"1.05\",\"57.2\",\"\""
## [15449] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1182\",\"1960\",\"592755\",\"1.99\",\"60.3\",\"\""
## [15450] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"1336\",\"2121\",\"592755\",\"2.25\",\"63\",\"\""
## [15451] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"32,934\",\"33,759\",\"1,317,938\",\"24.99\",\"97.6\",\"\""
## [15452] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"28,023\",\"28,937\",\"1,317,938\",\"21.26\",\"96.8\",\"\""
## [15453] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"31,229\",\"32,281\",\"1,317,938\",\"23.7\",\"96.7\",\"\""
## [15454] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"38,112\",\"39,383\",\"1,317,938\",\"28.92\",\"96.8\",\"\""
## [15455] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"41,989\",\"43,441\",\"1,317,938\",\"31.86\",\"96.7\",\"\""
## [15456] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"39,184\",\"40,654\",\"1,317,938\",\"29.73\",\"96.4\",\"\""
## [15457] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"30,549\",\"31,759\",\"1,317,938\",\"23.18\",\"96.2\",\"\""
## [15458] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"36,017\",\"37,843\",\"1,317,938\",\"27.33\",\"95.2\",\"\""
## [15459] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"16,224\",\"17,223\",\"1,317,938\",\"12.31\",\"94.2\",\"\""
## [15460] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"6,534\",\"7,055\",\"1,317,938\",\"4.96\",\"92.6\",\"\""
## [15461] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"3,382\",\"3,695\",\"1,317,938\",\"2.57\",\"91.5\",\"\""
## [15462] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2,534\",\"2,857\",\"1,317,938\",\"1.92\",\"88.7\",\"\""
## [15463] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2500\",\"2831\",\"1317938\",\"1.9\",\"88.3\",\"\""
## [15464] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4683\",\"5210\",\"1317938\",\"3.55\",\"89.9\",\"\""
## [15465] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6,728\",\"8,640\",\"927,928\",\"7.25\",\"77.9\",\"\""
## [15466] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,720\",\"5,848\",\"927,928\",\"5.09\",\"80.7\",\"\""
## [15467] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,588\",\"4,556\",\"927,928\",\"3.87\",\"78.8\",\"\""
## [15468] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4,159\",\"5,451\",\"927,928\",\"4.48\",\"76.3\",\"\""
## [15469] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,416\",\"4,528\",\"927,928\",\"3.68\",\"75.4\",\"\""
## [15470] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,416\",\"3,320\",\"927,928\",\"2.6\",\"72.8\",\"\""
## [15471] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,477\",\"3,384\",\"927,928\",\"2.67\",\"73.2\",\"\""
## [15472] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"3,751\",\"5,166\",\"927,928\",\"4.04\",\"72.6\",\"\""
## [15473] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2,692\",\"3,762\",\"927,928\",\"2.9\",\"71.6\",\"\""
## [15474] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1,565\",\"2,417\",\"927,928\",\"1.69\",\"64.7\",\"\""
## [15475] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"820\",\"1,573\",\"927,928\",\"0.88\",\"52.1\",\"\""
## [15476] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"851\",\"1,449\",\"927,928\",\"0.92\",\"58.7\",\"\""
## [15477] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1397\",\"2231\",\"927928\",\"1.51\",\"62.6\",\"\""
## [15478] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"2635\",\"3910\",\"927928\",\"2.84\",\"67.4\",\"\""
## [15479] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"16,619\",\"18,023\",\"1,166,122\",\"14.25\",\"92.2\",\"\""
## [15480] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"17,150\",\"18,952\",\"1,166,122\",\"14.71\",\"90.5\",\"\""
## [15481] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"16,994\",\"18,463\",\"1,166,122\",\"14.57\",\"92\",\"\""
## [15482] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"14,724\",\"15,846\",\"1,166,122\",\"12.63\",\"92.9\",\"\""
## [15483] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12,726\",\"13,847\",\"1,166,122\",\"10.91\",\"91.9\",\"\""
## [15484] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"12,694\",\"13,948\",\"1,166,122\",\"10.89\",\"91\",\"\""
## [15485] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"9,142\",\"10,083\",\"1,166,122\",\"7.84\",\"90.7\",\"\""
## [15486] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"11,606\",\"12,879\",\"1,166,122\",\"9.95\",\"90.1\",\"\""
## [15487] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"7,140\",\"7,782\",\"1,166,122\",\"6.12\",\"91.8\",\"\""
## [15488] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"5,494\",\"6,058\",\"1,166,122\",\"4.71\",\"90.7\",\"\""
## [15489] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"4,224\",\"4,851\",\"1,166,122\",\"3.62\",\"87.1\",\"\""
## [15490] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"4,876\",\"5,868\",\"1,166,122\",\"4.18\",\"83.1\",\"\""
## [15491] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"7930\",\"9436\",\"1166122\",\"6.8\",\"84\",\"\""
## [15492] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"9149\",\"11295\",\"1166122\",\"7.85\",\"81\",\"\""
## [15493] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"16,424\",\"19,042\",\"1,183,179\",\"13.88\",\"86.3\",\"\""
## [15494] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17,547\",\"20,530\",\"1,183,179\",\"14.83\",\"85.5\",\"\""
## [15495] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"22,832\",\"26,816\",\"1,183,179\",\"19.3\",\"85.1\",\"\""
## [15496] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"22,930\",\"27,555\",\"1,183,179\",\"19.38\",\"83.2\",\"\""
## [15497] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"19,787\",\"23,106\",\"1,183,179\",\"16.72\",\"85.6\",\"\""
## [15498] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"15,278\",\"17,674\",\"1,183,179\",\"12.91\",\"86.4\",\"\""
## [15499] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17,407\",\"20,487\",\"1,183,179\",\"14.71\",\"85\",\"\""
## [15500] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"17,617\",\"21,218\",\"1,183,179\",\"14.89\",\"83\",\"\""
## [15501] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"6,474\",\"8,175\",\"1,183,179\",\"5.47\",\"79.2\",\"\""
## [15502] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2,652\",\"3,521\",\"1,183,179\",\"2.24\",\"75.3\",\"\""
## [15503] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,394\",\"2,025\",\"1,183,179\",\"1.18\",\"68.8\",\"\""
## [15504] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"1,126\",\"1,529\",\"1,183,179\",\"0.95\",\"73.6\",\"\""
## [15505] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"3592\",\"4681\",\"1183179\",\"3.04\",\"76.7\",\"\""
## [15506] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"9996\",\"12403\",\"1183179\",\"8.45\",\"80.6\",\"\""
## [15507] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"17,775\",\"19,146\",\"1,009,031\",\"17.62\",\"92.8\",\"\""
## [15508] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"15,603\",\"17,186\",\"1,009,031\",\"15.46\",\"90.8\",\"\""
## [15509] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"9,059\",\"10,309\",\"1,009,031\",\"8.98\",\"87.9\",\"\""
## [15510] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"6,760\",\"7,655\",\"1,009,031\",\"6.7\",\"88.3\",\"\""
## [15511] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"9,894\",\"11,170\",\"1,009,031\",\"9.81\",\"88.6\",\"\""
## [15512] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"16,634\",\"18,903\",\"1,009,031\",\"16.49\",\"88\",\"\""
## [15513] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"16,706\",\"18,950\",\"1,009,031\",\"16.56\",\"88.2\",\"\""
## [15514] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"12,515\",\"14,538\",\"1,009,031\",\"12.4\",\"86.1\",\"\""
## [15515] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"5,304\",\"6,012\",\"1,009,031\",\"5.26\",\"88.2\",\"\""
## [15516] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"3,187\",\"3,847\",\"1,009,031\",\"3.16\",\"82.8\",\"\""
## [15517] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2,767\",\"3,563\",\"1,009,031\",\"2.74\",\"77.7\",\"\""
## [15518] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"1,874\",\"2,601\",\"1,009,031\",\"1.86\",\"72\",\"\""
## [15519] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"2487\",\"3280\",\"1009031\",\"2.46\",\"75.8\",\"\""
## [15520] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"3992\",\"5348\",\"1009031\",\"3.96\",\"74.6\",\"\""
## [15521] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,587\",\"4,059\",\"661,458\",\"5.42\",\"88.4\",\"\""
## [15522] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,552\",\"5,373\",\"661,458\",\"6.88\",\"84.7\",\"\""
## [15523] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5,201\",\"5,978\",\"661,458\",\"7.86\",\"87\",\"\""
## [15524] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,633\",\"4,262\",\"661,458\",\"5.49\",\"85.2\",\"\""
## [15525] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2,905\",\"3,356\",\"661,458\",\"4.39\",\"86.6\",\"\""
## [15526] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"2,865\",\"3,310\",\"661,458\",\"4.33\",\"86.6\",\"\""
## [15527] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,100\",\"3,570\",\"661,458\",\"4.69\",\"86.8\",\"\""
## [15528] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4,196\",\"5,049\",\"661,458\",\"6.34\",\"83.1\",\"\""
## [15529] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3,694\",\"4,628\",\"661,458\",\"5.58\",\"79.8\",\"\""
## [15530] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1,960\",\"2,530\",\"661,458\",\"2.96\",\"77.5\",\"\""
## [15531] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1,323\",\"1,894\",\"661,458\",\"2\",\"69.9\",\"\""
## [15532] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"853\",\"1,175\",\"661,458\",\"1.29\",\"72.6\",\"\""
## [15533] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1149\",\"1735\",\"661458\",\"1.74\",\"66.2\",\"\""
## [15534] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"1868\",\"2899\",\"661458\",\"2.82\",\"64.4\",\"\""
## [15535] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,920\",\"13,970\",\"945,673\",\"12.6\",\"85.3\",\"\""
## [15536] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"15,213\",\"18,016\",\"945,673\",\"16.09\",\"84.4\",\"\""
## [15537] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"14,277\",\"17,079\",\"945,673\",\"15.1\",\"83.6\",\"\""
## [15538] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,418\",\"13,672\",\"945,673\",\"12.07\",\"83.5\",\"\""
## [15539] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,046\",\"13,478\",\"945,673\",\"11.68\",\"82\",\"\""
## [15540] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"13,053\",\"15,863\",\"945,673\",\"13.8\",\"82.3\",\"\""
## [15541] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"15,021\",\"18,140\",\"945,673\",\"15.88\",\"82.8\",\"\""
## [15542] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"11,681\",\"14,399\",\"945,673\",\"12.35\",\"81.1\",\"\""
## [15543] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"7,899\",\"10,029\",\"945,673\",\"8.35\",\"78.8\",\"\""
## [15544] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"4,281\",\"5,738\",\"945,673\",\"4.53\",\"74.6\",\"\""
## [15545] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"2,808\",\"3,980\",\"945,673\",\"2.97\",\"70.6\",\"\""
## [15546] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3,310\",\"4,561\",\"945,673\",\"3.5\",\"72.6\",\"\""
## [15547] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3661\",\"5221\",\"945673\",\"3.87\",\"70.1\",\"\""
## [15548] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"3527\",\"5086\",\"945673\",\"3.73\",\"69.3\",\"\""
## [15549] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"12,799\",\"14,988\",\"1,420,338\",\"9.01\",\"85.4\",\"\""
## [15550] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"21,817\",\"25,703\",\"1,420,338\",\"15.36\",\"84.9\",\"\""
## [15551] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"15,356\",\"18,311\",\"1,420,338\",\"10.81\",\"83.9\",\"\""
## [15552] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"15,252\",\"18,289\",\"1,420,338\",\"10.74\",\"83.4\",\"\""
## [15553] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"17,208\",\"20,745\",\"1,420,338\",\"12.12\",\"83\",\"\""
## [15554] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"22,041\",\"26,625\",\"1,420,338\",\"15.52\",\"82.8\",\"\""
## [15555] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"19,288\",\"23,451\",\"1,420,338\",\"13.58\",\"82.2\",\"\""
## [15556] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"13,248\",\"16,444\",\"1,420,338\",\"9.33\",\"80.6\",\"\""
## [15557] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"9,242\",\"11,396\",\"1,420,338\",\"6.51\",\"81.1\",\"\""
## [15558] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"5,973\",\"7,660\",\"1,420,338\",\"4.21\",\"78\",\"\""
## [15559] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"4,458\",\"6,059\",\"1,420,338\",\"3.14\",\"73.6\",\"\""
## [15560] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"3,567\",\"4,856\",\"1,420,338\",\"2.51\",\"73.5\",\"\""
## [15561] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"4202\",\"5765\",\"1420338\",\"2.96\",\"72.9\",\"\""
## [15562] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"5252\",\"7282\",\"1420338\",\"3.7\",\"72.1\",\"\""
## [15563] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"19,484\",\"25,880\",\"1,766,978\",\"11.03\",\"75.3\",\"\""
## [15564] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"18,230\",\"25,330\",\"1,766,978\",\"10.32\",\"72\",\"\""
## [15565] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"19,719\",\"27,330\",\"1,766,978\",\"11.16\",\"72.2\",\"\""
## [15566] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"28,525\",\"39,733\",\"1,766,978\",\"16.14\",\"71.8\",\"\""
## [15567] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"28,257\",\"40,215\",\"1,766,978\",\"15.99\",\"70.3\",\"\""
## [15568] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"16,451\",\"23,604\",\"1,766,978\",\"9.31\",\"69.7\",\"\""
## [15569] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"15,175\",\"21,472\",\"1,766,978\",\"8.59\",\"70.7\",\"\""
## [15570] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"14,394\",\"20,760\",\"1,766,978\",\"8.15\",\"69.3\",\"\""
## [15571] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"11,039\",\"16,476\",\"1,766,978\",\"6.25\",\"67\",\"\""
## [15572] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"6,677\",\"10,464\",\"1,766,978\",\"3.78\",\"63.8\",\"\""
## [15573] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"5,165\",\"8,208\",\"1,766,978\",\"2.92\",\"62.9\",\"\""
## [15574] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3,258\",\"5,466\",\"1,766,978\",\"1.84\",\"59.6\",\"\""
## [15575] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"3872\",\"6577\",\"1766978\",\"2.19\",\"58.9\",\"\""
## [15576] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"5959\",\"10092\",\"1766978\",\"3.37\",\"59\",\"\""
## [15577] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,361\",\"5,020\",\"482,607\",\"9.04\",\"86.9\",\"\""
## [15578] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,203\",\"3,821\",\"482,607\",\"6.64\",\"83.8\",\"\""
## [15579] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,673\",\"5,586\",\"482,607\",\"9.68\",\"83.7\",\"\""
## [15580] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"6,678\",\"7,974\",\"482,607\",\"13.84\",\"83.7\",\"\""
## [15581] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,190\",\"5,086\",\"482,607\",\"8.68\",\"82.4\",\"\""
## [15582] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,346\",\"4,063\",\"482,607\",\"6.93\",\"82.4\",\"\""
## [15583] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"4,583\",\"5,639\",\"482,607\",\"9.5\",\"81.3\",\"\""
## [15584] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"3,847\",\"4,783\",\"482,607\",\"7.97\",\"80.4\",\"\""
## [15585] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2,436\",\"3,054\",\"482,607\",\"5.05\",\"79.8\",\"\""
## [15586] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"2,468\",\"3,235\",\"482,607\",\"5.11\",\"76.3\",\"\""
## [15587] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1,456\",\"1,908\",\"482,607\",\"3.02\",\"76.3\",\"\""
## [15588] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1,283\",\"1,725\",\"482,607\",\"2.66\",\"74.4\",\"\""
## [15589] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1229\",\"1685\",\"482607\",\"2.55\",\"72.9\",\"\""
## [15590] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"1040\",\"1530\",\"482607\",\"2.15\",\"68\",\"\""
## [15591] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,377\",\"11,652\",\"1,135,987\",\"9.13\",\"89.1\",\"\""
## [15592] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,353\",\"10,428\",\"1,135,987\",\"8.23\",\"89.7\",\"\""
## [15593] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,655\",\"12,043\",\"1,135,987\",\"9.38\",\"88.5\",\"\""
## [15594] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"10,352\",\"11,775\",\"1,135,987\",\"9.11\",\"87.9\",\"\""
## [15595] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"9,217\",\"10,609\",\"1,135,987\",\"8.11\",\"86.9\",\"\""
## [15596] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"8,830\",\"10,340\",\"1,135,987\",\"7.77\",\"85.4\",\"\""
## [15597] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11,455\",\"13,578\",\"1,135,987\",\"10.08\",\"84.4\",\"\""
## [15598] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"11,796\",\"14,121\",\"1,135,987\",\"10.38\",\"83.5\",\"\""
## [15599] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"8,170\",\"9,753\",\"1,135,987\",\"7.19\",\"83.8\",\"\""
## [15600] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"6,793\",\"8,357\",\"1,135,987\",\"5.98\",\"81.3\",\"\""
## [15601] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3,818\",\"4,829\",\"1,135,987\",\"3.36\",\"79.1\",\"\""
## [15602] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3,356\",\"4,239\",\"1,135,987\",\"2.95\",\"79.2\",\"\""
## [15603] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"2905\",\"3727\",\"1135987\",\"2.56\",\"77.9\",\"\""
## [15604] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"3226\",\"4245\",\"1135987\",\"2.84\",\"76\",\"\""
## [15605] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"12,850\",\"25,364\",\"1,806,708\",\"7.11\",\"50.7\",\"\""
## [15606] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"14,281\",\"27,826\",\"1,806,708\",\"7.9\",\"51.3\",\"\""
## [15607] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"12,641\",\"26,362\",\"1,806,708\",\"7\",\"48\",\"\""
## [15608] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8,736\",\"18,674\",\"1,806,708\",\"4.84\",\"46.8\",\"\""
## [15609] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"9,699\",\"19,059\",\"1,806,708\",\"5.37\",\"50.9\",\"\""
## [15610] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"17,051\",\"35,185\",\"1,806,708\",\"9.44\",\"48.5\",\"\""
## [15611] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"15,997\",\"31,249\",\"1,806,708\",\"8.85\",\"51.2\",\"\""
## [15612] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"11,273\",\"22,481\",\"1,806,708\",\"6.24\",\"50.1\",\"\""
## [15613] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"7,844\",\"14,928\",\"1,806,708\",\"4.34\",\"52.5\",\"\""
## [15614] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8,616\",\"17,442\",\"1,806,708\",\"4.77\",\"49.4\",\"\""
## [15615] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5,613\",\"12,548\",\"1,806,708\",\"3.11\",\"44.7\",\"\""
## [15616] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"4,694\",\"11,316\",\"1,806,708\",\"2.6\",\"41.5\",\"\""
## [15617] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"5946\",\"16576\",\"1806708\",\"3.29\",\"35.9\",\"\""
## [15618] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"8126\",\"21918\",\"1806708\",\"4.5\",\"37.1\",\"\""
## [15619] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"48,140\",\"61,178\",\"1,746,295\",\"27.57\",\"78.7\",\"\""
## [15620] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"37,848\",\"48,392\",\"1,746,295\",\"21.67\",\"78.2\",\"\""
## [15621] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"36,992\",\"47,383\",\"1,746,295\",\"21.18\",\"78.1\",\"\""
## [15622] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26,678\",\"36,439\",\"1,746,295\",\"15.28\",\"73.2\",\"\""
## [15623] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26,167\",\"35,642\",\"1,746,295\",\"14.98\",\"73.4\",\"\""
## [15624] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"31,493\",\"41,564\",\"1,746,295\",\"18.03\",\"75.8\",\"\""
## [15625] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"29,718\",\"39,304\",\"1,746,295\",\"17.02\",\"75.6\",\"\""
## [15626] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"25,635\",\"33,230\",\"1,746,295\",\"14.68\",\"77.1\",\"\""
## [15627] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"16,032\",\"20,479\",\"1,746,295\",\"9.18\",\"78.3\",\"\""
## [15628] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"9,535\",\"13,184\",\"1,746,295\",\"5.46\",\"72.3\",\"\""
## [15629] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6,766\",\"9,653\",\"1,746,295\",\"3.87\",\"70.1\",\"\""
## [15630] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4,252\",\"6,321\",\"1,746,295\",\"2.43\",\"67.3\",\"\""
## [15631] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"4597\",\"7353\",\"1746295\",\"2.63\",\"62.5\",\"\""
## [15632] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"6913\",\"11830\",\"1746295\",\"3.96\",\"58.4\",\"\""
## [15633] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3,896\",\"4,356\",\"616,753\",\"6.32\",\"89.4\",\"\""
## [15634] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"3,769\",\"4,178\",\"616,753\",\"6.11\",\"90.2\",\"\""
## [15635] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,426\",\"4,952\",\"616,753\",\"7.18\",\"89.4\",\"\""
## [15636] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,080\",\"5,726\",\"616,753\",\"8.24\",\"88.7\",\"\""
## [15637] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,763\",\"5,465\",\"616,753\",\"7.72\",\"87.2\",\"\""
## [15638] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,074\",\"4,653\",\"616,753\",\"6.61\",\"87.6\",\"\""
## [15639] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"4,922\",\"5,844\",\"616,753\",\"7.98\",\"84.2\",\"\""
## [15640] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5,463\",\"6,322\",\"616,753\",\"8.86\",\"86.4\",\"\""
## [15641] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2,584\",\"3,072\",\"616,753\",\"4.19\",\"84.1\",\"\""
## [15642] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1,973\",\"2,405\",\"616,753\",\"3.2\",\"82\",\"\""
## [15643] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1,204\",\"1,488\",\"616,753\",\"1.95\",\"80.9\",\"\""
## [15644] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"779\",\"940\",\"616,753\",\"1.26\",\"82.9\",\"\""
## [15645] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White British\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"916\",\"1142\",\"616753\",\"1.49\",\"80.2\",\"\""
## [15646] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White British\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1054\",\"1313\",\"616753\",\"1.71\",\"80.3\",\"\""
## [15647] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"6,729\",\"932,065\",\"531,087\",\"12.67\",\"0.7\",\"\""
## [15648] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"8,747\",\"1,125,647\",\"531,087\",\"16.47\",\"0.8\",\"\""
## [15649] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"11,588\",\"1,409,802\",\"531,087\",\"21.82\",\"0.8\",\"\""
## [15650] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,710\",\"1,284,197\",\"531,087\",\"18.28\",\"0.8\",\"\""
## [15651] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,559\",\"1,220,198\",\"531,087\",\"18\",\"0.8\",\"\""
## [15652] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"9,192\",\"1,121,123\",\"531,087\",\"17.31\",\"0.8\",\"\""
## [15653] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"8,121\",\"954,314\",\"531,087\",\"15.29\",\"0.9\",\"\""
## [15654] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"7,054\",\"841,399\",\"531,087\",\"13.28\",\"0.8\",\"\""
## [15655] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"4,059\",\"498,721\",\"531,087\",\"7.64\",\"0.8\",\"\""
## [15656] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3,267\",\"342,086\",\"531,087\",\"6.15\",\"1\",\"\""
## [15657] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,535\",\"266,308\",\"531,087\",\"4.77\",\"1\",\"\""
## [15658] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2,146\",\"243,589\",\"531,087\",\"4.04\",\"0.9\",\"\""
## [15659] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"2758\",\"316353\",\"531087\",\"5.19\",\"0.9\",\"\""
## [15660] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP\",\"Police Force Area\",\"3609\",\"461837\",\"531087\",\"6.8\",\"0.8\",\"\""
## [15661] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6552\",\"886657\",\"496,588\",\"13.19\",\"0.7\",\"\""
## [15662] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"8565\",\"1075609\",\"496,588\",\"17.25\",\"0.8\",\"\""
## [15663] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"11438\",\"1357473\",\"496,588\",\"23.03\",\"0.8\",\"\""
## [15664] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9592\",\"1242635\",\"496,588\",\"19.32\",\"0.8\",\"\""
## [15665] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9414\",\"1171286\",\"496,588\",\"18.96\",\"0.8\",\"\""
## [15666] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"9055\",\"1070599\",\"496,588\",\"18.23\",\"0.8\",\"\""
## [15667] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"7971\",\"921346\",\"496,588\",\"16.05\",\"0.9\",\"\""
## [15668] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"6933\",\"814587\",\"496,588\",\"13.96\",\"0.9\",\"\""
## [15669] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3991\",\"485097\",\"496,588\",\"8.04\",\"0.8\",\"\""
## [15670] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3234\",\"337325\",\"496,588\",\"6.51\",\"1\",\"\""
## [15671] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2504\",\"263806\",\"496,588\",\"5.04\",\"0.9\",\"\""
## [15672] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2119\",\"241285\",\"496,588\",\"4.27\",\"0.9\",\"\""
## [15673] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"2719\",\"312139\",\"496,588\",\"5.48\",\"0.9\",\"\""
## [15674] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"All - excluding BTP and Greater Manchester\",\"Police Force Area\",\"3582\",\"459468\",\"496588\",\"7.21\",\"0.8\",\"\""
## [15675] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"10,181\",\"1,323,681\",\"531,087\",\"19.17\",\"0.8\",\"\""
## [15676] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9,768\",\"1,237,719\",\"531,087\",\"18.39\",\"0.8\",\"\""
## [15677] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"9,334\",\"1,131,675\",\"531,087\",\"17.58\",\"0.8\",\"\""
## [15678] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"8,215\",\"963,449\",\"531,087\",\"15.47\",\"0.9\",\"\""
## [15679] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"7,229\",\"852,465\",\"531,087\",\"13.61\",\"0.8\",\"\""
## [15680] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"4,136\",\"504,446\",\"531,087\",\"7.79\",\"0.8\",\"\""
## [15681] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3,319\",\"345,087\",\"531,087\",\"6.25\",\"1\",\"\""
## [15682] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,573\",\"268,447\",\"531,087\",\"4.84\",\"1\",\"\""
## [15683] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2,170\",\"245,749\",\"531,087\",\"4.09\",\"0.9\",\"\""
## [15684] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"2832\",\"320808\",\"531087\",\"5.33\",\"0.9\",\"\""
## [15685] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"All - including BTP\",\"Police Force Area\",\"3664\",\"468431\",\"531087\",\"6.9\",\"0.8\",\"\""
## [15686] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15687] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15688] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [15689] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"10,063\",\"1282119\",\"496588\",\"20.26\",\"0.8\",\"\""
## [15690] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,623\",\"1188807\",\"496588\",\"19.38\",\"0.8\",\"\""
## [15691] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,197\",\"1081151\",\"496588\",\"18.52\",\"0.9\",\"\""
## [15692] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"8,065\",\"930481\",\"496588\",\"16.24\",\"0.9\",\"\""
## [15693] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"7,108\",\"825653\",\"496588\",\"14.31\",\"0.9\",\"\""
## [15694] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,068\",\"490822\",\"496588\",\"8.19\",\"0.8\",\"\""
## [15695] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3,286\",\"340326\",\"496588\",\"6.62\",\"1\",\"\""
## [15696] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,542\",\"265945\",\"496588\",\"5.12\",\"1\",\"\""
## [15697] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,143\",\"243445\",\"496588\",\"4.32\",\"0.9\",\"\""
## [15698] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"2,793\",\"316594\",\"496588\",\"5.62\",\"0.9\",\"\""
## [15699] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"3637\",\"466062\",\"496588\",\"7.32\",\"0.8\",\"\""
## [15700] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"32\",\"9,050\",\"9,590\",\"3.34\",\"0.4\",\"\""
## [15701] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"17\",\"8,722\",\"9,590\",\"1.77\",\"0.2\",\"\""
## [15702] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"26\",\"12,772\",\"9,590\",\"2.71\",\"0.2\",\"\""
## [15703] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"23\",\"12,983\",\"9,590\",\"2.4\",\"0.2\",\"\""
## [15704] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"35\",\"14,940\",\"9,590\",\"3.65\",\"0.2\",\"\""
## [15705] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"50\",\"20,911\",\"9,590\",\"5.21\",\"0.2\",\"\""
## [15706] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"227\",\"29,588\",\"9,590\",\"23.67\",\"0.8\",\"\""
## [15707] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"227\",\"23,728\",\"9,590\",\"23.67\",\"1\",\"\""
## [15708] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"77\",\"9,973\",\"9,590\",\"8.03\",\"0.8\",\"\""
## [15709] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"48\",\"4,929\",\"9,590\",\"5.01\",\"1\",\"\""
## [15710] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"41\",\"4,723\",\"9,590\",\"4.28\",\"0.9\",\"\""
## [15711] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"34\",\"4,734\",\"9,590\",\"3.55\",\"0.7\",\"\""
## [15712] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"18\",\"4589\",\"9590\",\"1.88\",\"0.4\",\"\""
## [15713] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Avon & Somerset\",\"Police Force Area\",\"42\",\"6013\",\"9590\",\"4.38\",\"0.7\",\"\""
## [15714] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"38\",\"4,279\",\"10,958\",\"3.47\",\"0.9\",\"\""
## [15715] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"51\",\"4,614\",\"10,958\",\"4.65\",\"1.1\",\"\""
## [15716] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"102\",\"8,076\",\"10,958\",\"9.31\",\"1.3\",\"\""
## [15717] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"96\",\"6,908\",\"10,958\",\"8.76\",\"1.4\",\"\""
## [15718] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"114\",\"8,856\",\"10,958\",\"10.4\",\"1.3\",\"\""
## [15719] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"84\",\"6,886\",\"10,958\",\"7.67\",\"1.2\",\"\""
## [15720] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"94\",\"7,365\",\"10,958\",\"8.58\",\"1.3\",\"\""
## [15721] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"103\",\"5,515\",\"10,958\",\"9.4\",\"1.9\",\"\""
## [15722] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"39\",\"2,476\",\"10,958\",\"3.56\",\"1.6\",\"\""
## [15723] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"21\",\"1,891\",\"10,958\",\"1.92\",\"1.1\",\"\""
## [15724] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"23\",\"1,373\",\"10,958\",\"2.1\",\"1.7\",\"\""
## [15725] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"18\",\"1,244\",\"10,958\",\"1.64\",\"1.4\",\"\""
## [15726] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"32\",\"1631\",\"10958\",\"2.92\",\"2\",\"\""
## [15727] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Bedfordshire\",\"Police Force Area\",\"35\",\"2564\",\"10958\",\"3.19\",\"1.4\",\"\""
## [15728] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"471\",\"39,484\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [15729] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"209\",\"17,521\",\"N/A\",\"N/A\",\"1.2\",\"\""
## [15730] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"142\",\"10,552\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [15731] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"94\",\"9,135\",\"N/A\",\"N/A\",\"1\",\"\""
## [15732] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"175\",\"11,066\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [15733] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"77\",\"5,725\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [15734] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"52\",\"3,001\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [15735] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"38\",\"2,139\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [15736] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"24\",\"2,160\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [15737] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"74\",\"4455\",\"N/A\",\"N/A\",\"1.7\",\"\""
## [15738] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"British Transport Police\",\"Police Force Area\",\"55\",\"6594\",\"N/A\",\"N/A\",\"0.8\",\"\""
## [15739] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"42\",\"8,582\",\"6,165\",\"6.81\",\"0.5\",\"\""
## [15740] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"53\",\"9,811\",\"6,165\",\"8.6\",\"0.5\",\"\""
## [15741] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"19\",\"5,286\",\"6,165\",\"3.08\",\"0.4\",\"\""
## [15742] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"21\",\"6,070\",\"6,165\",\"3.41\",\"0.3\",\"\""
## [15743] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"78\",\"13,145\",\"6,165\",\"12.65\",\"0.6\",\"\""
## [15744] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"94\",\"16,900\",\"6,165\",\"15.25\",\"0.6\",\"\""
## [15745] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"76\",\"16,169\",\"6,165\",\"12.33\",\"0.5\",\"\""
## [15746] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"80\",\"12,292\",\"6,165\",\"12.98\",\"0.7\",\"\""
## [15747] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"27\",\"5,715\",\"6,165\",\"4.38\",\"0.5\",\"\""
## [15748] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"30\",\"2,836\",\"6,165\",\"4.87\",\"1.1\",\"\""
## [15749] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"5\",\"1,084\",\"6,165\",\"0.81\",\"0.5\",\"\""
## [15750] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"7\",\"775\",\"6,165\",\"1.14\",\"0.9\",\"\""
## [15751] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"15\",\"1363\",\"6165\",\"2.43\",\"1.1\",\"\""
## [15752] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Cambridgeshire\",\"Police Force Area\",\"17\",\"2018\",\"6165\",\"2.76\",\"0.8\",\"\""
## [15753] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"25\",\"6,390\",\"6,589\",\"3.79\",\"0.4\",\"\""
## [15754] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"19\",\"5,547\",\"6,589\",\"2.88\",\"0.3\",\"\""
## [15755] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"23\",\"4,976\",\"6,589\",\"3.49\",\"0.5\",\"\""
## [15756] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"33\",\"5,193\",\"6,589\",\"5.01\",\"0.6\",\"\""
## [15757] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"49\",\"6,002\",\"6,589\",\"7.44\",\"0.8\",\"\""
## [15758] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"48\",\"7,787\",\"6,589\",\"7.28\",\"0.6\",\"\""
## [15759] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"27\",\"4,934\",\"6,589\",\"4.1\",\"0.5\",\"\""
## [15760] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"36\",\"6,541\",\"6,589\",\"5.46\",\"0.6\",\"\""
## [15761] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"87\",\"9,203\",\"6,589\",\"13.2\",\"0.9\",\"\""
## [15762] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"30\",\"3,839\",\"6,589\",\"4.55\",\"0.8\",\"\""
## [15763] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"10\",\"2,004\",\"6,589\",\"1.52\",\"0.5\",\"\""
## [15764] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"20\",\"1,889\",\"6,589\",\"3.04\",\"1.1\",\"\""
## [15765] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"18\",\"2104\",\"6589\",\"2.73\",\"0.9\",\"\""
## [15766] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Cheshire\",\"Police Force Area\",\"16\",\"3352\",\"6589\",\"2.43\",\"0.5\",\"\""
## [15767] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"27\",\"11,453\",\"1,718\",\"15.72\",\"0.2\",\"\""
## [15768] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"12\",\"15,573\",\"1,718\",\"6.98\",\"0.1\",\"\""
## [15769] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"24\",\"17,357\",\"1,718\",\"13.97\",\"0.1\",\"\""
## [15770] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"18\",\"24,197\",\"1,718\",\"10.48\",\"0.1\",\"\""
## [15771] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"23\",\"29,911\",\"1,718\",\"13.39\",\"0.1\",\"\""
## [15772] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"83\",\"30,424\",\"1,718\",\"48.31\",\"0.3\",\"\""
## [15773] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"84\",\"31,104\",\"1,718\",\"48.89\",\"0.3\",\"\""
## [15774] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"74\",\"24,616\",\"1,718\",\"43.07\",\"0.3\",\"\""
## [15775] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"30\",\"9,281\",\"1,718\",\"17.46\",\"0.3\",\"\""
## [15776] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"2,717\",\"1,718\",\"3.49\",\"0.2\",\"\""
## [15777] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"5\",\"943\",\"1,718\",\"2.91\",\"0.5\",\"\""
## [15778] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"2\",\"804\",\"1,718\",\"1.16\",\"0.2\",\"\""
## [15779] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"0\",\"794\",\"1718\",\"0\",\"0\",\"\""
## [15780] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Cleveland\",\"Police Force Area\",\"6\",\"1729\",\"1718\",\"3.49\",\"0.3\",\"\""
## [15781] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"7\",\"8,071\",\"1,552\",\"4.51\",\"0.1\",\"\""
## [15782] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"3\",\"8,849\",\"1,552\",\"1.93\",\"0\",\"\""
## [15783] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"4\",\"8,588\",\"1,552\",\"2.58\",\"0\",\"\""
## [15784] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"24\",\"10,365\",\"1,552\",\"15.46\",\"0.2\",\"\""
## [15785] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"10,183\",\"1,552\",\"6.44\",\"0.1\",\"\""
## [15786] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"10\",\"13,685\",\"1,552\",\"6.44\",\"0.1\",\"\""
## [15787] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"9\",\"12,251\",\"1,552\",\"5.8\",\"0.1\",\"\""
## [15788] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"40\",\"9,616\",\"1,552\",\"25.77\",\"0.4\",\"\""
## [15789] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"20\",\"5,622\",\"1,552\",\"12.89\",\"0.4\",\"\""
## [15790] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"30\",\"3,490\",\"1,552\",\"19.33\",\"0.9\",\"\""
## [15791] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"14\",\"1,755\",\"1,552\",\"9.02\",\"0.8\",\"\""
## [15792] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"1,366\",\"1,552\",\"9.66\",\"1.1\",\"\""
## [15793] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"5\",\"1558\",\"1552\",\"3.22\",\"0.3\",\"\""
## [15794] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Cumbria\",\"Police Force Area\",\"15\",\"1867\",\"1552\",\"9.66\",\"0.8\",\"\""
## [15795] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"26\",\"8,368\",\"5,473\",\"4.75\",\"0.3\",\"\""
## [15796] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"18\",\"7,999\",\"5,473\",\"3.29\",\"0.2\",\"\""
## [15797] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"32\",\"7,695\",\"5,473\",\"5.85\",\"0.4\",\"\""
## [15798] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"18\",\"8,411\",\"5,473\",\"3.29\",\"0.2\",\"\""
## [15799] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"42\",\"11,336\",\"5,473\",\"7.67\",\"0.4\",\"\""
## [15800] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"74\",\"14,875\",\"5,473\",\"13.52\",\"0.5\",\"\""
## [15801] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"52\",\"12,377\",\"5,473\",\"9.5\",\"0.4\",\"\""
## [15802] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"28\",\"6,211\",\"5,473\",\"5.12\",\"0.5\",\"\""
## [15803] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"25\",\"5,291\",\"5,473\",\"4.57\",\"0.5\",\"\""
## [15804] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"20\",\"3,534\",\"5,473\",\"3.65\",\"0.6\",\"\""
## [15805] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"11\",\"1,724\",\"5,473\",\"2.01\",\"0.6\",\"\""
## [15806] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"4\",\"1,084\",\"5,473\",\"0.73\",\"0.4\",\"\""
## [15807] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"6\",\"1431\",\"5473\",\"1.1\",\"0.4\",\"\""
## [15808] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Derbyshire\",\"Police Force Area\",\"8\",\"1517\",\"5473\",\"1.46\",\"0.5\",\"\""
## [15809] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"24,411\",\"6,948\",\"-\",\"0\",\"\""
## [15810] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"20,731\",\"6,948\",\"-\",\"0\",\"\""
## [15811] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"21,875\",\"6,948\",\"-\",\"0\",\"\""
## [15812] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"2\",\"22,967\",\"6,948\",\"0.29\",\"0\",\"\""
## [15813] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"19,460\",\"6,948\",\"-\",\"0\",\"\""
## [15814] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"0\",\"16,876\",\"6,948\",\"-\",\"0\",\"\""
## [15815] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"13,107\",\"6,948\",\"2.73\",\"0.1\",\"\""
## [15816] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"19\",\"13,125\",\"6,948\",\"2.73\",\"0.1\",\"\""
## [15817] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"15\",\"8,010\",\"6,948\",\"2.16\",\"0.2\",\"\""
## [15818] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"14\",\"5,802\",\"6,948\",\"2.01\",\"0.2\",\"\""
## [15819] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"7\",\"4,744\",\"6,948\",\"1.01\",\"0.1\",\"\""
## [15820] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"8\",\"4,445\",\"6,948\",\"1.15\",\"0.2\",\"\""
## [15821] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"9\",\"4088\",\"6948\",\"1.3\",\"0.2\",\"\""
## [15822] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Devon & Cornwall\",\"Police Force Area\",\"14\",\"4396\",\"6948\",\"2.01\",\"0.3\",\"\""
## [15823] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"10\",\"6,543\",\"4,086\",\"2.45\",\"0.2\",\"\""
## [15824] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"7,786\",\"4,086\",\"2.94\",\"0.2\",\"\""
## [15825] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"6,426\",\"4,086\",\"4.41\",\"0.3\",\"\""
## [15826] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"9\",\"6,561\",\"4,086\",\"2.2\",\"0.1\",\"\""
## [15827] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"6,728\",\"4,086\",\"2.69\",\"0.2\",\"\""
## [15828] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"17\",\"6,924\",\"4,086\",\"4.16\",\"0.2\",\"\""
## [15829] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"7,549\",\"4,086\",\"2.69\",\"0.1\",\"\""
## [15830] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"18\",\"8,329\",\"4,086\",\"4.41\",\"0.2\",\"\""
## [15831] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"37\",\"6,985\",\"4,086\",\"9.06\",\"0.5\",\"\""
## [15832] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"20\",\"4,278\",\"4,086\",\"4.89\",\"0.5\",\"\""
## [15833] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"11\",\"2,895\",\"4,086\",\"2.69\",\"0.4\",\"\""
## [15834] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"6\",\"2,117\",\"4,086\",\"1.47\",\"0.3\",\"\""
## [15835] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dorset\",\"Police Force Area\",\"12\",\"2071\",\"4086\",\"2.94\",\"0.6\",\"\""
## [15836] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Dorset\",\"Police Force Area\",\"13\",\"1770\",\"4086\",\"3.18\",\"0.7\",\"\""
## [15837] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"11\",\"8,302\",\"1,557\",\"7.06\",\"0.1\",\"\""
## [15838] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"12\",\"7,950\",\"1,557\",\"7.71\",\"0.2\",\"\""
## [15839] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"5,249\",\"1,557\",\"4.5\",\"0.1\",\"\""
## [15840] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"4\",\"5,835\",\"1,557\",\"2.57\",\"0.1\",\"\""
## [15841] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"4,902\",\"1,557\",\"0.64\",\"0\",\"\""
## [15842] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"3\",\"5,272\",\"1,557\",\"1.93\",\"0.1\",\"\""
## [15843] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"8\",\"8,528\",\"1,557\",\"5.14\",\"0.1\",\"\""
## [15844] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"9\",\"12,058\",\"1,557\",\"5.78\",\"0.1\",\"\""
## [15845] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"1\",\"8,189\",\"1,557\",\"0.64\",\"0\",\"\""
## [15846] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"5\",\"4,433\",\"1,557\",\"3.21\",\"0.1\",\"\""
## [15847] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"1,705\",\"1,557\",\"3.85\",\"0.4\",\"\""
## [15848] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"13\",\"1,455\",\"1,557\",\"8.35\",\"0.9\",\"\""
## [15849] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Durham\",\"Police Force Area\",\"7\",\"1711\",\"1557\",\"4.5\",\"0.4\",\"\""
## [15850] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Durham\",\"Police Force Area\",\"6\",\"1955\",\"1557\",\"3.85\",\"0.3\",\"\""
## [15851] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"8,384\",\"2,568\",\"6.23\",\"0.2\",\"\""
## [15852] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"6\",\"7,049\",\"2,568\",\"2.34\",\"0.1\",\"\""
## [15853] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"21\",\"10,141\",\"2,568\",\"8.18\",\"0.2\",\"\""
## [15854] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"22\",\"12,048\",\"2,568\",\"8.57\",\"0.2\",\"\""
## [15855] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"16\",\"14,203\",\"2,568\",\"6.23\",\"0.1\",\"\""
## [15856] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"30\",\"12,957\",\"2,568\",\"11.68\",\"0.2\",\"\""
## [15857] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"77\",\"13,125\",\"2,568\",\"29.98\",\"0.6\",\"\""
## [15858] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"69\",\"8,988\",\"2,568\",\"26.87\",\"0.8\",\"\""
## [15859] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"59\",\"5,156\",\"2,568\",\"22.98\",\"1.1\",\"\""
## [15860] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"51\",\"3,632\",\"2,568\",\"19.86\",\"1.4\",\"\""
## [15861] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"28\",\"2,292\",\"2,568\",\"10.9\",\"1.2\",\"\""
## [15862] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"12\",\"2,007\",\"2,568\",\"4.67\",\"0.6\",\"\""
## [15863] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"2648\",\"2568\",\"4.28\",\"0.4\",\"\""
## [15864] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Dyfed-Powys\",\"Police Force Area\",\"11\",\"2929\",\"2568\",\"4.28\",\"0.4\",\"\""
## [15865] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"90\",\"9,604\",\"13,769\",\"6.54\",\"0.9\",\"\""
## [15866] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"158\",\"13,588\",\"13,769\",\"11.48\",\"1.2\",\"\""
## [15867] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"125\",\"12,318\",\"13,769\",\"9.08\",\"1\",\"\""
## [15868] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"60\",\"9,359\",\"13,769\",\"4.36\",\"0.6\",\"\""
## [15869] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"36\",\"5,803\",\"13,769\",\"2.61\",\"0.6\",\"\""
## [15870] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"20\",\"3,629\",\"13,769\",\"1.45\",\"0.6\",\"\""
## [15871] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"26\",\"4,326\",\"13,769\",\"1.89\",\"0.6\",\"\""
## [15872] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"75\",\"8,726\",\"13,769\",\"5.45\",\"0.9\",\"\""
## [15873] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"38\",\"4,835\",\"13,769\",\"2.76\",\"0.8\",\"\""
## [15874] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"19\",\"2,200\",\"13,769\",\"1.38\",\"0.9\",\"\""
## [15875] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"21\",\"3,148\",\"13,769\",\"1.53\",\"0.7\",\"\""
## [15876] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"24\",\"3,004\",\"13,769\",\"1.74\",\"0.8\",\"\""
## [15877] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Essex\",\"Police Force Area\",\"36\",\"7452\",\"13769\",\"2.61\",\"0.5\",\"\""
## [15878] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Essex\",\"Police Force Area\",\"95\",\"17256\",\"13769\",\"6.9\",\"0.6\",\"\""
## [15879] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"21\",\"4,837\",\"3,759\",\"5.59\",\"0.4\",\"\""
## [15880] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"22\",\"5,554\",\"3,759\",\"5.85\",\"0.4\",\"\""
## [15881] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"6,227\",\"3,759\",\"6.38\",\"0.4\",\"\""
## [15882] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"5,464\",\"3,759\",\"5.32\",\"0.4\",\"\""
## [15883] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"12\",\"4,447\",\"3,759\",\"3.19\",\"0.3\",\"\""
## [15884] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"17\",\"5,062\",\"3,759\",\"4.52\",\"0.3\",\"\""
## [15885] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"4,701\",\"3,759\",\"3.72\",\"0.3\",\"\""
## [15886] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"4,445\",\"3,759\",\"3.72\",\"0.3\",\"\""
## [15887] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"10\",\"2,667\",\"3,759\",\"2.66\",\"0.4\",\"\""
## [15888] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"24\",\"2,018\",\"3,759\",\"6.38\",\"1.2\",\"\""
## [15889] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"12\",\"1,720\",\"3,759\",\"3.19\",\"0.7\",\"\""
## [15890] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"9\",\"1,659\",\"3,759\",\"2.39\",\"0.5\",\"\""
## [15891] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"14\",\"1765\",\"3759\",\"3.72\",\"0.8\",\"\""
## [15892] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Gloucestershire\",\"Police Force Area\",\"20\",\"2101\",\"3759\",\"5.32\",\"1\",\"\""
## [15893] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"177\",\"45,408\",\"34,499\",\"5.13\",\"0.4\",\"\""
## [15894] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"182\",\"50,038\",\"34,499\",\"5.28\",\"0.4\",\"\""
## [15895] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"150\",\"52,329\",\"34,499\",\"4.35\",\"0.3\",\"\""
## [15896] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"118\",\"41,562\",\"34,499\",\"3.42\",\"0.3\",\"\""
## [15897] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"145\",\"48,912\",\"34,499\",\"4.2\",\"0.3\",\"\""
## [15898] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"137\",\"50,524\",\"34,499\",\"3.97\",\"0.3\",\"\""
## [15899] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"150\",\"32,968\",\"34,499\",\"4.35\",\"0.5\",\"\""
## [15900] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"121\",\"26,812\",\"34,499\",\"3.51\",\"0.5\",\"\""
## [15901] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"68\",\"13,624\",\"34,499\",\"1.97\",\"0.5\",\"\""
## [15902] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"33\",\"4,761\",\"34,499\",\"0.96\",\"0.7\",\"\""
## [15903] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"31\",\"2,502\",\"34,499\",\"0.9\",\"1.2\",\"\""
## [15904] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"27\",\"2,304\",\"34,499\",\"0.78\",\"1.2\",\"\""
## [15905] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"39\",\"4214\",\"34499\",\"1.13\",\"0.9\",\"\""
## [15906] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Greater Manchester\",\"Police Force Area\",\"27\",\"2369\",\"34499\",\"0.78\",\"1.1\",\"\""
## [15907] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"6\",\"5,627\",\"1,975\",\"3.04\",\"0.1\",\"\""
## [15908] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"10\",\"7,275\",\"1,975\",\"5.06\",\"0.1\",\"\""
## [15909] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"14\",\"6,859\",\"1,975\",\"7.09\",\"0.2\",\"\""
## [15910] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"12\",\"9,022\",\"1,975\",\"6.08\",\"0.1\",\"\""
## [15911] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"16\",\"8,018\",\"1,975\",\"8.1\",\"0.2\",\"\""
## [15912] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"22\",\"7,188\",\"1,975\",\"11.14\",\"0.3\",\"\""
## [15913] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"26\",\"8,875\",\"1,975\",\"13.16\",\"0.3\",\"\""
## [15914] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"3,947\",\"1,975\",\"1.52\",\"0.1\",\"\""
## [15915] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"2,086\",\"1,975\",\"1.52\",\"0.1\",\"\""
## [15916] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"7\",\"1,092\",\"1,975\",\"3.54\",\"0.6\",\"\""
## [15917] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"3\",\"1,310\",\"1,975\",\"1.52\",\"0.2\",\"\""
## [15918] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"1\",\"667\",\"1,975\",\"0.51\",\"0.1\",\"\""
## [15919] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Gwent\",\"Police Force Area\",\"8\",\"1850\",\"1975\",\"4.05\",\"0.4\",\"\""
## [15920] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Gwent\",\"Police Force Area\",\"5\",\"2592\",\"1975\",\"2.53\",\"0.2\",\"\""
## [15921] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"104\",\"23,137\",\"10,925\",\"9.52\",\"0.4\",\"\""
## [15922] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"79\",\"24,400\",\"10,925\",\"7.23\",\"0.3\",\"\""
## [15923] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"114\",\"25,589\",\"10,925\",\"10.43\",\"0.4\",\"\""
## [15924] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"91\",\"21,096\",\"10,925\",\"8.33\",\"0.4\",\"\""
## [15925] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"114\",\"26,013\",\"10,925\",\"10.43\",\"0.4\",\"\""
## [15926] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"97\",\"31,212\",\"10,925\",\"8.88\",\"0.3\",\"\""
## [15927] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"109\",\"30,422\",\"10,925\",\"9.98\",\"0.4\",\"\""
## [15928] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"129\",\"27,917\",\"10,925\",\"11.81\",\"0.5\",\"\""
## [15929] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"94\",\"17,375\",\"10,925\",\"8.6\",\"0.5\",\"\""
## [15930] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"64\",\"10,238\",\"10,925\",\"5.86\",\"0.6\",\"\""
## [15931] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"35\",\"7,762\",\"10,925\",\"3.2\",\"0.5\",\"\""
## [15932] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"29\",\"7,207\",\"10,925\",\"2.65\",\"0.4\",\"\""
## [15933] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"30\",\"7072\",\"10925\",\"2.75\",\"0.4\",\"\""
## [15934] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Hampshire\",\"Police Force Area\",\"32\",\"7952\",\"10925\",\"2.93\",\"0.4\",\"\""
## [15935] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"89\",\"10,276\",\"17,260\",\"5.16\",\"0.9\",\"\""
## [15936] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"135\",\"11,788\",\"17,260\",\"7.82\",\"1.1\",\"\""
## [15937] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"158\",\"18,796\",\"17,260\",\"9.15\",\"0.8\",\"\""
## [15938] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"104\",\"12,847\",\"17,260\",\"6.03\",\"0.8\",\"\""
## [15939] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"149\",\"10,450\",\"17,260\",\"8.63\",\"1.4\",\"\""
## [15940] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"92\",\"9,329\",\"17,260\",\"5.33\",\"1\",\"\""
## [15941] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"182\",\"14,876\",\"17,260\",\"10.54\",\"1.2\",\"\""
## [15942] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"235\",\"22,302\",\"17,260\",\"13.62\",\"1.1\",\"\""
## [15943] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"114\",\"10,429\",\"17,260\",\"6.6\",\"1.1\",\"\""
## [15944] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"93\",\"7,162\",\"17,260\",\"5.39\",\"1.3\",\"\""
## [15945] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"76\",\"6,420\",\"17,260\",\"4.4\",\"1.2\",\"\""
## [15946] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"73\",\"5,755\",\"17,260\",\"4.23\",\"1.3\",\"\""
## [15947] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"99\",\"5601\",\"17260\",\"5.74\",\"1.8\",\"\""
## [15948] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Hertfordshire\",\"Police Force Area\",\"89\",\"6359\",\"17260\",\"5.16\",\"1.4\",\"\""
## [15949] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"17\",\"9,856\",\"2,599\",\"6.54\",\"0.2\",\"\""
## [15950] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"12\",\"11,689\",\"2,599\",\"4.62\",\"0.1\",\"\""
## [15951] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"11,077\",\"2,599\",\"1.92\",\"0\",\"\""
## [15952] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"9,485\",\"2,599\",\"1.92\",\"0.1\",\"\""
## [15953] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"5\",\"8,907\",\"2,599\",\"1.92\",\"0.1\",\"\""
## [15954] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"10,363\",\"2,599\",\"3.85\",\"0.1\",\"\""
## [15955] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"3\",\"10,317\",\"2,599\",\"1.15\",\"0\",\"\""
## [15956] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"4\",\"6,512\",\"2,599\",\"1.54\",\"0.1\",\"\""
## [15957] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"0\",\"3,154\",\"2,599\",\"-\",\"0\",\"\""
## [15958] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"2\",\"739\",\"2,599\",\"0.77\",\"0.3\",\"\""
## [15959] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"716\",\"2,599\",\"0.38\",\"0.1\",\"\""
## [15960] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"1\",\"1,011\",\"2,599\",\"0.38\",\"0.1\",\"\""
## [15961] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Humberside\",\"Police Force Area\",\"6\",\"1278\",\"2599\",\"2.31\",\"0.5\",\"\""
## [15962] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Humberside\",\"Police Force Area\",\"10\",\"2548\",\"2599\",\"3.85\",\"0.4\",\"\""
## [15963] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"40\",\"13,888\",\"12,185\",\"3.28\",\"0.3\",\"\""
## [15964] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"52\",\"15,487\",\"12,185\",\"4.27\",\"0.3\",\"\""
## [15965] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"86\",\"17,225\",\"12,185\",\"7.06\",\"0.5\",\"\""
## [15966] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"56\",\"14,764\",\"12,185\",\"4.6\",\"0.4\",\"\""
## [15967] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"50\",\"11,595\",\"12,185\",\"4.1\",\"0.4\",\"\""
## [15968] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"34\",\"8,144\",\"12,185\",\"2.79\",\"0.4\",\"\""
## [15969] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"40\",\"7,996\",\"12,185\",\"3.28\",\"0.5\",\"\""
## [15970] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"55\",\"8,969\",\"12,185\",\"4.51\",\"0.6\",\"\""
## [15971] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"42\",\"8,989\",\"12,185\",\"3.45\",\"0.5\",\"\""
## [15972] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"31\",\"6,845\",\"12,185\",\"2.54\",\"0.5\",\"\""
## [15973] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"36\",\"6,328\",\"12,185\",\"2.95\",\"0.6\",\"\""
## [15974] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"43\",\"5,830\",\"12,185\",\"3.53\",\"0.7\",\"\""
## [15975] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Kent\",\"Police Force Area\",\"30\",\"5404\",\"12185\",\"2.46\",\"0.6\",\"\""
## [15976] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Kent\",\"Police Force Area\",\"77\",\"8789\",\"12185\",\"6.32\",\"0.9\",\"\""
## [15977] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"24\",\"17,874\",\"8,948\",\"2.68\",\"0.1\",\"\""
## [15978] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"43\",\"22,878\",\"8,948\",\"4.81\",\"0.2\",\"\""
## [15979] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"53\",\"22,899\",\"8,948\",\"5.92\",\"0.2\",\"\""
## [15980] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"101\",\"26,384\",\"8,948\",\"11.29\",\"0.4\",\"\""
## [15981] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"111\",\"26,255\",\"8,948\",\"12.41\",\"0.4\",\"\""
## [15982] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"99\",\"20,851\",\"8,948\",\"11.06\",\"0.5\",\"\""
## [15983] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"88\",\"18,152\",\"8,948\",\"9.83\",\"0.5\",\"\""
## [15984] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"56\",\"15,748\",\"8,948\",\"6.26\",\"0.4\",\"\""
## [15985] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"23\",\"7,723\",\"8,948\",\"2.57\",\"0.3\",\"\""
## [15986] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"32\",\"5,472\",\"8,948\",\"3.58\",\"0.6\",\"\""
## [15987] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14\",\"3,074\",\"8,948\",\"1.56\",\"0.5\",\"\""
## [15988] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"14\",\"2,807\",\"8,948\",\"1.56\",\"0.5\",\"\""
## [15989] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"28\",\"3825\",\"8948\",\"3.13\",\"0.7\",\"\""
## [15990] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Lancashire\",\"Police Force Area\",\"83\",\"7163\",\"8948\",\"9.28\",\"1.2\",\"\""
## [15991] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"72\",\"19,364\",\"6,269\",\"11.49\",\"0.4\",\"\""
## [15992] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"69\",\"20,890\",\"6,269\",\"11.01\",\"0.3\",\"\""
## [15993] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"48\",\"19,250\",\"6,269\",\"7.66\",\"0.2\",\"\""
## [15994] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"88\",\"23,349\",\"6,269\",\"14.04\",\"0.4\",\"\""
## [15995] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"101\",\"22,386\",\"6,269\",\"16.11\",\"0.5\",\"\""
## [15996] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"82\",\"10,091\",\"6,269\",\"13.08\",\"0.8\",\"\""
## [15997] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"33\",\"5,831\",\"6,269\",\"5.26\",\"0.6\",\"\""
## [15998] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"18\",\"4,376\",\"6,269\",\"2.87\",\"0.4\",\"\""
## [15999] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"26\",\"3,129\",\"6,269\",\"4.15\",\"0.8\",\"\""
## [16000] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"20\",\"1,719\",\"6,269\",\"3.19\",\"1.2\",\"\""
## [16001] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"5\",\"1,342\",\"6,269\",\"0.8\",\"0.4\",\"\""
## [16002] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"2\",\"1,465\",\"6,269\",\"0.32\",\"0.1\",\"\""
## [16003] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"11\",\"2685\",\"6269\",\"1.75\",\"0.4\",\"\""
## [16004] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Leicestershire\",\"Police Force Area\",\"15\",\"3384\",\"6269\",\"2.39\",\"0.4\",\"\""
## [16005] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"10\",\"8,609\",\"3,278\",\"3.05\",\"0.1\",\"\""
## [16006] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"19\",\"11,818\",\"3,278\",\"5.8\",\"0.2\",\"\""
## [16007] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"37\",\"13,353\",\"3,278\",\"11.29\",\"0.3\",\"\""
## [16008] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"30\",\"10,521\",\"3,278\",\"9.15\",\"0.3\",\"\""
## [16009] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"15\",\"9,651\",\"3,278\",\"4.58\",\"0.2\",\"\""
## [16010] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"21\",\"6,343\",\"3,278\",\"6.41\",\"0.3\",\"\""
## [16011] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"15\",\"6,999\",\"3,278\",\"4.58\",\"0.2\",\"\""
## [16012] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"14\",\"8,942\",\"3,278\",\"4.27\",\"0.2\",\"\""
## [16013] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"27\",\"5,881\",\"3,278\",\"8.24\",\"0.5\",\"\""
## [16014] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"17\",\"3,812\",\"3,278\",\"5.19\",\"0.4\",\"\""
## [16015] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"2,186\",\"3,278\",\"3.97\",\"0.6\",\"\""
## [16016] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"9\",\"2,048\",\"3,278\",\"2.75\",\"0.4\",\"\""
## [16017] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"12\",\"2546\",\"3278\",\"3.66\",\"0.5\",\"\""
## [16018] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Lincolnshire\",\"Police Force Area\",\"13\",\"2692\",\"3278\",\"3.97\",\"0.5\",\"\""
## [16019] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"144\",\"6,912\",\"N/A\",\"N/A\",\"2.1\",\"\""
## [16020] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"134\",\"7,581\",\"N/A\",\"N/A\",\"1.8\",\"\""
## [16021] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"111\",\"7,300\",\"N/A\",\"N/A\",\"1.5\",\"\""
## [16022] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"71\",\"5,420\",\"N/A\",\"N/A\",\"1.3\",\"\""
## [16023] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"37\",\"4,078\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [16024] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"46\",\"3,251\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [16025] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"38\",\"2,645\",\"N/A\",\"N/A\",\"1.4\",\"\""
## [16026] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"25\",\"2,231\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [16027] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"17\",\"1,539\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [16028] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"15\",\"1,322\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [16029] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"21\",\"1,122\",\"N/A\",\"N/A\",\"1.9\",\"\""
## [16030] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"16\",\"1,004\",\"N/A\",\"N/A\",\"1.6\",\"\""
## [16031] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"London, City of\",\"Police Force Area\",\"12\",\"1111\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [16032] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"London, City of\",\"Police Force Area\",\"22\",\"1930\",\"N/A\",\"N/A\",\"1.1\",\"\""
## [16033] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"139\",\"47,870\",\"13,342\",\"10.42\",\"0.3\",\"\""
## [16034] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"211\",\"64,607\",\"13,342\",\"15.81\",\"0.3\",\"\""
## [16035] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"199\",\"68,915\",\"13,342\",\"14.92\",\"0.3\",\"\""
## [16036] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"158\",\"59,659\",\"13,342\",\"11.84\",\"0.3\",\"\""
## [16037] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"146\",\"43,877\",\"13,342\",\"10.94\",\"0.3\",\"\""
## [16038] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"94\",\"25,691\",\"13,342\",\"7.05\",\"0.4\",\"\""
## [16039] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"101\",\"29,117\",\"13,342\",\"7.57\",\"0.3\",\"\""
## [16040] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"137\",\"35,855\",\"13,342\",\"10.27\",\"0.4\",\"\""
## [16041] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"130\",\"24,523\",\"13,342\",\"9.74\",\"0.5\",\"\""
## [16042] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"26\",\"6,450\",\"13,342\",\"1.95\",\"0.4\",\"\""
## [16043] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"37\",\"6,650\",\"13,342\",\"2.77\",\"0.6\",\"\""
## [16044] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"82\",\"9,257\",\"13,342\",\"6.15\",\"0.9\",\"\""
## [16045] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"143\",\"17576\",\"13342\",\"10.72\",\"0.8\",\"\""
## [16046] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Merseyside\",\"Police Force Area\",\"211\",\"29408\",\"13342\",\"15.81\",\"0.7\",\"\""
## [16047] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,435\",\"294,467\",\"175,794\",\"25.23\",\"1.5\",\"\""
## [16048] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,194\",\"448,957\",\"175,794\",\"35.23\",\"1.4\",\"\""
## [16049] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"8,916\",\"721,451\",\"175,794\",\"50.72\",\"1.2\",\"\""
## [16050] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,503\",\"624,009\",\"175,794\",\"42.68\",\"1.2\",\"\""
## [16051] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"7,137\",\"560,544\",\"175,794\",\"40.6\",\"1.3\",\"\""
## [16052] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"6,746\",\"480,702\",\"175,794\",\"38.37\",\"1.4\",\"\""
## [16053] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"5,404\",\"338,973\",\"175,794\",\"30.74\",\"1.6\",\"\""
## [16054] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"4,345\",\"270,086\",\"175,794\",\"24.72\",\"1.6\",\"\""
## [16055] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,253\",\"157,738\",\"175,794\",\"12.82\",\"1.4\",\"\""
## [16056] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2,038\",\"140,198\",\"175,794\",\"11.59\",\"1.5\",\"\""
## [16057] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,636\",\"121,607\",\"175,794\",\"9.31\",\"1.3\",\"\""
## [16058] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1,285\",\"116,385\",\"175,794\",\"7.31\",\"1.1\",\"\""
## [16059] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"1702\",\"149592\",\"175794\",\"9.68\",\"1.1\",\"\""
## [16060] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Metropolitan Police\",\"Police Force Area\",\"2113\",\"219569\",\"175794\",\"12.02\",\"1\",\"\""
## [16061] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"40\",\"8,298\",\"3,677\",\"10.88\",\"0.5\",\"\""
## [16062] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"40\",\"8,541\",\"3,677\",\"10.88\",\"0.5\",\"\""
## [16063] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"50\",\"11,467\",\"3,677\",\"13.6\",\"0.4\",\"\""
## [16064] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"62\",\"13,075\",\"3,677\",\"16.86\",\"0.5\",\"\""
## [16065] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"61\",\"15,350\",\"3,677\",\"16.59\",\"0.4\",\"\""
## [16066] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"71\",\"16,047\",\"3,677\",\"19.31\",\"0.4\",\"\""
## [16067] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"30\",\"14,297\",\"3,677\",\"8.16\",\"0.2\",\"\""
## [16068] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"55\",\"13,070\",\"3,677\",\"14.96\",\"0.4\",\"\""
## [16069] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"29\",\"9,226\",\"3,677\",\"7.89\",\"0.3\",\"\""
## [16070] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"19\",\"5,277\",\"3,677\",\"5.17\",\"0.4\",\"\""
## [16071] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"17\",\"3,682\",\"3,677\",\"4.62\",\"0.5\",\"\""
## [16072] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"11\",\"2,075\",\"3,677\",\"2.99\",\"0.5\",\"\""
## [16073] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"5\",\"2707\",\"3677\",\"1.36\",\"0.2\",\"\""
## [16074] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Norfolk\",\"Police Force Area\",\"3\",\"4229\",\"3677\",\"0.82\",\"0.1\",\"\""
## [16075] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"69\",\"14,537\",\"3,604\",\"19.15\",\"0.5\",\"\""
## [16076] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"170\",\"11,940\",\"3,604\",\"47.17\",\"1.4\",\"\""
## [16077] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"79\",\"8,229\",\"3,604\",\"21.92\",\"1\",\"\""
## [16078] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"53\",\"6,212\",\"3,604\",\"14.71\",\"0.9\",\"\""
## [16079] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"50\",\"6,169\",\"3,604\",\"13.87\",\"0.8\",\"\""
## [16080] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"19\",\"3,661\",\"3,604\",\"5.27\",\"0.5\",\"\""
## [16081] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"34\",\"4,750\",\"3,604\",\"9.43\",\"0.7\",\"\""
## [16082] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"53\",\"5,097\",\"3,604\",\"14.71\",\"1\",\"\""
## [16083] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"29\",\"2,419\",\"3,604\",\"8.05\",\"1.2\",\"\""
## [16084] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"11\",\"1,521\",\"3,604\",\"3.05\",\"0.7\",\"\""
## [16085] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"24\",\"1,622\",\"3,604\",\"6.66\",\"1.5\",\"\""
## [16086] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"21\",\"1,527\",\"3,604\",\"5.83\",\"1.4\",\"\""
## [16087] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Wales\",\"Police Force Area\",\"38\",\"1734\",\"3604\",\"10.54\",\"2.2\",\"\""
## [16088] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"North Wales\",\"Police Force Area\",\"49\",\"4684\",\"3604\",\"13.6\",\"1\",\"\""
## [16089] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"29\",\"9,415\",\"3,484\",\"8.32\",\"0.3\",\"\""
## [16090] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"21\",\"9,429\",\"3,484\",\"6.03\",\"0.2\",\"\""
## [16091] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"28\",\"9,086\",\"3,484\",\"8.04\",\"0.3\",\"\""
## [16092] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"14\",\"6,260\",\"3,484\",\"4.02\",\"0.2\",\"\""
## [16093] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"15\",\"5,649\",\"3,484\",\"4.31\",\"0.3\",\"\""
## [16094] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"20\",\"7,379\",\"3,484\",\"5.74\",\"0.3\",\"\""
## [16095] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"7,032\",\"3,484\",\"6.31\",\"0.3\",\"\""
## [16096] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"7,685\",\"3,484\",\"3.73\",\"0.2\",\"\""
## [16097] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"22\",\"6,310\",\"3,484\",\"6.31\",\"0.3\",\"\""
## [16098] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"4,214\",\"3,484\",\"2.01\",\"0.2\",\"\""
## [16099] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"2,465\",\"3,484\",\"2.01\",\"0.3\",\"\""
## [16100] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"7\",\"1,671\",\"3,484\",\"2.01\",\"0.4\",\"\""
## [16101] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"5\",\"1753\",\"3484\",\"1.44\",\"0.3\",\"\""
## [16102] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"North Yorkshire\",\"Police Force Area\",\"13\",\"2220\",\"3484\",\"3.73\",\"0.6\",\"\""
## [16103] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"85\",\"13,176\",\"6,704\",\"12.68\",\"0.6\",\"\""
## [16104] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"76\",\"14,036\",\"6,704\",\"11.34\",\"0.5\",\"\""
## [16105] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"52\",\"11,542\",\"6,704\",\"7.76\",\"0.5\",\"\""
## [16106] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"68\",\"11,737\",\"6,704\",\"10.14\",\"0.6\",\"\""
## [16107] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"44\",\"12,681\",\"6,704\",\"6.56\",\"0.3\",\"\""
## [16108] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"39\",\"8,453\",\"6,704\",\"5.82\",\"0.5\",\"\""
## [16109] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"55\",\"9,030\",\"6,704\",\"8.2\",\"0.6\",\"\""
## [16110] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"72\",\"8,427\",\"6,704\",\"10.74\",\"0.9\",\"\""
## [16111] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"26\",\"4,404\",\"6,704\",\"3.88\",\"0.6\",\"\""
## [16112] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"18\",\"1,752\",\"6,704\",\"2.68\",\"1\",\"\""
## [16113] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"5\",\"1,136\",\"6,704\",\"0.75\",\"0.4\",\"\""
## [16114] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"6\",\"1,090\",\"6,704\",\"0.89\",\"0.6\",\"\""
## [16115] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"11\",\"1960\",\"6704\",\"1.64\",\"0.6\",\"\""
## [16116] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Northamptonshire\",\"Police Force Area\",\"12\",\"2121\",\"6704\",\"1.79\",\"0.6\",\"\""
## [16117] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"20\",\"33,759\",\"4,760\",\"4.2\",\"0.1\",\"\""
## [16118] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"18\",\"28,937\",\"4,760\",\"3.78\",\"0.1\",\"\""
## [16119] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"13\",\"32,281\",\"4,760\",\"2.73\",\"0\",\"\""
## [16120] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"10\",\"39,383\",\"4,760\",\"2.1\",\"0\",\"\""
## [16121] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"14\",\"43,441\",\"4,760\",\"2.94\",\"0\",\"\""
## [16122] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"13\",\"40,654\",\"4,760\",\"2.73\",\"0\",\"\""
## [16123] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"23\",\"31,759\",\"4,760\",\"4.83\",\"0.1\",\"\""
## [16124] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4\",\"37,843\",\"4,760\",\"0.84\",\"0\",\"\""
## [16125] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"11\",\"17,223\",\"4,760\",\"2.31\",\"0.1\",\"\""
## [16126] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"7,055\",\"4,760\",\"0.42\",\"0\",\"\""
## [16127] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"3,695\",\"4,760\",\"0.42\",\"0.1\",\"\""
## [16128] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"4\",\"2,857\",\"4,760\",\"0.84\",\"0.1\",\"\""
## [16129] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"2\",\"2831\",\"4760\",\"0.42\",\"0.1\",\"\""
## [16130] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Northumbria\",\"Police Force Area\",\"9\",\"5210\",\"4760\",\"1.89\",\"0.2\",\"\""
## [16131] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"19\",\"8,640\",\"6,952\",\"2.73\",\"0.2\",\"\""
## [16132] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"14\",\"5,848\",\"6,952\",\"2.01\",\"0.2\",\"\""
## [16133] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"24\",\"4,556\",\"6,952\",\"3.45\",\"0.5\",\"\""
## [16134] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"7\",\"5,451\",\"6,952\",\"1.01\",\"0.1\",\"\""
## [16135] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"12\",\"4,528\",\"6,952\",\"1.73\",\"0.3\",\"\""
## [16136] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"11\",\"3,320\",\"6,952\",\"1.58\",\"0.3\",\"\""
## [16137] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"13\",\"3,384\",\"6,952\",\"1.87\",\"0.4\",\"\""
## [16138] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"15\",\"5,166\",\"6,952\",\"2.16\",\"0.3\",\"\""
## [16139] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"17\",\"3,762\",\"6,952\",\"2.45\",\"0.5\",\"\""
## [16140] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"6\",\"2,417\",\"6,952\",\"0.86\",\"0.2\",\"\""
## [16141] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"7\",\"1,573\",\"6,952\",\"1.01\",\"0.4\",\"\""
## [16142] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"5\",\"1,449\",\"6,952\",\"0.72\",\"0.3\",\"\""
## [16143] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"1\",\"2231\",\"6952\",\"0.14\",\"0\",\"\""
## [16144] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Nottinghamshire\",\"Police Force Area\",\"4\",\"3910\",\"6952\",\"0.58\",\"0.1\",\"\""
## [16145] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"68\",\"18,023\",\"5,939\",\"11.45\",\"0.4\",\"\""
## [16146] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"69\",\"18,952\",\"5,939\",\"11.62\",\"0.4\",\"\""
## [16147] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"58\",\"18,463\",\"5,939\",\"9.77\",\"0.3\",\"\""
## [16148] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"30\",\"15,846\",\"5,939\",\"5.05\",\"0.2\",\"\""
## [16149] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"26\",\"13,847\",\"5,939\",\"4.38\",\"0.2\",\"\""
## [16150] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"26\",\"13,948\",\"5,939\",\"4.38\",\"0.2\",\"\""
## [16151] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"36\",\"10,083\",\"5,939\",\"6.06\",\"0.4\",\"\""
## [16152] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"26\",\"12,879\",\"5,939\",\"4.38\",\"0.2\",\"\""
## [16153] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"29\",\"7,782\",\"5,939\",\"4.88\",\"0.4\",\"\""
## [16154] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"27\",\"6,058\",\"5,939\",\"4.55\",\"0.4\",\"\""
## [16155] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"29\",\"4,851\",\"5,939\",\"4.88\",\"0.6\",\"\""
## [16156] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"40\",\"5,868\",\"5,939\",\"6.74\",\"0.7\",\"\""
## [16157] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Wales\",\"Police Force Area\",\"40\",\"9436\",\"5939\",\"6.74\",\"0.4\",\"\""
## [16158] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"South Wales\",\"Police Force Area\",\"47\",\"11295\",\"5939\",\"7.91\",\"0.4\",\"\""
## [16159] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"12\",\"19,042\",\"5,417\",\"2.22\",\"0.1\",\"\""
## [16160] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"43\",\"20,530\",\"5,417\",\"7.94\",\"0.2\",\"\""
## [16161] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"44\",\"26,816\",\"5,417\",\"8.12\",\"0.2\",\"\""
## [16162] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"42\",\"27,555\",\"5,417\",\"7.75\",\"0.2\",\"\""
## [16163] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"37\",\"23,106\",\"5,417\",\"6.83\",\"0.2\",\"\""
## [16164] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"63\",\"17,674\",\"5,417\",\"11.63\",\"0.4\",\"\""
## [16165] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"94\",\"20,487\",\"5,417\",\"17.35\",\"0.5\",\"\""
## [16166] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"88\",\"21,218\",\"5,417\",\"16.25\",\"0.4\",\"\""
## [16167] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"37\",\"8,175\",\"5,417\",\"6.83\",\"0.5\",\"\""
## [16168] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"21\",\"3,521\",\"5,417\",\"3.88\",\"0.6\",\"\""
## [16169] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"5\",\"2,025\",\"5,417\",\"0.92\",\"0.2\",\"\""
## [16170] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"2\",\"1,529\",\"5,417\",\"0.37\",\"0.1\",\"\""
## [16171] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"16\",\"4681\",\"5417\",\"2.95\",\"0.3\",\"\""
## [16172] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"South Yorkshire\",\"Police Force Area\",\"38\",\"12403\",\"5417\",\"7.01\",\"0.3\",\"\""
## [16173] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"27\",\"19,146\",\"4,489\",\"6.01\",\"0.1\",\"\""
## [16174] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"36\",\"17,186\",\"4,489\",\"8.02\",\"0.2\",\"\""
## [16175] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"30\",\"10,309\",\"4,489\",\"6.68\",\"0.3\",\"\""
## [16176] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"7,655\",\"4,489\",\"3.12\",\"0.2\",\"\""
## [16177] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"19\",\"11,170\",\"4,489\",\"4.23\",\"0.2\",\"\""
## [16178] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"78\",\"18,903\",\"4,489\",\"17.38\",\"0.4\",\"\""
## [16179] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"103\",\"18,950\",\"4,489\",\"22.94\",\"0.5\",\"\""
## [16180] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"84\",\"14,538\",\"4,489\",\"18.71\",\"0.6\",\"\""
## [16181] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"20\",\"6,012\",\"4,489\",\"4.46\",\"0.3\",\"\""
## [16182] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"3,847\",\"4,489\",\"3.12\",\"0.4\",\"\""
## [16183] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"14\",\"3,563\",\"4,489\",\"3.12\",\"0.4\",\"\""
## [16184] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"10\",\"2,601\",\"4,489\",\"2.23\",\"0.4\",\"\""
## [16185] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"12\",\"3280\",\"4489\",\"2.67\",\"0.4\",\"\""
## [16186] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Staffordshire\",\"Police Force Area\",\"22\",\"5348\",\"4489\",\"4.9\",\"0.4\",\"\""
## [16187] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"24\",\"4,059\",\"3,744\",\"6.41\",\"0.6\",\"\""
## [16188] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"20\",\"5,373\",\"3,744\",\"5.34\",\"0.4\",\"\""
## [16189] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"25\",\"5,978\",\"3,744\",\"6.68\",\"0.4\",\"\""
## [16190] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"18\",\"4,262\",\"3,744\",\"4.81\",\"0.4\",\"\""
## [16191] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"6\",\"3,356\",\"3,744\",\"1.6\",\"0.2\",\"\""
## [16192] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"5\",\"3,310\",\"3,744\",\"1.34\",\"0.2\",\"\""
## [16193] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"20\",\"3,570\",\"3,744\",\"5.34\",\"0.6\",\"\""
## [16194] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"5,049\",\"3,744\",\"6.14\",\"0.5\",\"\""
## [16195] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"30\",\"4,628\",\"3,744\",\"8.01\",\"0.6\",\"\""
## [16196] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"23\",\"2,530\",\"3,744\",\"6.14\",\"0.9\",\"\""
## [16197] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"12\",\"1,894\",\"3,744\",\"3.21\",\"0.6\",\"\""
## [16198] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"8\",\"1,175\",\"3,744\",\"2.14\",\"0.7\",\"\""
## [16199] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"3\",\"1735\",\"3744\",\"0.8\",\"0.2\",\"\""
## [16200] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Suffolk\",\"Police Force Area\",\"4\",\"2899\",\"3744\",\"1.07\",\"0.1\",\"\""
## [16201] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"94\",\"13,970\",\"13,012\",\"7.22\",\"0.7\",\"\""
## [16202] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"121\",\"18,016\",\"13,012\",\"9.3\",\"0.7\",\"\""
## [16203] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"111\",\"17,079\",\"13,012\",\"8.53\",\"0.6\",\"\""
## [16204] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"57\",\"13,672\",\"13,012\",\"4.38\",\"0.4\",\"\""
## [16205] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"77\",\"13,478\",\"13,012\",\"5.92\",\"0.6\",\"\""
## [16206] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"63\",\"15,863\",\"13,012\",\"4.84\",\"0.4\",\"\""
## [16207] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"103\",\"18,140\",\"13,012\",\"7.92\",\"0.6\",\"\""
## [16208] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"77\",\"14,399\",\"13,012\",\"5.92\",\"0.5\",\"\""
## [16209] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"51\",\"10,029\",\"13,012\",\"3.92\",\"0.5\",\"\""
## [16210] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"54\",\"5,738\",\"13,012\",\"4.15\",\"0.9\",\"\""
## [16211] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"24\",\"3,980\",\"13,012\",\"1.84\",\"0.6\",\"\""
## [16212] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"30\",\"4,561\",\"13,012\",\"2.31\",\"0.7\",\"\""
## [16213] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Surrey\",\"Police Force Area\",\"22\",\"5221\",\"13012\",\"1.69\",\"0.4\",\"\""
## [16214] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Surrey\",\"Police Force Area\",\"33\",\"5086\",\"13012\",\"2.54\",\"0.6\",\"\""
## [16215] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"85\",\"14,988\",\"13,717\",\"6.2\",\"0.6\",\"\""
## [16216] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"132\",\"25,703\",\"13,717\",\"9.62\",\"0.5\",\"\""
## [16217] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"101\",\"18,311\",\"13,717\",\"7.36\",\"0.6\",\"\""
## [16218] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"111\",\"18,289\",\"13,717\",\"8.09\",\"0.6\",\"\""
## [16219] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"111\",\"20,745\",\"13,717\",\"8.09\",\"0.5\",\"\""
## [16220] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"155\",\"26,625\",\"13,717\",\"11.3\",\"0.6\",\"\""
## [16221] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"163\",\"23,451\",\"13,717\",\"11.88\",\"0.7\",\"\""
## [16222] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"95\",\"16,444\",\"13,717\",\"6.93\",\"0.6\",\"\""
## [16223] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"82\",\"11,396\",\"13,717\",\"5.98\",\"0.7\",\"\""
## [16224] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"65\",\"7,660\",\"13,717\",\"4.74\",\"0.8\",\"\""
## [16225] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"67\",\"6,059\",\"13,717\",\"4.88\",\"1.1\",\"\""
## [16226] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"44\",\"4,856\",\"13,717\",\"3.21\",\"0.9\",\"\""
## [16227] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Sussex\",\"Police Force Area\",\"55\",\"5765\",\"13717\",\"4.01\",\"1\",\"\""
## [16228] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Sussex\",\"Police Force Area\",\"37\",\"7282\",\"13717\",\"2.7\",\"0.5\",\"\""
## [16229] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"210\",\"25,880\",\"23,732\",\"8.85\",\"0.8\",\"\""
## [16230] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"182\",\"25,330\",\"23,732\",\"7.67\",\"0.7\",\"\""
## [16231] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"206\",\"27,330\",\"23,732\",\"8.68\",\"0.8\",\"\""
## [16232] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"256\",\"39,733\",\"23,732\",\"10.79\",\"0.6\",\"\""
## [16233] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"309\",\"40,215\",\"23,732\",\"13.02\",\"0.8\",\"\""
## [16234] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"174\",\"23,604\",\"23,732\",\"7.33\",\"0.7\",\"\""
## [16235] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"164\",\"21,472\",\"23,732\",\"6.91\",\"0.8\",\"\""
## [16236] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"225\",\"20,760\",\"23,732\",\"9.48\",\"1.1\",\"\""
## [16237] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"196\",\"16,476\",\"23,732\",\"8.26\",\"1.2\",\"\""
## [16238] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"107\",\"10,464\",\"23,732\",\"4.51\",\"1\",\"\""
## [16239] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"64\",\"8,208\",\"23,732\",\"2.7\",\"0.8\",\"\""
## [16240] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"44\",\"5,466\",\"23,732\",\"1.85\",\"0.8\",\"\""
## [16241] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"69\",\"6577\",\"23732\",\"2.91\",\"1\",\"\""
## [16242] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Thames Valley\",\"Police Force Area\",\"102\",\"10092\",\"23732\",\"4.3\",\"1\",\"\""
## [16243] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"5,020\",\"5,216\",\"4.79\",\"0.5\",\"\""
## [16244] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"25\",\"3,821\",\"5,216\",\"4.79\",\"0.7\",\"\""
## [16245] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"30\",\"5,586\",\"5,216\",\"5.75\",\"0.5\",\"\""
## [16246] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"57\",\"7,974\",\"5,216\",\"10.93\",\"0.7\",\"\""
## [16247] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"34\",\"5,086\",\"5,216\",\"6.52\",\"0.7\",\"\""
## [16248] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"38\",\"4,063\",\"5,216\",\"7.29\",\"0.9\",\"\""
## [16249] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"28\",\"5,639\",\"5,216\",\"5.37\",\"0.5\",\"\""
## [16250] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"28\",\"4,783\",\"5,216\",\"5.37\",\"0.6\",\"\""
## [16251] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"21\",\"3,054\",\"5,216\",\"4.03\",\"0.7\",\"\""
## [16252] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"27\",\"3,235\",\"5,216\",\"5.18\",\"0.8\",\"\""
## [16253] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"24\",\"1,908\",\"5,216\",\"4.6\",\"1.3\",\"\""
## [16254] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"18\",\"1,725\",\"5,216\",\"3.45\",\"1\",\"\""
## [16255] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"11\",\"1685\",\"5216\",\"2.11\",\"0.7\",\"\""
## [16256] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Warwickshire\",\"Police Force Area\",\"12\",\"1530\",\"5216\",\"2.3\",\"0.8\",\"\""
## [16257] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"48\",\"11,652\",\"6,328\",\"7.59\",\"0.4\",\"\""
## [16258] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"32\",\"10,428\",\"6,328\",\"5.06\",\"0.3\",\"\""
## [16259] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"41\",\"12,043\",\"6,328\",\"6.48\",\"0.3\",\"\""
## [16260] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"29\",\"11,775\",\"6,328\",\"4.58\",\"0.2\",\"\""
## [16261] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"37\",\"10,609\",\"6,328\",\"5.85\",\"0.3\",\"\""
## [16262] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"30\",\"10,340\",\"6,328\",\"4.74\",\"0.3\",\"\""
## [16263] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"35\",\"13,578\",\"6,328\",\"5.53\",\"0.3\",\"\""
## [16264] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"57\",\"14,121\",\"6,328\",\"9.01\",\"0.4\",\"\""
## [16265] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"52\",\"9,753\",\"6,328\",\"8.22\",\"0.5\",\"\""
## [16266] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"23\",\"8,357\",\"6,328\",\"3.63\",\"0.3\",\"\""
## [16267] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"15\",\"4,829\",\"6,328\",\"2.37\",\"0.3\",\"\""
## [16268] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"18\",\"4,239\",\"6,328\",\"2.84\",\"0.4\",\"\""
## [16269] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"12\",\"3727\",\"6328\",\"1.9\",\"0.3\",\"\""
## [16270] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"West Mercia\",\"Police Force Area\",\"13\",\"4245\",\"6328\",\"2.05\",\"0.3\",\"\""
## [16271] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"108\",\"25,364\",\"39,183\",\"2.76\",\"0.4\",\"\""
## [16272] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"90\",\"27,826\",\"39,183\",\"2.3\",\"0.3\",\"\""
## [16273] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"123\",\"26,362\",\"39,183\",\"3.14\",\"0.5\",\"\""
## [16274] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"80\",\"18,674\",\"39,183\",\"2.04\",\"0.4\",\"\""
## [16275] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"85\",\"19,059\",\"39,183\",\"2.17\",\"0.4\",\"\""
## [16276] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"178\",\"35,185\",\"39,183\",\"4.54\",\"0.5\",\"\""
## [16277] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"174\",\"31,249\",\"39,183\",\"4.44\",\"0.6\",\"\""
## [16278] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"124\",\"22,481\",\"39,183\",\"3.16\",\"0.6\",\"\""
## [16279] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"76\",\"14,928\",\"39,183\",\"1.94\",\"0.5\",\"\""
## [16280] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"89\",\"17,442\",\"39,183\",\"2.27\",\"0.5\",\"\""
## [16281] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"57\",\"12,548\",\"39,183\",\"1.45\",\"0.5\",\"\""
## [16282] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"92\",\"11,316\",\"39,183\",\"2.35\",\"0.8\",\"\""
## [16283] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"122\",\"16576\",\"39183\",\"3.11\",\"0.7\",\"\""
## [16284] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"West Midlands\",\"Police Force Area\",\"153\",\"21918\",\"39183\",\"3.9\",\"0.7\",\"\""
## [16285] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"145\",\"61,178\",\"14,910\",\"9.73\",\"0.2\",\"\""
## [16286] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"118\",\"48,392\",\"14,910\",\"7.91\",\"0.2\",\"\""
## [16287] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"234\",\"47,383\",\"14,910\",\"15.69\",\"0.5\",\"\""
## [16288] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"101\",\"36,439\",\"14,910\",\"6.77\",\"0.3\",\"\""
## [16289] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"160\",\"35,642\",\"14,910\",\"10.73\",\"0.4\",\"\""
## [16290] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"187\",\"41,564\",\"14,910\",\"12.54\",\"0.4\",\"\""
## [16291] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"82\",\"39,304\",\"14,910\",\"5.5\",\"0.2\",\"\""
## [16292] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"67\",\"33,230\",\"14,910\",\"4.49\",\"0.2\",\"\""
## [16293] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"51\",\"20,479\",\"14,910\",\"3.42\",\"0.2\",\"\""
## [16294] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"50\",\"13,184\",\"14,910\",\"3.35\",\"0.4\",\"\""
## [16295] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"55\",\"9,653\",\"14,910\",\"3.69\",\"0.6\",\"\""
## [16296] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"31\",\"6,321\",\"14,910\",\"2.08\",\"0.5\",\"\""
## [16297] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"26\",\"7353\",\"14910\",\"1.74\",\"0.4\",\"\""
## [16298] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"West Yorkshire\",\"Police Force Area\",\"61\",\"11830\",\"14910\",\"4.09\",\"0.5\",\"\""
## [16299] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2006/07\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"19\",\"4,356\",\"4,233\",\"4.49\",\"0.4\",\"\""
## [16300] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2007/08\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"17\",\"4,178\",\"4,233\",\"4.02\",\"0.4\",\"\""
## [16301] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2008/09\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"23\",\"4,952\",\"4,233\",\"5.43\",\"0.5\",\"\""
## [16302] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2009/10\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"5,726\",\"4,233\",\"3.31\",\"0.2\",\"\""
## [16303] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2010/11\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"9\",\"5,465\",\"4,233\",\"2.13\",\"0.2\",\"\""
## [16304] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2011/12\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"12\",\"4,653\",\"4,233\",\"2.83\",\"0.3\",\"\""
## [16305] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2012/13\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"29\",\"5,844\",\"4,233\",\"6.85\",\"0.5\",\"\""
## [16306] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2013/14\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"14\",\"6,322\",\"4,233\",\"3.31\",\"0.2\",\"\""
## [16307] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"18\",\"3,072\",\"4,233\",\"4.25\",\"0.6\",\"\""
## [16308] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"8\",\"2,405\",\"4,233\",\"1.89\",\"0.3\",\"\""
## [16309] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1,488\",\"4,233\",\"1.18\",\"0.3\",\"\""
## [16310] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"1\",\"940\",\"4,233\",\"0.24\",\"0.1\",\"\""
## [16311] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White Irish\",\"ONS 2001 16+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"5\",\"1142\",\"4233\",\"1.18\",\"0.4\",\"\""
## [16312] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White Irish\",\"ONS 2011 18+1\",\"All\",\"Wiltshire\",\"Police Force Area\",\"2\",\"1313\",\"4233\",\"0.47\",\"0.2\",\"\""
## [16313] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"17,927\",\"461837\",\"53393384\",\"N/A\",\"3.9\",\"\""
## [16314] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"1,617\",\"461837\",\"3941358\",\"N/A\",\"0.4\",\"\""
## [16315] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,480\",\"461837\",\"1790793\",\"N/A\",\"1.0\",\"\""
## [16316] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"591\",\"461837\",\"1163690\",\"N/A\",\"0.1\",\"\""
## [16317] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"350\",\"461837\",\"536271\",\"N/A\",\"0.1\",\"\""
## [16318] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"4,493\",\"461837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16319] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"6,396\",\"461837\",\"45961272\",\"N/A\",\"1.4\",\"\""
## [16320] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"13,083\",\"305196\",\"56,075,912\",\"N/A\",\"4.3\",\"\""
## [16321] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"1,827\",\"305196\",\"3,820,390\",\"N/A\",\"0.6\",\"\""
## [16322] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"4,858\",\"305196\",\"1,864,890\",\"N/A\",\"1.6\",\"\""
## [16323] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"642\",\"305196\",\"1,224,400\",\"N/A\",\"0.2\",\"\""
## [16324] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"214\",\"305196\",\"956,837\",\"N/A\",\"0.1\",\"\""
## [16325] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"2,873\",\"305196\",\"N/A\",\"N/A\",\"0.9\",\"\""
## [16326] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"2,669\",\"305196\",\"48,209,395\",\"N/A\",\"0.9\",\"\""
## [16327] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"2,494\",\"243,589\",\"56,075,912\",\"N/A\",\"1.0\",\"\""
## [16328] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"272\",\"243,589\",\"3,820,390\",\"N/A\",\"0.1\",\"\""
## [16329] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"955\",\"243,589\",\"1,864,890\",\"N/A\",\"0.4\",\"\""
## [16330] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"127\",\"243,589\",\"1,224,400\",\"N/A\",\"0.1\",\"\""
## [16331] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"36\",\"243,589\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16332] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"485\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16333] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"619\",\"243,589\",\"48,209,395\",\"N/A\",\"0.3\",\"\""
## [16334] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"614\",\"266,308\",\"56,075,912\",\"N/A\",\"0.2\",\"\""
## [16335] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"25\",\"266,308\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16336] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"167\",\"266,308\",\"1,864,890\",\"N/A\",\"0.1\",\"\""
## [16337] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"16\",\"266,308\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16338] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"7\",\"266,308\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16339] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"95\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16340] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"304\",\"266,308\",\"48,209,395\",\"N/A\",\"0.1\",\"\""
## [16341] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"965\",\"342,086\",\"56,075,912\",\"N/A\",\"0.3\",\"\""
## [16342] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"88\",\"342,086\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16343] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"209\",\"342,086\",\"1,864,890\",\"N/A\",\"0.1\",\"\""
## [16344] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"16\",\"342,086\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16345] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"11\",\"342,086\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16346] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"94\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16347] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"547\",\"342,086\",\"48,209,395\",\"N/A\",\"0.2\",\"\""
## [16348] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"1,055\",\"498,721\",\"56,075,912\",\"N/A\",\"0.2\",\"\""
## [16349] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"82\",\"498,721\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16350] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"172\",\"498,721\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16351] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"39\",\"498,721\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16352] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"13\",\"498,721\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16353] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"88\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16354] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"661\",\"498,721\",\"48,209,395\",\"N/A\",\"0.1\",\"\""
## [16355] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"1,074\",\"498,721\",\"56,075,912\",\"N/A\",\"0.2\",\"\""
## [16356] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"82\",\"498,721\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16357] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"172\",\"498,721\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16358] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"39\",\"498,721\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16359] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"13\",\"498,721\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16360] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"89\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16361] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 60\",\"All - including BTP\",\"Police Force Area\",\"679\",\"498,721\",\"48,209,395\",\"N/A\",\"0.1\",\"\""
## [16362] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"545,910\",\"461,837\",\"53,393,384\",\"9.58\",\"N/A\",\"\""
## [16363] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"58,958\",\"461,837\",\"3,941,358\",\"13.88\",\"12.8\",\"\""
## [16364] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"92,425\",\"461,837\",\"1,790,793\",\"48.83\",\"20.0\",\"\""
## [16365] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"17,778\",\"461,837\",\"1,163,690\",\"14.25\",\"3.8\",\"\""
## [16366] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"9,202\",\"461,837\",\"536,271\",\"16.17\",\"2.0\",\"\""
## [16367] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"93,282\",\"461,837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16368] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"274,265\",\"461,837\",\"45,961,272\",\"5.61\",\"59.4\",\"\""
## [16369] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"362,505\",\"305,196\",\"56,075,912\",\"6.46\",\"N/A\",\"\""
## [16370] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"39,645\",\"305,196\",\"4,213,531\",\"9.41\",\"13.0\",\"\""
## [16371] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"65,790\",\"305,196\",\"1,864,890\",\"35.28\",\"21.6\",\"\""
## [16372] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"12,372\",\"305,196\",\"1,224,400\",\"10.10\",\"4.1\",\"\""
## [16373] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"6,243\",\"305,196\",\"956,837\",\"6.52\",\"2.0\",\"\""
## [16374] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"53,363\",\"305,196\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16375] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"185,092\",\"305,196\",\"48,209,395\",\"3.84\",\"60.6\",\"\""
## [16376] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"274,754\",\"243,589\",\"56,075,912\",\"4.90\",\"N/A\",\"\""
## [16377] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"28,504\",\"243,589\",\"4,213,531\",\"6.76\",\"11.7\",\"\""
## [16378] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"53,427\",\"243,589\",\"1,864,890\",\"28.65\",\"21.9\",\"\""
## [16379] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"10,338\",\"243,589\",\"1,224,400\",\"8.44\",\"4.2\",\"\""
## [16380] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"4,624\",\"243,589\",\"956,837\",\"4.83\",\"1.9\",\"\""
## [16381] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"31,201\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16382] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"146,660\",\"243,589\",\"48,209,395\",\"3.04\",\"60.2\",\"\""
## [16383] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"298,335\",\"266,308\",\"56,075,912\",\"5.32\",\"N/A\",\"\""
## [16384] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"28,868\",\"266,308\",\"3,820,390\",\"7.56\",\"10.8\",\"\""
## [16385] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"54,698\",\"266,308\",\"1,864,890\",\"29.33\",\"20.5\",\"\""
## [16386] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"10,461\",\"266,308\",\"1,224,400\",\"8.54\",\"3.9\",\"\""
## [16387] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"5,267\",\"266,308\",\"956,837\",\"5.50\",\"2.0\",\"\""
## [16388] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"30,562\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16389] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"168,479\",\"266,308\",\"48,209,395\",\"3.49\",\"63.3\",\"\""
## [16390] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"380,931\",\"342,086\",\"56,075,912\",\"6.79\",\"N/A\",\"\""
## [16391] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"35,583\",\"342,086\",\"3,820,390\",\"9.31\",\"10.4\",\"\""
## [16392] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"58,397\",\"342,086\",\"1,864,890\",\"31.31\",\"17.1\",\"\""
## [16393] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"12,479\",\"342,086\",\"1,224,400\",\"10.19\",\"3.6\",\"\""
## [16394] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"5,514\",\"342,086\",\"956,837\",\"5.76\",\"1.6\",\"\""
## [16395] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"34,786\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16396] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"234,172\",\"342,086\",\"48,209,395\",\"4.86\",\"68.5\",\"\""
## [16397] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"534,330\",\"498,721\",\"56,075,912\",\"9.53\",\"N/A\",\"\""
## [16398] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"42,209\",\"498,721\",\"3,820,390\",\"11.05\",\"8.5\",\"\""
## [16399] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"63,523\",\"498,721\",\"1,864,890\",\"34.06\",\"12.7\",\"\""
## [16400] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"15,302\",\"498,721\",\"1,224,400\",\"12.50\",\"3.1\",\"\""
## [16401] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"7,360\",\"498,721\",\"956,837\",\"7.69\",\"1.5\",\"\""
## [16402] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"31,130\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16403] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 1\",\"All - including BTP\",\"Police Force Area\",\"374,806\",\"498,721\",\"48,209,395\",\"7.77\",\"75.2\",\"\""
## [16404] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"53,393,384\",\"N/A\",\"0.0\",\"\""
## [16405] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"3,941,358\",\"N/A\",\"0.0\",\"\""
## [16406] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"1,790,793\",\"N/A\",\"0.0\",\"\""
## [16407] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"1,163,690\",\"N/A\",\"0.0\",\"\""
## [16408] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Other\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"536,271\",\"N/A\",\"0.0\",\"\""
## [16409] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16410] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2019/20\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP and excluding Greater Manchester\",\"Police Force Area\",\"0\",\"461,837\",\"45,961,272\",\"N/A\",\"0.0\",\"\""
## [16411] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"56,075,912\",\"N/A\",\"0.0\",\"\""
## [16412] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"4,213,531\",\"N/A\",\"0.0\",\"\""
## [16413] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16414] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16415] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16416] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16417] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2018/19\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"305,196\",\"48,209,395\",\"N/A\",\"0.0\",\"\""
## [16418] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"130\",\"243,589\",\"56,075,912\",\"N/A\",\"0.1\",\"\""
## [16419] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"16\",\"243,589\",\"4,213,531\",\"N/A\",\"0.0\",\"\""
## [16420] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"7\",\"243,589\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16421] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"4\",\"243,589\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16422] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"1\",\"243,589\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16423] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"57\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16424] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2017/18\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"45\",\"243,589\",\"48,209,395\",\"N/A\",\"0.0\",\"\""
## [16425] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"56,075,912\",\"N/A\",\"0.0\",\"\""
## [16426] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Asian\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16427] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Black\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16428] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Mixed\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16429] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Other inc Chinese\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16430] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"Unreported\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16431] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2016/17\",\"Financial year\",\"White\",\"ONS 2011 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"266,308\",\"48,209,395\",\"N/A\",\"0.0\",\"\""
## [16432] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"56,075,912\",\"N/A\",\"0.0\",\"\""
## [16433] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16434] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16435] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16436] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16437] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16438] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2015/16\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"342,086\",\"48,209,395\",\"N/A\",\"0.0\",\"\""
## [16439] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"All\",\"All\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"56,075,912\",\"N/A\",\"0.0\",\"\""
## [16440] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Asian\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"3,820,390\",\"N/A\",\"0.0\",\"\""
## [16441] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Black\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"1,864,890\",\"N/A\",\"0.0\",\"\""
## [16442] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Mixed\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"1,224,400\",\"N/A\",\"0.0\",\"\""
## [16443] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Other inc Chinese\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"956,837\",\"N/A\",\"0.0\",\"\""
## [16444] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"Unreported\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"N/A\",\"N/A\",\"N/A\",\"N/A\",\"\""
## [16445] "\"Number of stops and searches carried out (excluding vehicle only searches)\",\"2014/15\",\"Financial year\",\"White\",\"ONS 2001 5+1\",\"Section 44/47a\",\"All - including BTP\",\"Police Force Area\",\"0\",\"498,721\",\"48,209,395\",\"N/A\",\"0.0\",\"\""
stop_search_1 <- read_csv(here("data", "stop_and_search.csv")) %>% #Read and save data set
clean_names() %>% #Remove spacing in column names
rename(stops = number_of_stop_and_searches, population = population_by_ethnicity, rate = rate_per_1_000_population_by_ethnicity, year = time) %>% #Rename
filter(ethnicity %in% c("All", "Black", "White", "Asian", "Other")) %>% #Filler relevant ethnicity
mutate(stops = parse_number(stops, locale = locale(grouping_mark = ",")), #convert char to numbers and get rid of ","grouping mark
population = parse_number(population, locale = locale(grouping_mark = ",")), #convert char to numbers and get rid of ,
rate = parse_double(rate)) %>% #Convert char to double
select(year, ethnicity, legislation_type, geography, stops, population, rate) %>% #Select relevant columns
distinct() #Remove duplicate rows
## New names:
## * `` -> ...14
## Rows: 16444 Columns: 14
## -- Column specification --------------------------------------------------------
## Delimiter: ","
## chr (13): Measure, Time, Time_type, Ethnicity, Ethnicity_type, Legislation_t...
## dbl (1): ...14
##
## i Use `spec()` to retrieve the full column specification for this data.
## i Specify the column types or set `show_col_types = FALSE` to quiet this message.
## Warning: 12 parsing failures.
## row col expected actual
## 73 -- a number N/A
## 74 -- a number N/A
## 75 -- a number N/A
## 772 -- a number N/A
## 773 -- a number N/A
## ... ... ........ ......
## See problems(...) for more details.
## Warning: 114 parsing failures.
## row col expected actual
## 73 -- a number N/A
## 74 -- a number N/A
## 75 -- a number N/A
## 115 -- a number N/A
## 116 -- a number N/A
## ... ... ........ ......
## See problems(...) for more details.
## Warning: 201 parsing failures.
## row col expected actual
## 14 -- a double -
## 18 -- a double -
## 22 -- a double -
## 26 -- a double -
## 30 -- a double -
## ... ... ........ ......
## See problems(...) for more details.
stop_search_1 #Review table
## `summarise()` has grouped output by 'year', 'ethnicity', 'legislation_type'. You can override using the `.groups` argument.
Investigating on how the average number of stops across UK & Wales have changed from the year between 2006 - 2020 for each ethnicity. This can be done by getting an average number of stops from different geography across the uk and plot it against the year and look at the relationship between them. combined Line graph with individual lines with points for each ethnicity would be a good choice to look at how the numbers have changed over time.
Investigating on how stop-and-search rate changes for the past 10 years on each ethnicity across UK & Rates. This can be achieved by displaying x = year, y = rate (mean from stop and search rate per 1000 across UK & Wales) and displaying how this 2-axis vary with different ethnicity. combined Line graph with individual lines with points for each ethnicity would again be a good choice to provide a better visual comparison between each ethnicity.
Review how the stop and search rate by British Transport Police (BTP) changes in the past 10 years. In the data set, there are data recording “All - including BTP” and “All - excluding BTP”. With this specific data set, we can estimate how the rate of stop and search by BTP changes for the past 10 years. This can be achieve by calculating the mean of rates for this 2 variables and plot it against the past 10 year period. Bar chart would be a good use in here to allow visual comparison every years.
sepy_ss2 <- stop_search_2 %>% #Transforming stop_search_2
separate( #Separate the char in year Column into start and end year
col = year,
c("starty","endy"), #Give appropriate name for better understanding
sep = "/"
) %>%
mutate(starty = as.integer(starty), endy = as.integer(endy)) %>% #Convert into integer for easier manipulation
mutate(endy = endy + 2000L) #Convert original format into 20xx year
sepy_ss2 #Check table
q1 <- sepy_ss2 %>%
group_by(endy, ethnicity) %>% #limiting variable by grouping
summarise(avg_stop = mean(stops, na.rm = TRUE)) %>% #Calculate average mean of stops over varies geography
filter(ethnicity != "Other")
## `summarise()` has grouped output by 'endy'. You can override using the `.groups` argument.
q1 %>% ggplot(mapping = aes(x = endy, y = avg_stop, color = ethnicity)) + #Define graph aesthetics
geom_line(size = 0.7, alpha = 0.7) + #Display line graph
geom_point() + #Display points for better visualization
theme_bw() + #Background with professional ish style
labs( #Below 3 lines define titles including for the axis
title = "Average number of stops changes between year 2006-2020 for each ethnicity",
y = "Average number of stops across UK & Wales",
x = "Year"
) +
theme(axis.title.x = element_text(face = "bold"), #Bold titles
axis.title.y = element_text(face = "bold")) +
annotate( #Insert rect highlights
geom = "rect",
xmin = 2013.8, #Below 4 liens are settings x and y points and range for the rectangle highlight
xmax = 2017.4,
ymin = 14000,
ymax = 115000,
alpha = 0.2,
fill = "Orange" #Select color
) +
annotate( #Insert text in graph
geom = "text",
x = 2015, #Below 2 define points of displaying text
y = 130000,
label = "dramatic decrease in average stop
numbers for ethnicity of All and White",
hjust = 0.3, vjust = 0, #Adjusting hori/verti adjustment
lineheight = 0.8, #Size of text adjusted by height
colour = "Orange"#Select color
)
(Question 1) The graph in here showed insights on the change in stopping numbers between each ethnicity and also across the years of 2006-2020 in UK & Wales. Ethnicity “All” in here represent that the data did not specify on what ethnicity is the individual when they were collected, i.e. “All” may includes all the other ethnicity. Overall, we can conclude that number of stops had all peaked its highest at the year 2010, and dropped to the lowest numbers in 2018 for all ethnicity. However, the trends are all heading up again. Further question or investigation can be made in here, e.g. is the increase in number of stops is related to crime activity. We can notice that comparing to ethnicity of “Asian” and “Black”, ethnicity of “White” has the highest number of stops across UK & Wales through out all the years in the data set. Furthermore, there is also a sharp drop between the year of 2014-2017 for “White” and “All”. Please be aware that this data did not take in account of the population, hence this is likely due to population-proportion problem.
sepy_ss2 <- stop_search_2 %>% #Transforming stop_search_2
separate( #Separate the char in year Column into start and end year
col = year,
c("starty","endy"), #Give appropriate name for better understanding
sep = "/"
) %>%
mutate(starty = as.integer(starty), endy = as.integer(endy)) %>% #Convert into integer for easier manipulation
mutate(endy = endy + 2000L) #Convert original format into 20xx year
sepy_ss2 #Check table
q2 <- sepy_ss2 %>%
group_by(endy, ethnicity) %>% #Limit variable to year and ethnicity to show calculate mean across UK & Wales
summarise(mean_rate = mean(rate, na.rm = TRUE)) %>% #Function to calculate mean
filter(ethnicity != "Other" ) #Exclude un-insightful rows, as too few data sets
## `summarise()` has grouped output by 'endy'. You can override using the `.groups` argument.
q2 %>% ggplot(mapping = aes(x = endy, y = mean_rate, color = ethnicity)) + #Define graph aesthetics
geom_line(size = 0.9, alpha = 0.5) +#Select to display lines, adjust size and transparency
geom_point() +#Add points too to easier visualization
labs( #Define titles on all axis
title = "Stop & search rate changes over the year of 2010-2020 across UK & Wales", #Below 3 lines define titles including for the axis
x = "Year (Obtained rates in past 1 year)",
y = "Rate of stop and search / population per 1,000 people"
) + #turn 90degrees for characters on x-axis
theme_bw() + #Change background to bw style
theme(axis.title.x = element_text(face = "bold"), #Below 2 lines Bold titles including for the axis
axis.title.y = element_text(face = "bold")) +
scale_x_continuous(limit = c(2010,2020), breaks = c(2010:2020)) + #Define labels on x-axis
annotate( #Insert text in graph
geom = "text",
x = 2016, #Below 2 define points of displaying text
y = 28,
label = "Black",
hjust = 0.3, vjust = 0, #Adjusting hori/verti adjustment
lineheight = 0.8, #Size of text adjusted by height
colour = "#7CE3D8"#Select color
)
## Warning: Removed 12 row(s) containing missing values (geom_path).
## Warning: Removed 12 rows containing missing values (geom_point).
(Question 2) Visualization in here suggests that all ethnicity (apart from “Other”) follow a certain trend over the years of 2006-2020, in particularly a trough / low numbers in rates of stop and search / population per 1000 people in the year between 2016-2018. Ethnicity of “Black” shows a much higher number of stop and search across all years compared to all other ethnicity, i.e. “Black” ethnicity gets stop and search more frequently compared to other ethnicity in account of population. Ethnicity “All” in here represents they stop and search rates that do not hold any info of the ethnicity of the person and hence been placed in this category.
sepy_ss2 <- stop_search_2 %>% #Transforming stop_search_2
separate( #Separate the char in year Column into start and end year
col = year,
c("starty","endy"), #Give appropriate name for better understanding
sep = "/"
) %>%
mutate(starty = as.integer(starty), endy = as.integer(endy)) %>% #Convert into integer for easier manipulation
mutate(endy = endy + 2000L) #Convert original format into 20xx year
sepy_ss2 #Check table
exbtp <- sepy_ss2 %>% #Contains mean of "All - excluding BTP" of each year for merging
filter(geography == "All - excluding BTP") %>% #Filter relevant row
select(endy, rate) %>% #Get rid of un-needed columns
group_by(endy) %>% #Prepare for calculation
summarise(rate_ex_btp = mean(rate, na.rm = TRUE)) #Calculate mean rate for "All - excluding BTP"
combined_rate <- sepy_ss2 %>% #Contains mean of "All - excluding BTP" and "All - including BTP" of each year
filter(geography == "All - including BTP") %>% #Filter relevant row
select(endy, rate) %>% #Get rid of un-needed columns
rename(in_btp = rate) %>% #Rename for better understanding
group_by(endy) %>% #Prepare for calculation
summarise(rate_inc_btp = mean(in_btp, na.rm = TRUE)) %>% #Calculate mean rate for "All - including BTP"
left_join(exbtp, by = c("endy" = "endy")) %>% #Merge both data in order add column
mutate(est_btp = rate_inc_btp - rate_ex_btp) #Calculate the estimate BTP rates
combined_rate %>%
ggplot(mapping = aes(x = endy, y = est_btp)) + #Define graph aesthetics
geom_col() + #Plot bar chart
scale_x_continuous(limit = c(2010,2020), breaks = c(2010:2020)) + #Define labels on x-axis
labs( #Define titles on all axis9
title = "Estimate stop and serch rates by British Transport Poice (BTP) in year 2011 - 2019", #Below 3 lines define titles including for the axis
x = "Year",
y = "Estimate stop and search rates by BTP"
) + #turn 90degrees for characters on x-axis
theme_bw() + #Change background to bw style
theme(axis.title.x = element_text(face = "bold"), #Below 2 lines Bold titles including for the axis
axis.title.y = element_text(face = "bold")) +
scale_x_continuous(expand = expansion(add = c(0, 0)), breaks = c(2010:2020)) + #Spacing from x-axis
scale_y_continuous(expand = expansion(add = c(0, 3)), breaks = c(5,10,15,20,25)) +
annotate( #Insert rect highlights
geom = "rect",
xmin = 2014.5, #Below 4 liens are settings x and y points and range for the rectangle highlight
xmax = 2019.5,
ymin = 5.0,
ymax = 5.3,
alpha = 0.4,
fill = "Red" #Select color
) +
annotate( #Insert text in graph
geom = "text",
x = 2016, #Below 2 define points of displaying text
y = 7.5,
label = "Maintained rate",
hjust = 0.3, vjust = 0, #Adjusting hori/verti adjustment
lineheight = 0.8, #Size of text adjusted by height
colour = "Red"#Select color
)
## Scale for 'x' is already present. Adding another scale for 'x', which will
## replace the existing scale.
(Question 3) Bar chart above display an estimate stop and search rate per 1000 population by the BTP across the UK and Wales in the year 2010 - 2020. There is a clear downtrend from 2010. This means that stop and search by BTP has much decreased over the past 10 years. The downtrend of rates seem to flatten or fluctuates between 3-5 between year 2015-2019 but with an obvious drop in year 2020. This huge drop in year 2020 is likely due to Cov-19 pandemic causing less searches by BTP and also less people going out due to Cov-19 restrictions.